Universal Silicone MAPEI MAPESIL AC-123 310 ml

The photographs are for illustrative purposes only.
Get AI analytics on product Universal Silicone MAPEI MAPESIL AC-123 310 ml:
12.70€/pc.
Ex Tax: 10.24€/pc.
MAPEI
0 reviews
In stock
Product Code: 000-493233ASP
Qty
Tags:

MAPEI Mapesil AC-123 — Universal silicone sealant in Ancient White (310 ml)

One-component, acetic acid‑cure, mould-resistant silicone sealant designed to form perfectly elastic seals and to seal joints with movement capability of ±25% (EN 15651).

Key Benefits


    One-component formula for straightforward application
  • Acetic acid curing (äädikhappeline) silicone
  • Mould-resistant formulation
  • Maintains elasticity in joints with ±25% movement (EN 15651)
  • Creates perfectly elastic seals between elements
  • Suitable across multiple industries and uses

Applications

Suitable for sealing and elastic joint formation in construction and industrial settings; see application examples below.


    Construction joints
  • Mechanical engineering components
  • Shipbuilding sealing tasks
  • Automotive industry joints
  • Manufacturing and production equipment

What to Consider When Choosing


    Joint movement requirements — compatibility with ±25% movement (EN 15651)
  1. Need for mould resistance in humid or sanitary areas
  2. Colour matching — Ancient White (old white)
  3. Preference for one-component products for easier use
  4. Packaging size — 310 ml cartridge

Specifications


    Type: one-component acetic acid-cure silicone
  • Mould resistance: yes
  • Colour: Ancient White (old white)
  • Movement capability: ±25% (EN 15651)
  • Brand/model: MAPEI Mapesil AC-123
  • Volume: 310 ml

Why Buy from SityPro


    Clear price and product features listed on SityPro
  • Easy to buy online with straightforward ordering
  • Delivery available to Estonia and Finland
  • SityPro offers product selection focused on construction and industrial needs
  • Customer support for questions about application and benefits

Description provided by sitypro.com

Universal Silicone MAPEI MAPESIL AC-123 310 ml
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the UNIVERSAL SILICONE MAPEI MAPESIL AC-123 310ml

What is the UNIVERSAL SILICONE MAPEI MAPESIL AC-123 310ml and what is it used for?

UNIVERSAL SILICONE MAPEI MAPESIL AC-123 310ml is a one-component acetic, mould-resistant silicone sealant in Ancient White, used to seal joints with movement capability up to ±25% per EN 15651 and to form elastic seals between elements in construction, shipbuilding, machinery and automotive industries.

Is this silicone suitable for kitchen and bathroom joints where mould may occur?

Yes. UNIVERSAL SILICONE MAPEI MAPESIL AC-123 310ml is mould-resistant and suitable for sealing joints in humid environments such as kitchens and bathrooms.

What joint movement capability does this sealant support and does it meet EN 15651?

UNIVERSAL SILICONE MAPEI MAPESIL AC-123 310ml is designed for joints with movement up to ±25% and complies with the deformation requirements of EN 15651.

Can this silicone be used in shipbuilding and the automotive industry?

Yes. The product description specifies MAPEI MAPESIL AC-123 310ml for creating elastic seals in shipbuilding and automotive applications where movement resistance and sealing are required.

What is the packaging and cartridge volume of MAPEI MAPESIL AC-123?

UNIVERSAL SILICONE MAPEI MAPESIL AC-123 is supplied in a 310 ml cartridge; model A160900SP, SKU 000-493233ASP.

What colour is the silicone and will it match white/aged surfaces?

The product is specified in Ancient White (aged white). This shade is suitable for slightly aged white surfaces; compare a sample with your surface before application to ensure a good match.

Is this product one-component — do I need a hardener or primer?

MAPEI MAPESIL AC-123 310ml is a one-component acetic silicone, so no additional hardener is required. For difficult substrates you may use a MAPEI-recommended primer, though no specific primer is listed in the provided context.

Is this silicone suitable for outdoor use and does it withstand weathering?

The description lists use in construction to form elastic seals, which implies outdoor applicability. However, the provided context lacks detailed UV or wide-temperature resistance data, so consult MAPEI technical documentation for critical exterior applications.

Which substrates can this sealant be used on (ceramic, metal, glass, wood)?

The description indicates use for elastic seals in construction and industry; acetic silicones typically bond well to glass, ceramic and metal. Specific adhesion to wood or specialty coatings is not provided, so test on a small area if uncertain.

How does MAPEI MAPESIL AC-123 differ from other MAPEI silicones?

The context highlights MAPESIL AC-123 as a one-component acetic mould-resistant sealant in Ancient White rated for ±25% movement per EN 15651. Comparing it to other MAPEI silicones requires their technical datasheets, which are not provided here.

Where to buy Universal Silicone MAPEI MAPESIL AC-123 310 ml?

You can buy Universal Silicone MAPEI MAPESIL AC-123 310 ml in our online store for 10.24€. Category: Silicones.

What is the price of Universal Silicone MAPEI MAPESIL AC-123 310 ml?

The current price of Universal Silicone MAPEI MAPESIL AC-123 310 ml is 10.24€. Brand: MAPEI.

Universal Silicone MAPEI MAPESIL AC-123 310 ml — specifications and description

Model: 000-493233ASP. Category: Silicones. Brand: MAPEI. Price: 10.24€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');