COLOR #A2E9DB

HEX: #A2E9DB
RGB: (162,233,219)

Color info

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

RGB color model

#A2E9DB color RGB value is (162,233,219).

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

RGB channels and saturation

R 162 of 255 = 64%
G 233 of 255 = 91%
B 219 of 255 = 86%

162
233
219

R + G + B ~ 80%. #A2E9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 233 + 219 = 614 (100%)
R 162 of 614 ~ 26.38%
G 233 of 614 ~ 37.95%
B 219 of 614 ~ 35.67%

%26.38
%37.95
%35.67

CMYK color model

#A2E9DB color CMYK value is (30,0,6,9).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(30,0,6,9)
C30M0Y6K9 
(30%,0%,6%,9%)
(0.30/0.00/0.06/0.09)	

CMYK percentages

%30.47
%0
%6.01
%8.63

Codes

Color #A2E9DB in popluar color models

A2E9DB
RGB162233219
HSL168°61.74%77.45%
HSB/HSV168°30.47%91.37%
CMYK30.47%0.00%6.01%
8.63%

Color #A2E9DB in popluar number systems.

HEXA2E9DB
Decimal162233219
Binary101000101110100111011011
Octal242351333

Shades and tints

Shades of #A2E9DB

#A2E9DB
(162,233,219)
#94D4C8
(148,212,200)
#86BFB5
(134,191,181)
#78AAA2
(120,170,162)
#6A958F
(106,149,143)
#5C807C
(92,128,124)
#4E6B69
(78,107,105)
#405656
(64,86,86)
#324143
(50,65,67)
#242C30
(36,44,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #A2E9DB

#A2E9DB
(162,233,219)
#AAEBDE
(170,235,222)
#B2EDE1
(178,237,225)
#BAEFE4
(186,239,228)
#C2F1E7
(194,241,231)
#CAF3EA
(202,243,234)
#D2F5ED
(210,245,237)
#DAF7F0
(218,247,240)
#E2F9F3
(226,249,243)
#EAFBF6
(234,251,246)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E9DB; }

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

This text font color is #A2E9DB.


Background Color

.myBgColor { background-color: #A2E9DB; }

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

This div background color is #A2E9DB.


Border color

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

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

This div border color is #A2E9DB.


Opacity

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

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

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

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

This text has shadow with #A2E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E9DB on black background.


Color preview on white background

This text has color #A2E9DB on white background.



Black color preview on #A2E9DB background

This text has black color on #A2E9DB background.


White color preview on #A2E9DB background

This text has white color on #A2E9DB background.