COLOR #A2E9D2

HEX: #A2E9D2
RGB: (162,233,210)

Color info

#A2E9D2 contains mainly green and blue colors. Web safe color of #A2E9D2 is #99FFCC (or #9FC).

RGB color model

#A2E9D2 color RGB value is (162,233,210).

  • red value is 162;
  • green value is 233;
  • blue value is 210.
RGB:
(162,233,210)
(64%,91%,82%)

RGB channels and saturation

R 162 of 255 = 64%
G 233 of 255 = 91%
B 210 of 255 = 82%

162
233
210

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

Portions of RGB colors in percentages

R + G + B =
162 + 233 + 210 = 605 (100%)
R 162 of 605 ~ 26.78%
G 233 of 605 ~ 38.51%
B 210 of 605 ~ 34.71%

%26.78
%38.51
%34.71

CMYK color model

#A2E9D2 color CMYK value is (30,0,10,9).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(30,0,10,9)
C30M0Y10K9 
(30%,0%,10%,9%)
(0.30/0.00/0.10/0.09)	

CMYK percentages

%30.47
%0
%9.87
%8.63

Codes

Color #A2E9D2 in popluar color models

A2E9D2
RGB162233210
HSL161°61.74%77.45%
HSB/HSV161°30.47%91.37%
CMYK30.47%0.00%9.87%
8.63%

Color #A2E9D2 in popluar number systems.

HEXA2E9D2
Decimal162233210
Binary101000101110100111010010
Octal242351322

Shades and tints

Shades of #A2E9D2

#A2E9D2
(162,233,210)
#94D4BF
(148,212,191)
#86BFAC
(134,191,172)
#78AA99
(120,170,153)
#6A9586
(106,149,134)
#5C8073
(92,128,115)
#4E6B60
(78,107,96)
#40564D
(64,86,77)
#32413A
(50,65,58)
#242C27
(36,44,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #A2E9D2

#A2E9D2
(162,233,210)
#AAEBD6
(170,235,214)
#B2EDDA
(178,237,218)
#BAEFDE
(186,239,222)
#C2F1E2
(194,241,226)
#CAF3E6
(202,243,230)
#D2F5EA
(210,245,234)
#DAF7EE
(218,247,238)
#E2F9F2
(226,249,242)
#EAFBF6
(234,251,246)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E9D2 color. Also use rgb(162,233,210) instead hex code.

Text Font Color

.myTextColor { color: #A2E9D2; }

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

This text font color is #A2E9D2.


Background Color

.myBgColor { background-color: #A2E9D2; }

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

This div background color is #A2E9D2.


Border color

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

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

This div border color is #A2E9D2.


Opacity

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

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

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

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

This text has shadow with #A2E9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E9D2 on black background.


Color preview on white background

This text has color #A2E9D2 on white background.



Black color preview on #A2E9D2 background

This text has black color on #A2E9D2 background.


White color preview on #A2E9D2 background

This text has white color on #A2E9D2 background.