COLOR #A2E6EC

HEX: #A2E6EC
RGB: (162,230,236)

Color info

#A2E6EC contains mainly green and blue colors. Web safe color of #A2E6EC is #99CCFF (or #9CF).

RGB color model

#A2E6EC color RGB value is (162,230,236).

  • red value is 162;
  • green value is 230;
  • blue value is 236.
RGB:
(162,230,236)
(64%,90%,93%)

RGB channels and saturation

R 162 of 255 = 64%
G 230 of 255 = 90%
B 236 of 255 = 93%

162
230
236

R + G + B ~ 82%. #A2E6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 230 + 236 = 628 (100%)
R 162 of 628 ~ 25.8%
G 230 of 628 ~ 36.62%
B 236 of 628 ~ 37.58%

%25.8
%36.62
%37.58

CMYK color model

#A2E6EC color CMYK value is (31,3,0,7).

  • cyan value is 31.36%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(31,3,0,7)
C31M3Y0K7 
(31%,3%,0%,7%)
(0.31/0.03/0.00/0.07)	

CMYK percentages

%31.36
%2.54
%0
%7.45

Codes

Color #A2E6EC in popluar color models

A2E6EC
RGB162230236
HSL185°66.07%78.04%
HSB/HSV185°31.36%92.55%
CMYK31.36%2.54%0.00%
7.45%

Color #A2E6EC in popluar number systems.

HEXA2E6EC
Decimal162230236
Binary101000101110011011101100
Octal242346354

Shades and tints

Shades of #A2E6EC

#A2E6EC
(162,230,236)
#94D2D7
(148,210,215)
#86BEC2
(134,190,194)
#78AAAD
(120,170,173)
#6A9698
(106,150,152)
#5C8283
(92,130,131)
#4E6E6E
(78,110,110)
#405A59
(64,90,89)
#324644
(50,70,68)
#24322F
(36,50,47)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #A2E6EC

#A2E6EC
(162,230,236)
#AAE8ED
(170,232,237)
#B2EAEE
(178,234,238)
#BAECEF
(186,236,239)
#C2EEF0
(194,238,240)
#CAF0F1
(202,240,241)
#D2F2F2
(210,242,242)
#DAF4F3
(218,244,243)
#E2F6F4
(226,246,244)
#EAF8F5
(234,248,245)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E6EC color. Also use rgb(162,230,236) instead hex code.

Text Font Color

.myTextColor { color: #A2E6EC; }

<p style="color:#A2E6EC">This sample text font color is #A2E6EC.</p>

This text font color is #A2E6EC.


Background Color

.myBgColor { background-color: #A2E6EC; }

<div style="background-color:#A2E6EC">Inner text</div>

This div background color is #A2E6EC.


Border color

.myBorderColor { border: 1px solid #A2E6EC; }

<div style="border:3px solid #A2E6EC">Div</div>

This div border color is #A2E6EC.


Opacity

.myOpacity80 { color: #A2E6EC; opacity: 0.8; }

<p style="color:#A2E6EC;opacity:0.8;">80%</p>

Text with #A2E6EC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A2E6EC;}

<p style="text-shadow: 3px 3px 1px #A2E6EC">Text here.</p>

This text has shadow with #A2E6EC color.

.textShadow {text-shadow: 3px 3px 1px #A2E6EC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A2E6EC, 5px 5px 20px red">Text here.</p>

This text has shadow with #A2E6EC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A2E6EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A2E6EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #A2E6EC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A2E6EC;
  -webkit-box-shadow:	1px 1px 3px 2px #A2E6EC;
  box-shadow:		1px 1px 3px 2px #A2E6EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A2E6EC;
-webkit-box-shadow: 1px 1px 3px 2px #A2E6EC;
box-shadow:1px 1px 3px 2px #A2E6EC;">
Div content here</div>
This div box has shadow with color #A2E6EC.

Preview

Color preview on black background

This text has color #A2E6EC on black background.


Color preview on white background

This text has color #A2E6EC on white background.



Black color preview on #A2E6EC background

This text has black color on #A2E6EC background.


White color preview on #A2E6EC background

This text has white color on #A2E6EC background.