COLOR #A2E6D3

HEX: #A2E6D3
RGB: (162,230,211)

Color info

#A2E6D3 contains mainly green and blue colors. Web safe color of #A2E6D3 is #99CCCC (or #9CC).

RGB color model

#A2E6D3 color RGB value is (162,230,211).

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

RGB channels and saturation

R 162 of 255 = 64%
G 230 of 255 = 90%
B 211 of 255 = 83%

162
230
211

R + G + B ~ 79%. #A2E6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 230 + 211 = 603 (100%)
R 162 of 603 ~ 26.87%
G 230 of 603 ~ 38.14%
B 211 of 603 ~ 34.99%

%26.87
%38.14
%34.99

CMYK color model

#A2E6D3 color CMYK value is (30,0,8,10).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 9.80%
CMYK:
(30,0,8,10)
C30M0Y8K10 
(30%,0%,8%,10%)
(0.30/0.00/0.08/0.10)	

CMYK percentages

%29.57
%0
%8.26
%9.8

Codes

Color #A2E6D3 in popluar color models

A2E6D3
RGB162230211
HSL163°57.63%76.86%
HSB/HSV163°29.57%90.20%
CMYK29.57%0.00%8.26%
9.80%

Color #A2E6D3 in popluar number systems.

HEXA2E6D3
Decimal162230211
Binary101000101110011011010011
Octal242346323

Shades and tints

Shades of #A2E6D3

#A2E6D3
(162,230,211)
#94D2C0
(148,210,192)
#86BEAD
(134,190,173)
#78AA9A
(120,170,154)
#6A9687
(106,150,135)
#5C8274
(92,130,116)
#4E6E61
(78,110,97)
#405A4E
(64,90,78)
#32463B
(50,70,59)
#243228
(36,50,40)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #A2E6D3

#A2E6D3
(162,230,211)
#AAE8D7
(170,232,215)
#B2EADB
(178,234,219)
#BAECDF
(186,236,223)
#C2EEE3
(194,238,227)
#CAF0E7
(202,240,231)
#D2F2EB
(210,242,235)
#DAF4EF
(218,244,239)
#E2F6F3
(226,246,243)
#EAF8F7
(234,248,247)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E6D3; }

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

This text font color is #A2E6D3.


Background Color

.myBgColor { background-color: #A2E6D3; }

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

This div background color is #A2E6D3.


Border color

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

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

This div border color is #A2E6D3.


Opacity

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

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

Text with #A2E6D3 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 #A2E6D3;}

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

This text has shadow with #A2E6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E6D3 on black background.


Color preview on white background

This text has color #A2E6D3 on white background.



Black color preview on #A2E6D3 background

This text has black color on #A2E6D3 background.


White color preview on #A2E6D3 background

This text has white color on #A2E6D3 background.