COLOR #A2DED9

HEX: #A2DED9
RGB: (162,222,217)

Color info

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

RGB color model

#A2DED9 color RGB value is (162,222,217).

  • red value is 162;
  • green value is 222;
  • blue value is 217.
RGB:
(162,222,217)
(64%,87%,85%)

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 217 of 255 = 85%

162
222
217

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

Portions of RGB colors in percentages

R + G + B =
162 + 222 + 217 = 601 (100%)
R 162 of 601 ~ 26.96%
G 222 of 601 ~ 36.94%
B 217 of 601 ~ 36.11%

%26.96
%36.94
%36.11

CMYK color model

#A2DED9 color CMYK value is (27,0,2,13).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(27,0,2,13)
C27M0Y2K13 
(27%,0%,2%,13%)
(0.27/0.00/0.02/0.13)	

CMYK percentages

%27.03
%0
%2.25
%12.94

Codes

Color #A2DED9 in popluar color models

A2DED9
RGB162222217
HSL175°47.62%75.29%
HSB/HSV175°27.03%87.06%
CMYK27.03%0.00%2.25%
12.94%

Color #A2DED9 in popluar number systems.

HEXA2DED9
Decimal162222217
Binary101000101101111011011001
Octal242336331

Shades and tints

Shades of #A2DED9

#A2DED9
(162,222,217)
#94CAC6
(148,202,198)
#86B6B3
(134,182,179)
#78A2A0
(120,162,160)
#6A8E8D
(106,142,141)
#5C7A7A
(92,122,122)
#4E6667
(78,102,103)
#405254
(64,82,84)
#323E41
(50,62,65)
#242A2E
(36,42,46)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #A2DED9

#A2DED9
(162,222,217)
#AAE1DC
(170,225,220)
#B2E4DF
(178,228,223)
#BAE7E2
(186,231,226)
#C2EAE5
(194,234,229)
#CAEDE8
(202,237,232)
#D2F0EB
(210,240,235)
#DAF3EE
(218,243,238)
#E2F6F1
(226,246,241)
#EAF9F4
(234,249,244)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DED9 color. Also use rgb(162,222,217) instead hex code.

Text Font Color

.myTextColor { color: #A2DED9; }

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

This text font color is #A2DED9.


Background Color

.myBgColor { background-color: #A2DED9; }

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

This div background color is #A2DED9.


Border color

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

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

This div border color is #A2DED9.


Opacity

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

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

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

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

This text has shadow with #A2DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DED9 on black background.


Color preview on white background

This text has color #A2DED9 on white background.



Black color preview on #A2DED9 background

This text has black color on #A2DED9 background.


White color preview on #A2DED9 background

This text has white color on #A2DED9 background.