Processing stabilization
Helps decompose hydroperoxides generated during thermal processing of polymer materials.
| Product Name | SUNNOX® 168 |
|---|---|
| CAS Number | 31570-04-4 |
| Chemical Formula | SUNNOX 168 · Antioxidant Product Page * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #333; background: white; } /* Header & Navigation - Hidden (using WordPress theme navigation) */ header { display: none !important; } .draft-bar { display: none !important; } /* Breadcrumb */ .breadcrumb { background: white; padding: 12px 40px; font-size: 12px; border-bottom: 1px solid #e0e0e0; max-width: 100%; margin: 0; color: #666; } .breadcrumb a { color: #28A39A; text-decoration: none; font-weight: 500; } .breadcrumb a:hover { text-decoration: underline; } .breadcrumb span { color: #999; margin: 0 4px; } /* Hero Section */ .hero { background: linear-gradient(135deg, rgba(0, 58, 112, 0.85) 0%, rgba(40, 163, 154, 0.85) 100%), url('data:image/svg+xml,'); background-size: cover, 50px 50px; background-attachment: fixed; color: white; padding: 80px 40px; text-align: left; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: radial-gradient(circle at top right, rgba(40, 163, 154, 0.15) 0%, transparent 70%); pointer-events: none; } .hero-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: row; gap: 60px; align-items: center; justify-content: space-between; position: relative; z-index: 1; } .hero-content > div:first-child { flex: 1; min-width: 400px; } .hero h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; text-align: left; } .hero > div > p { font-size: 16px; margin-bottom: 15px; opacity: 0.95; text-align: left; line-height: 1.8; } .supporting { font-size: 14px; opacity: 0.85; margin: 20px 0; text-align: left; } .hero-figure { flex: 0 0 400px; width: 400px; height: 380px; background: rgba(255, 255, 255, 0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, 0.2); } .hero-figure img { width: 100%; height: 100%; object-fit: cover; } .hero figcaption { font-size: 12px; opacity: 0.7; margin-top: 10px; } /* Buttons */ .sc-btnrow { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin: 30px 0; } .sc-btn { background: white; color: #003A70; border: none; padding: 14px 32px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.3s; } .sc-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .sc-btn-outline { background: transparent; color: white; border: 2px solid white; padding: 12px 30px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.3s; } .sc-btn-outline:hover { background: white; color: #003A70; } /* Section Navigation */ .section-nav { background: white; border-bottom: 1px solid #e0e0e0; padding: 0; display: flex; overflow-x: auto; max-width: 1400px; margin: 0 auto; } .section-nav a { padding: 15px 20px; text-decoration: none; color: #333; font-size: 14px; white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.3s; } .section-nav a:hover { color: #28A39A; border-bottom-color: #28A39A; } /* Main Content */ main { max-width: 1400px; margin: 0 auto; } .sc-section { padding: 60px 40px; border-bottom: 1px solid #e0e0e0; background: white; margin: 0; } .sc-section h2 { font-size: 32px; color: #003A70; margin-bottom: 25px; font-weight: 700; } .sc-section h3 { font-size: 20px; color: #003A70; margin-bottom: 15px; font-weight: 600; } .sc-section h4 { font-size: 16px; color: #003A70; margin: 20px 0 12px 0; font-weight: 600; } /* Summary Section */ .summary { display: grid; grid-template-columns: 280px 1fr; gap: 50px; align-items: start; } .summary-facts { background: #f5f5f5; padding: 30px; border-radius: 8px; position: sticky; top: 100px; } .summary-facts > span { display: block; font-size: 18px; font-weight: 700; color: #003A70; margin-bottom: 25px; } .summary-facts dl { display: flex; flex-direction: column; gap: 20px; } .summary-facts dt { font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; } .summary-facts dd { font-size: 15px; color: #333; margin-left: 0; margin-bottom: 8px; } /* Cards */ .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 30px 0; } .card { background: white; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: all 0.3s; } .card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); transform: translateY(-4px); } .card-body { padding: 30px; } .card h3 { margin-bottom: 15px; } .card p { font-size: 15px; color: #555; line-height: 1.7; } /* Tables */ .table-scroll { overflow-x: auto; margin: 20px 0; border-radius: 8px; border: 1px solid #e0e0e0; } table { width: 100%; border-collapse: collapse; background: white; } thead { background: #f5f5f5; } th, td { padding: 15px; text-align: left; border-bottom: 1px solid #e0e0e0; font-size: 14px; } th { font-weight: 600; color: #003A70; } tbody tr:hover { background: #f9f9f9; } /* Applications */ .application-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; } .application-layout figure { width: 100%; height: 400px; background: #f5f5f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .application-layout img { width: 100%; height: 100%; object-fit: cover; } .application-tabs { display: flex; flex-direction: column; gap: 15px; } .application-tabs button { background: #f5f5f5; border: 2px solid transparent; padding: 12px 18px; border-radius: 6px; font-size: 14px; font-weight: 600; color: #333; cursor: pointer; transition: all 0.3s; text-align: left; } .application-tabs button:hover { border-color: #28A39A; background: #e8f7f5; } .application-panel { display: none; animation: fadeIn 0.3s; } .application-panel.active { display: block; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .application-panel h3 { margin-top: 0; margin-bottom: 15px; } .application-panel h4 { color: #333; margin-top: 20px; } .application-panel ul { margin: 15px 0 15px 25px; line-height: 1.8; } .application-panel a { color: #28A39A; text-decoration: none; font-weight: 600; } .application-panel a:hover { text-decoration: underline; } /* Note styling */ .note { background: #e8f7f5; border-left: 4px solid #28A39A; padding: 15px; margin: 20px 0; border-radius: 4px; font-size: 14px; color: #333; } /* Buying Guide */ .buying-grid { display: grid; gap: 40px; } .info-group { background: #f9f9f9; padding: 30px; border-radius: 8px; border: 1px solid #e0e0e0; } .info-group.wide { grid-column: 1; } .info-group h3 { margin-top: 0; } .documents { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 20px; } .documents > div { padding: 20px; background: white; border-radius: 6px; border: 1px solid #e0e0e0; } .documents h4 { margin-top: 0; margin-bottom: 10px; } .documents p { font-size: 14px; color: #666; margin: 0; } /* Buyer Guide */ .guide-layout { display: grid; grid-template-columns: 1fr 300px; gap: 50px; margin-top: 30px; } .guide-copy section { margin-bottom: 40px; } .guide-copy h3 { margin-top: 0; } .guide-side { background: #e8f7f5; padding: 30px; border-radius: 8px; } .guide-side h3 { margin-top: 0; } .guide-doc-link { display: inline-block; color: #28A39A; text-decoration: none; font-weight: 600; margin-top: 15px; } .guide-doc-link:hover { text-decoration: underline; } /* FAQ */ .buyer-faq details { margin-bottom: 15px; background: white; border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px; } .buyer-faq summary { font-weight: 600; color: #003A70; cursor: pointer; user-select: none; } .buyer-faq details[open] summary { margin-bottom: 15px; } .buyer-faq p { margin: 0; color: #555; line-height: 1.7; } /* Related Products */ .products { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; } .product-visual { background: linear-gradient(135deg, #003A70 0%, #28A39A 100%); color: white; padding: 40px; text-align: center; border-radius: 8px 8px 0 0; min-height: 140px; display: flex; flex-direction: column; justify-content: center; gap: 8px; } .product-visual span { font-size: 28px; font-weight: 700; } .product-visual small { font-size: 11px; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.5px; } .card.products { border: 1px solid #e0e0e0; } .card.products .card-body a { color: #28A39A; text-decoration: none; font-weight: 600; margin-top: 15px; display: inline-block; } .card.products .card-body a:hover { text-decoration: underline; } /* Footer */ footer { background: #003A70; color: white; padding: 50px 40px; margin-top: 60px; } .sc-footer-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .sc-footer-brand { grid-column: 1; } .sc-footer-brand img { height: 60px; margin-bottom: 20px; } .sc-footer-brand p { font-size: 14px; line-height: 1.6; opacity: 0.8; margin-bottom: 20px; } .sc-footer-contact { font-size: 13px; margin-bottom: 15px; } .sc-footer-contact a { color: white; text-decoration: none; } .sc-footer-contact a:hover { text-decoration: underline; } .sc-footer-offices { font-size: 13px; opacity: 0.8; margin-bottom: 20px; } .sc-footer-cta { display: inline-block; background: #28A39A; color: white; padding: 10px 20px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; transition: opacity 0.3s; } .sc-footer-cta:hover { opacity: 0.8; } .sc-footer-col { display: flex; flex-direction: column; gap: 12px; } .sc-footer-col h4 { margin: 0; font-size: 14px; color: white; } .sc-footer-col a { color: #ccc; text-decoration: none; font-size: 13px; transition: color 0.3s; } .sc-footer-col a:hover { color: white; } .sc-footer-bottom { max-width: 1400px; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; } .sc-footer-bottom a { color: #ccc; text-decoration: none; transition: color 0.3s; } .sc-footer-bottom a:hover { color: white; } /* Responsive */ @media (max-width: 768px) { .header-main { padding: 15px 20px; } .nav-menu { display: none; } .hero { padding: 40px 20px; } .hero-content { flex-direction: column; gap: 30px; } .hero-content > div:first-child { min-width: auto; } .hero h1 { font-size: 28px; } .hero > div > p { font-size: 15px; } .hero-figure { flex: 1; width: 100%; height: 250px; } .sc-btnrow { flex-direction: column; } .sc-btn, .sc-btn-outline { width: 100%; } .summary { grid-template-columns: 1fr; gap: 30px; } .summary-facts { position: static; } .application-layout { grid-template-columns: 1fr; } .guide-layout { grid-template-columns: 1fr; } .sc-footer-inner { grid-template-columns: 1fr; } .sc-footer-bottom { flex-direction: column; gap: 15px; text-align: center; } .sc-section { padding: 40px 20px; } } Home › Polymers & Materials › Plastic Additives › Antioxidant 168 Antioxidant 168 Supplier for Polymer Processing SUNNOX® 168 is a phosphite secondary antioxidant for polymer processing. Used with phenolic primary antioxidants, it helps improve stability during thermal processing. CAS 31570-04-4 · Phosphite antioxidant · White crystalline powder Request a Quote Request COA / TDS 🧪 Polymer Processing Illustration Overview Benefits Specifications Applications Packaging Buyer Information Buyer Guide RFQ FAQ SUNNOX® 168 CAS No. 31570-04-4 Type Phosphite · Secondary antioxidant Appearance White crystalline powder Assay ≥99.0% Documents COA / SDS / TDS Product Overview Antioxidant 168 decomposes hydroperoxides formed during polymer thermal processing. The supplied TDS describes use with phenolic primary antioxidants such as 1010 or 1076 in polyolefins, polyamide, polycarbonate and ABS. Select the grade and combination against your resin, processing conditions and agreed specification. The specifications below are from the SUNNOX-168 TDS. Confirm the specification for the offered grade before ordering. Key Benefits Processing stabilization Helps decompose hydroperoxides generated during thermal processing of polymer materials. Complementary protection Used with phenolic primary antioxidants as part of a combined stabilization system; the TDS states that it is generally not used alone. Multiple polymer families The TDS lists PE, PP, PA, PC and ABS. Suitability and addition level need evaluation in the intended formulation. Technical Specifications Specifications from the SUNNOX-168 TDS. Confirm agreed limits before ordering; request a batch COA for supplied material. Parameter Information Product Name Antioxidant 168 Brand SUNNOX® 168 CAS No. 31570-04-4 Chemical Name Tris(2,4-di-tert-butylphenyl) phosphite Molecular Formula C42H63O3P Molecular Weight 646 Antioxidant Type Phosphite / secondary antioxidant Appearance White crystalline powder Assay ≥99.0% Melting Point 183–187 °C Light Transmittance (425 nm) ≥98% Light Transmittance (500 nm) ≥98% Volatile Matter ≤0.5% (105 °C, 2 hours) Applications by Polymer Industry Choose a material family to review its application context. These are the polymer families listed in the supplied TDS. 📦 Polymer Applications PE & PP — Polyolefins PA — Polyamide PC — Polycarbonate ABS — Acrylonitrile Butadiene Polyolefin Processing — PE & PP The supplied TDS identifies polyethylene and polypropylene as application materials for antioxidant systems containing 168 and phenolic primary antioxidants. What to confirm for your application Specify the PE or PP resin grade and the processing operation. Include existing stabilizers and any masterbatch carrier in the evaluation. Agree trial conditions and acceptance criteria before changing the package. Discuss this application → Polyamide Processing — PA Polyamide is listed in the TDS as an application material. Review the proposed antioxidant combination for the specific PA grade and production conditions. What to confirm for your application Identify the PA grade and relevant processing history. Provide the complete additive package for compatibility review. Confirm performance through application-specific trials. Discuss this application → Polycarbonate Processing — PC Polycarbonate is included in the TDS application list. The TDS does not provide a universal dosage or a PC-specific performance guarantee. What to confirm for your application Identify the PC grade and whether the material is a blend. State the processing conditions and target material properties. Evaluate the proposed system against the currently approved formulation. Discuss this application → ABS Resin Processing ABS resin is listed as a potential application for combined antioxidant systems. Selection should consider the actual resin formulation and processing requirements. What to confirm for your application Provide the ABS grade and any other additives in the system. Describe the processing issue and expected heat history. Confirm dosage and suitability in a documented trial. Discuss this application → Packaging & Storage Packaging 25 kg net bags or cartons, as stated in the supplied TDS. Customer-specific packaging may be arranged; confirm the configuration in the quotation. Storage Protect from moisture and heat, following the supplied TDS. Confirm grade-specific handling instructions in the SDS. No storage temperature or shelf life is stated in this TDS. Intended use For general chemical use; not for use as a food additive, as stated in the TDS. Food-contact suitability is a separate, grade- and end-use-specific documentation review. Technical & Buying Information Selecting an Antioxidant System Customer Requirement Selection Direction Processing stability during extrusion or molding Antioxidant 168 Long-term oxidative stability Primary phenolic antioxidant Processing + long-term protection Primary + secondary antioxidant combination PE / PP processing 168 commonly used as part of antioxidant systems Masterbatch production Consider compatibility with complete additive package Antioxidant Comparison Product Type Main Role Typical Use SUNNOX® 168 Phosphite / Secondary Processing stabilization Combined with primary antioxidant SUNNOX® 1010 Phenolic / Primary Long-term oxidative protection Primary stabilization SUNNOX® 1076 Phenolic / Primary Long-term oxidative protection Primary stabilization SUNNOX® DLTDP Thioester / Secondary Long-term heat-aging support Synergistic with primary antioxidants Available Documents COA Certificate of Analysis — Batch-specific quality information TDS Technical Data Sheet — Product specification and information SDS Safety Data Sheet — Handling and safety information Specification For supplier qualification and comparison Packing Info Packaging configuration and shipping details Regulatory Docs Available based on grade, application and destination Antioxidant 168 Buyer Guide Define the processing problem Record the resin grade, processing sequence and observed change. Distinguish protection during processing from long-term service performance. Include rework or recycled content where relevant. Review the complete formulation Identify existing stabilizers, pigments, fillers and processing aids. The TDS describes combinations with phenolic primary antioxidants; it does not prescribe one dosage or blend ratio for every resin. Compare documents and run a trial Compare the offered specification, test conditions and batch COA with your approved requirements. Evaluate a candidate under documented processing conditions before approving a production change. Confirm the supply and end-use requirements Agree packaging, quantity, destination and required documents. Check any end-use approvals separately from processing performance. A matching CAS number alone does not qualify a replacement grade. Have an Existing Grade? Share the product name, TDS or COA for specification matching. Prepare Your RFQ Review document options → Request a Quotation for Antioxidant 168 Start with your polymer, required quantity and destination. Include your current grade or specification if available. Information Example Polymer / Material PP, PE, compound, masterbatch Application Injection molding, extrusion, film, fiber Current Antioxidant Existing grade or supplier Required Specification TDS, COA or target parameters Quantity Trial order / monthly / annual requirement Packaging Standard or required packaging Destination Country and port Regulatory Requirement Food contact, customer standard, etc. Send RFQ by Email Contact SUNCHEM Related Antioxidants 1010 PHENOLIC SUNNOX® 1010 A hindered phenolic primary antioxidant used for long-term thermal oxidative stabilization in polyolefins and engineering plastics. View product → 1076 PHENOLIC SUNNOX® 1076 A phenolic antioxidant suitable for polymer systems requiring long-term oxidative protection in plastics and elastomers. View product → DLTDP THIOESTER SUNNOX® DLTDP A thioester secondary antioxidant typically used with primary antioxidants for improved long-term heat-aging performance. View product → DSTDP THIOESTER SUNNOX® DSTDP A thioester antioxidant used as a synergistic secondary stabilizer in polymer formulations. View product → Antioxidant 168 Frequently Asked Questions Which polymers are listed in the Antioxidant 168 TDS? The supplied TDS lists polyethylene (PE), polypropylene (PP), polyamide (PA), polycarbonate (PC) and ABS. These are application families, not blanket approval for every formulation or finished article. Confirm the grade, additive package and processing requirements before selection. Can Antioxidant 168 be used alone? The supplied TDS states that it is generally used with phenolic primary antioxidants such as 1010 or 1076. It does not specify a universal addition level or mixing ratio. Select and evaluate the combination for the actual polymer formulation. Can I qualify a second supply source without changing my approved specification? Use your current approved specification as the starting point and ask whether the proposed supply option can be assessed against it. Keep the document comparison, sample evaluation and internal approval steps separate. A second source should remain a candidate until your qualification process is complete. Can we start a discussion if our formulation is confidential? You can begin with non-confidential information such as the polymer family, application, processing concern and required product specification. Identify which details cannot be shared openly and ask how a more detailed technical exchange can be arranged. Is a small sample enough to approve a commercial order? A sample can support an initial evaluation, but the scope of approval depends on your qualification procedure and the representativeness of the material tested. Before relying on the result, confirm the sample identity, accompanying documentation and relationship to the proposed commercial grade. What should I do if the received COA differs from the agreed specification? Identify the specific parameter, unit or test method that differs and send the agreed specification together with the relevant COA to the supply contact. Ask for clarification before accepting the material into the approved process. Discuss Your Antioxidant 168 Requirements Send your application, specification and quantity to request a quotation or supporting documents. Send RFQ by Email Request COA / TDS SUNCHEM SUNCHEM helps global buyers source specialty chemicals from China with reliable documentation, export coordination and supply support. 📧 david@sunchemgroup.com 📱 +86-18605204888 Offices: Yangzhou · Hong Kong · Osaka · Seoul Request Quote Featured Chemicals Plastic Additives Organic Solvents Water Treatment Pharma Intermediates Specialty Chemicals Company About Us Logistics Quality Control Supplier Management Contact Us Support & Legal Request Quotation COA / SDS / TDS Export Documentation Privacy Policy Terms & Conditions SunChem Group © 2026 All Rights Reserved Privacy Policy Terms & Conditions function showPanel(panelId) { // Hide all panels const panels = document.querySelectorAll('.application-panel'); panels.forEach(panel => panel.classList.remove('active')); // Show selected panel const selectedPanel = document.getElementById('panel-' + panelId); if (selectedPanel) { selectedPanel.classList.add('active'); } // Update button states const buttons = document.querySelectorAll('.application-tabs button'); buttons.forEach(btn => btn.style.borderColor = 'transparent'); event.target.style.borderColor = '#28A39A'; event.target.style.background = '#e8f7f5'; } // Set first panel as active on page load window.addEventListener('DOMContentLoaded', function() { const firstButton = document.querySelector('.application-tabs button'); if (firstButton) firstButton.click(); }); |
| Supply Origin | China |
| Documents | COA / SDS / TDS / Specification available upon request |
| Inquiry | Request Quotation → |
SUNNOX® 168 is a phosphite processing stabilizer (equivalent to Irgafos® 168) based on tris(2,4-di-tert-butylphenyl) phosphite, providing excellent processing stability and color retention for polyolefins and engineering plastics. It works synergistically with hindered phenolic antioxidants to provide comprehensive thermal and oxidative protection during polymer processing. SUNCHEM supports international buyers with SUNNOX® 168 sourcing from qualified Chinese producers, with quality documentation, export coordination, and logistics support.
SUNNOX® 168 sourcing requires careful verification of manufacturers, compliance with export documentation, and proper logistics management. SUNCHEM supports global customers by connecting them with qualified Chinese producers and managing the key steps from sourcing to shipment.
We help customers identify suitable Chinese manufacturers based on product specifications, production scale, quality records, and export capability.
We coordinate documents including COA, MSDS, TDS, product specifications, and other export-related documents required for international trade.
SUNCHEM works with experienced logistics partners to ensure safe and compliant shipment arrangements, including proper handling for regulated materials.
Whether you require regular commercial supply, trial orders, or long-term procurement support, we match suitable supply sources to your requirements.
We help manage supplier communication, quality follow-up, shipment schedules, and supply chain stability.
Send us your required purity, quantity, destination port, and documentation needs. Our team will respond with quotation details and available product documents.
| Chemical Synonym(s) | P 48 (stabilizer);PKY 168;PL10;PL 10 (stabilizer);Phos 6;Phosphite 168;Pronox S;RA 168;RA 168(antioxidant);Songnox 1200;Songnox 1680;Sumilizer P 16;Tomiphos 202;Tri(2,4-di-t-butylphenyl) phosphite;Ultranox 668;Tris-(2,4-di-t-butyl-phenyl)-phosphite;Phenol,2,4-bis(1,1-dimethylethyl)-, phosphite (3:1) (9CI);Phenol, 2,4-di-tert-butyl-,phosphite (3:1) (8CI);2,4-Bis(1,1-dimethylethyl)phenol phosphite (3:1);ADK 2112;ADK Stab 2112;ADK Stab 2112RG;AS 2112;AT 168;Alkanox 240;Antioxidant 168;B 311;Chinox 168;Cyanox2704;Doverphos S 480;Hostanox PAR 24;Irgafos 168;Irgafos 168FF;Irgafos F;Irganox 168;JP 650;Mark 2112E;Naugard 524; | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CAS Number | 31570-04-4 | ||||||||||||||||||||||||||||||||||||||||||||||
| Chemical Formula |
html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #333; background: white; } /* Header & Navigation - Hidden (using WordPress theme navigation) */ header { display: none !important; } .draft-bar { display: none !important; } /* Breadcrumb */ .breadcrumb { background: white; padding: 12px 40px; font-size: 12px; border-bottom: 1px solid #e0e0e0; max-width: 100%; margin: 0; color: #666; } .breadcrumb a { color: #28A39A; text-decoration: none; font-weight: 500; } .breadcrumb a:hover { text-decoration: underline; } .breadcrumb span { color: #999; margin: 0 4px; } /* Hero Section */ .hero { background: linear-gradient(135deg, rgba(0, 58, 112, 0.85) 0%, rgba(40, 163, 154, 0.85) 100%), url('data:image/svg+xml,'); background-size: cover, 50px 50px; background-attachment: fixed; color: white; padding: 80px 40px; text-align: left; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: radial-gradient(circle at top right, rgba(40, 163, 154, 0.15) 0%, transparent 70%); pointer-events: none; } .hero-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: row; gap: 60px; align-items: center; justify-content: space-between; position: relative; z-index: 1; } .hero-content > div:first-child { flex: 1; min-width: 400px; } .hero h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; text-align: left; } .hero > div > p { font-size: 16px; margin-bottom: 15px; opacity: 0.95; text-align: left; line-height: 1.8; } .supporting { font-size: 14px; opacity: 0.85; margin: 20px 0; text-align: left; } .hero-figure { flex: 0 0 400px; width: 400px; height: 380px; background: rgba(255, 255, 255, 0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, 0.2); } .hero-figure img { width: 100%; height: 100%; object-fit: cover; } .hero figcaption { font-size: 12px; opacity: 0.7; margin-top: 10px; } /* Buttons */ .sc-btnrow { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin: 30px 0; } .sc-btn { background: white; color: #003A70; border: none; padding: 14px 32px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.3s; } .sc-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .sc-btn-outline { background: transparent; color: white; border: 2px solid white; padding: 12px 30px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.3s; } .sc-btn-outline:hover { background: white; color: #003A70; } /* Section Navigation */ .section-nav { background: white; border-bottom: 1px solid #e0e0e0; padding: 0; display: flex; overflow-x: auto; max-width: 1400px; margin: 0 auto; } .section-nav a { padding: 15px 20px; text-decoration: none; color: #333; font-size: 14px; white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.3s; } .section-nav a:hover { color: #28A39A; border-bottom-color: #28A39A; } /* Main Content */ main { max-width: 1400px; margin: 0 auto; } .sc-section { padding: 60px 40px; border-bottom: 1px solid #e0e0e0; background: white; margin: 0; } .sc-section h2 { font-size: 32px; color: #003A70; margin-bottom: 25px; font-weight: 700; } .sc-section h3 { font-size: 20px; color: #003A70; margin-bottom: 15px; font-weight: 600; } .sc-section h4 { font-size: 16px; color: #003A70; margin: 20px 0 12px 0; font-weight: 600; } /* Summary Section */ .summary { display: grid; grid-template-columns: 280px 1fr; gap: 50px; align-items: start; } .summary-facts { background: #f5f5f5; padding: 30px; border-radius: 8px; position: sticky; top: 100px; } .summary-facts > span { display: block; font-size: 18px; font-weight: 700; color: #003A70; margin-bottom: 25px; } .summary-facts dl { display: flex; flex-direction: column; gap: 20px; } .summary-facts dt { font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; } .summary-facts dd { font-size: 15px; color: #333; margin-left: 0; margin-bottom: 8px; } /* Cards */ .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 30px 0; } .card { background: white; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: all 0.3s; } .card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); transform: translateY(-4px); } .card-body { padding: 30px; } .card h3 { margin-bottom: 15px; } .card p { font-size: 15px; color: #555; line-height: 1.7; } /* Tables */ .table-scroll { overflow-x: auto; margin: 20px 0; border-radius: 8px; border: 1px solid #e0e0e0; } table { width: 100%; border-collapse: collapse; background: white; } thead { background: #f5f5f5; } th, td { padding: 15px; text-align: left; border-bottom: 1px solid #e0e0e0; font-size: 14px; } th { font-weight: 600; color: #003A70; } tbody tr:hover { background: #f9f9f9; } /* Applications */ .application-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; } .application-layout figure { width: 100%; height: 400px; background: #f5f5f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .application-layout img { width: 100%; height: 100%; object-fit: cover; } .application-tabs { display: flex; flex-direction: column; gap: 15px; } .application-tabs button { background: #f5f5f5; border: 2px solid transparent; padding: 12px 18px; border-radius: 6px; font-size: 14px; font-weight: 600; color: #333; cursor: pointer; transition: all 0.3s; text-align: left; } .application-tabs button:hover { border-color: #28A39A; background: #e8f7f5; } .application-panel { display: none; animation: fadeIn 0.3s; } .application-panel.active { display: block; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .application-panel h3 { margin-top: 0; margin-bottom: 15px; } .application-panel h4 { color: #333; margin-top: 20px; } .application-panel ul { margin: 15px 0 15px 25px; line-height: 1.8; } .application-panel a { color: #28A39A; text-decoration: none; font-weight: 600; } .application-panel a:hover { text-decoration: underline; } /* Note styling */ .note { background: #e8f7f5; border-left: 4px solid #28A39A; padding: 15px; margin: 20px 0; border-radius: 4px; font-size: 14px; color: #333; } /* Buying Guide */ .buying-grid { display: grid; gap: 40px; } .info-group { background: #f9f9f9; padding: 30px; border-radius: 8px; border: 1px solid #e0e0e0; } .info-group.wide { grid-column: 1; } .info-group h3 { margin-top: 0; } .documents { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 20px; } .documents > div { padding: 20px; background: white; border-radius: 6px; border: 1px solid #e0e0e0; } .documents h4 { margin-top: 0; margin-bottom: 10px; } .documents p { font-size: 14px; color: #666; margin: 0; } /* Buyer Guide */ .guide-layout { display: grid; grid-template-columns: 1fr 300px; gap: 50px; margin-top: 30px; } .guide-copy section { margin-bottom: 40px; } .guide-copy h3 { margin-top: 0; } .guide-side { background: #e8f7f5; padding: 30px; border-radius: 8px; } .guide-side h3 { margin-top: 0; } .guide-doc-link { display: inline-block; color: #28A39A; text-decoration: none; font-weight: 600; margin-top: 15px; } .guide-doc-link:hover { text-decoration: underline; } /* FAQ */ .buyer-faq details { margin-bottom: 15px; background: white; border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px; } .buyer-faq summary { font-weight: 600; color: #003A70; cursor: pointer; user-select: none; } .buyer-faq details[open] summary { margin-bottom: 15px; } .buyer-faq p { margin: 0; color: #555; line-height: 1.7; } /* Related Products */ .products { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; } .product-visual { background: linear-gradient(135deg, #003A70 0%, #28A39A 100%); color: white; padding: 40px; text-align: center; border-radius: 8px 8px 0 0; min-height: 140px; display: flex; flex-direction: column; justify-content: center; gap: 8px; } .product-visual span { font-size: 28px; font-weight: 700; } .product-visual small { font-size: 11px; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.5px; } .card.products { border: 1px solid #e0e0e0; } .card.products .card-body a { color: #28A39A; text-decoration: none; font-weight: 600; margin-top: 15px; display: inline-block; } .card.products .card-body a:hover { text-decoration: underline; } /* Footer */ footer { background: #003A70; color: white; padding: 50px 40px; margin-top: 60px; } .sc-footer-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .sc-footer-brand { grid-column: 1; } .sc-footer-brand img { height: 60px; margin-bottom: 20px; } .sc-footer-brand p { font-size: 14px; line-height: 1.6; opacity: 0.8; margin-bottom: 20px; } .sc-footer-contact { font-size: 13px; margin-bottom: 15px; } .sc-footer-contact a { color: white; text-decoration: none; } .sc-footer-contact a:hover { text-decoration: underline; } .sc-footer-offices { font-size: 13px; opacity: 0.8; margin-bottom: 20px; } .sc-footer-cta { display: inline-block; background: #28A39A; color: white; padding: 10px 20px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; transition: opacity 0.3s; } .sc-footer-cta:hover { opacity: 0.8; } .sc-footer-col { display: flex; flex-direction: column; gap: 12px; } .sc-footer-col h4 { margin: 0; font-size: 14px; color: white; } .sc-footer-col a { color: #ccc; text-decoration: none; font-size: 13px; transition: color 0.3s; } .sc-footer-col a:hover { color: white; } .sc-footer-bottom { max-width: 1400px; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; } .sc-footer-bottom a { color: #ccc; text-decoration: none; transition: color 0.3s; } .sc-footer-bottom a:hover { color: white; } /* Responsive */ @media (max-width: 768px) { .header-main { padding: 15px 20px; } .nav-menu { display: none; } .hero { padding: 40px 20px; } .hero-content { flex-direction: column; gap: 30px; } .hero-content > div:first-child { min-width: auto; } .hero h1 { font-size: 28px; } .hero > div > p { font-size: 15px; } .hero-figure { flex: 1; width: 100%; height: 250px; } .sc-btnrow { flex-direction: column; } .sc-btn, .sc-btn-outline { width: 100%; } .summary { grid-template-columns: 1fr; gap: 30px; } .summary-facts { position: static; } .application-layout { grid-template-columns: 1fr; } .guide-layout { grid-template-columns: 1fr; } .sc-footer-inner { grid-template-columns: 1fr; } .sc-footer-bottom { flex-direction: column; gap: 15px; text-align: center; } .sc-section { padding: 40px 20px; } }
Antioxidant 168 Supplier for Polymer ProcessingSUNNOX® 168 is a phosphite secondary antioxidant for polymer processing. Used with phenolic primary antioxidants, it helps improve stability during thermal processing. CAS 31570-04-4 · Phosphite antioxidant · White crystalline powder
🧪
Polymer Processing Illustration
Product OverviewAntioxidant 168 decomposes hydroperoxides formed during polymer thermal processing. The supplied TDS describes use with phenolic primary antioxidants such as 1010 or 1076 in polyolefins, polyamide, polycarbonate and ABS. Select the grade and combination against your resin, processing conditions and agreed specification. The specifications below are from the SUNNOX-168 TDS. Confirm the specification for the offered grade before ordering.
Key BenefitsProcessing stabilizationHelps decompose hydroperoxides generated during thermal processing of polymer materials. Complementary protectionUsed with phenolic primary antioxidants as part of a combined stabilization system; the TDS states that it is generally not used alone. Multiple polymer familiesThe TDS lists PE, PP, PA, PC and ABS. Suitability and addition level need evaluation in the intended formulation.
Technical SpecificationsSpecifications from the SUNNOX-168 TDS. Confirm agreed limits before ordering; request a batch COA for supplied material.
Applications by Polymer IndustryChoose a material family to review its application context. These are the polymer families listed in the supplied TDS. 📦
Polymer Applications
Polyolefin Processing — PE & PPThe supplied TDS identifies polyethylene and polypropylene as application materials for antioxidant systems containing 168 and phenolic primary antioxidants. What to confirm for your application
Polyamide Processing — PAPolyamide is listed in the TDS as an application material. Review the proposed antioxidant combination for the specific PA grade and production conditions. What to confirm for your application
Polycarbonate Processing — PCPolycarbonate is included in the TDS application list. The TDS does not provide a universal dosage or a PC-specific performance guarantee. What to confirm for your application
ABS Resin ProcessingABS resin is listed as a potential application for combined antioxidant systems. Selection should consider the actual resin formulation and processing requirements. What to confirm for your application
Packaging & StoragePackaging25 kg net bags or cartons, as stated in the supplied TDS. Customer-specific packaging may be arranged; confirm the configuration in the quotation. StorageProtect from moisture and heat, following the supplied TDS. Confirm grade-specific handling instructions in the SDS. No storage temperature or shelf life is stated in this TDS. Intended useFor general chemical use; not for use as a food additive, as stated in the TDS. Food-contact suitability is a separate, grade- and end-use-specific documentation review.
Technical & Buying Information
Antioxidant 168 Buyer GuideDefine the processing problemRecord the resin grade, processing sequence and observed change. Distinguish protection during processing from long-term service performance. Include rework or recycled content where relevant. Review the complete formulationIdentify existing stabilizers, pigments, fillers and processing aids. The TDS describes combinations with phenolic primary antioxidants; it does not prescribe one dosage or blend ratio for every resin. Compare documents and run a trialCompare the offered specification, test conditions and batch COA with your approved requirements. Evaluate a candidate under documented processing conditions before approving a production change. Confirm the supply and end-use requirementsAgree packaging, quantity, destination and required documents. Check any end-use approvals separately from processing performance. A matching CAS number alone does not qualify a replacement grade.
Request a Quotation for Antioxidant 168Start with your polymer, required quantity and destination. Include your current grade or specification if available.
Related Antioxidants
1010
PHENOLIC SUNNOX® 1010A hindered phenolic primary antioxidant used for long-term thermal oxidative stabilization in polyolefins and engineering plastics.
1076
PHENOLIC SUNNOX® 1076A phenolic antioxidant suitable for polymer systems requiring long-term oxidative protection in plastics and elastomers.
DLTDP
THIOESTER SUNNOX® DLTDPA thioester secondary antioxidant typically used with primary antioxidants for improved long-term heat-aging performance.
DSTDP
THIOESTER SUNNOX® DSTDPA thioester antioxidant used as a synergistic secondary stabilizer in polymer formulations.
Antioxidant 168 Frequently Asked QuestionsWhich polymers are listed in the Antioxidant 168 TDS?The supplied TDS lists polyethylene (PE), polypropylene (PP), polyamide (PA), polycarbonate (PC) and ABS. These are application families, not blanket approval for every formulation or finished article. Confirm the grade, additive package and processing requirements before selection. Can Antioxidant 168 be used alone?The supplied TDS states that it is generally used with phenolic primary antioxidants such as 1010 or 1076. It does not specify a universal addition level or mixing ratio. Select and evaluate the combination for the actual polymer formulation. Can I qualify a second supply source without changing my approved specification?Use your current approved specification as the starting point and ask whether the proposed supply option can be assessed against it. Keep the document comparison, sample evaluation and internal approval steps separate. A second source should remain a candidate until your qualification process is complete. Can we start a discussion if our formulation is confidential?You can begin with non-confidential information such as the polymer family, application, processing concern and required product specification. Identify which details cannot be shared openly and ask how a more detailed technical exchange can be arranged. Is a small sample enough to approve a commercial order?A sample can support an initial evaluation, but the scope of approval depends on your qualification procedure and the representativeness of the material tested. Before relying on the result, confirm the sample identity, accompanying documentation and relationship to the proposed commercial grade. What should I do if the received COA differs from the agreed specification?Identify the specific parameter, unit or test method that differs and send the agreed specification together with the relevant COA to the supply contact. Ask for clarification before accepting the material into the approved process.
Discuss Your Antioxidant 168 RequirementsSend your application, specification and quantity to request a quotation or supporting documents.
function showPanel(panelId) { // Hide all panels const panels = document.querySelectorAll('.application-panel'); panels.forEach(panel => panel.classList.remove('active')); // Show selected panel const selectedPanel = document.getElementById('panel-' + panelId); if (selectedPanel) { selectedPanel.classList.add('active'); } // Update button states const buttons = document.querySelectorAll('.application-tabs button'); buttons.forEach(btn => btn.style.borderColor = 'transparent'); event.target.style.borderColor = '#28A39A'; event.target.style.background = '#e8f7f5'; } // Set first panel as active on page load
window.addEventListener('DOMContentLoaded', function() {
const firstButton = document.querySelector('.application-tabs button');
if (firstButton) firstButton.click();
});
|
Yes. SUNCHEM helps international buyers source SUNNOX® 168 from qualified Chinese producers and supports quotation, documentation, packaging, and export coordination according to customer requirements.
The CAS number of SUNNOX® 168 is 31570-04-4.
Available documents may include COA, SDS / MSDS, TDS, product specification, packing information, and other export-related documents depending on supplier availability and order requirements.
Yes. For suitable orders, SUNCHEM can coordinate COA and MSDS / SDS documents for customer review before shipment.
Please provide the product name, CAS number, required purity or specification, order quantity, destination port or country, packaging requirements, and any required documents.
Yes. SUNCHEM can coordinate export documentation, packaging discussion, and logistics arrangements with experienced partners according to product properties and destination requirements.
SUNNOX® 168 may be subject to regulatory control in certain countries or regions. Customers should confirm local import requirements before placing an order. SUNCHEM can support documentation and shipment coordination based on applicable trade requirements.
Yes. SUNCHEM can support regular supply, trial orders, and long-term procurement projects by matching suitable Chinese producers and following up on quality, documents, shipment schedules, and supply stability.