COLOR #A9DED3

HEX: #A9DED3
RGB: (169,222,211)

Color info

#A9DED3 contains red, green and blue colors in about the same proportion. Web safe color of #A9DED3 is #99CCCC (or #9CC).

RGB color model

#A9DED3 color RGB value is (169,222,211).

  • red value is 169;
  • green value is 222;
  • blue value is 211.
RGB:
(169,222,211)
(66%,87%,83%)

RGB channels and saturation

R 169 of 255 = 66%
G 222 of 255 = 87%
B 211 of 255 = 83%

169
222
211

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

Portions of RGB colors in percentages

R + G + B =
169 + 222 + 211 = 602 (100%)
R 169 of 602 ~ 28.07%
G 222 of 602 ~ 36.88%
B 211 of 602 ~ 35.05%

%28.07
%36.88
%35.05

CMYK color model

#A9DED3 color CMYK value is (24,0,5,13).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 12.94%
CMYK:
(24,0,5,13)
C24M0Y5K13 
(24%,0%,5%,13%)
(0.24/0.00/0.05/0.13)	

CMYK percentages

%23.87
%0
%4.95
%12.94

Codes

Color #A9DED3 in popluar color models

A9DED3
RGB169222211
HSL168°44.54%76.67%
HSB/HSV168°23.87%87.06%
CMYK23.87%0.00%4.95%
12.94%

Color #A9DED3 in popluar number systems.

HEXA9DED3
Decimal169222211
Binary101010011101111011010011
Octal251336323

Shades and tints

Shades of #A9DED3

#A9DED3
(169,222,211)
#9ACAC0
(154,202,192)
#8BB6AD
(139,182,173)
#7CA29A
(124,162,154)
#6D8E87
(109,142,135)
#5E7A74
(94,122,116)
#4F6661
(79,102,97)
#40524E
(64,82,78)
#313E3B
(49,62,59)
#222A28
(34,42,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #A9DED3

#A9DED3
(169,222,211)
#B0E1D7
(176,225,215)
#B7E4DB
(183,228,219)
#BEE7DF
(190,231,223)
#C5EAE3
(197,234,227)
#CCEDE7
(204,237,231)
#D3F0EB
(211,240,235)
#DAF3EF
(218,243,239)
#E1F6F3
(225,246,243)
#E8F9F7
(232,249,247)
#EFFCFB
(239,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DED3 color. Also use rgb(169,222,211) instead hex code.

Text Font Color

.myTextColor { color: #A9DED3; }

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

This text font color is #A9DED3.


Background Color

.myBgColor { background-color: #A9DED3; }

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

This div background color is #A9DED3.


Border color

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

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

This div border color is #A9DED3.


Opacity

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

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

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

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

This text has shadow with #A9DED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DED3 on black background.


Color preview on white background

This text has color #A9DED3 on white background.



Black color preview on #A9DED3 background

This text has black color on #A9DED3 background.


White color preview on #A9DED3 background

This text has white color on #A9DED3 background.