COLOR #A9CED9

HEX: #A9CED9 RGB: (169,206,217)

Color info

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

RGB color model

#A9CED9 color RGB value is (169,206,217).

RGB: (169,206,217) (66%, 81%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 217 of 255 = 85%

169
206
217

R + G + B ~ 77%. #A9CED9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 206 + 217 = 592 (100%)
R 169 of 592 ~ 28.55%
G 206 of 592 ~ 34.8%
B 217 of 592 ~ 36.66'%

%28.55
%34.8
%36.66

CMYK color model

#A9CED9 color CMYK value is (22,5,0,15).

  • cyan value is 22.12%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (22,5,0,15) C22M5Y0K15 (22%,5%,0%,15%) (0.22/0.05/0.00/0.15) 

CMYK percentages

%22.12
%5.07
%0
%14.9

Codes

Color #A9CED9 in popluar color models

A9 CE D9
RGB 169 206 217
HSL 194° 38.71% 75.69%
HSB/HSV 194° 22.12% 85.10%
CMYK 22.12% 5.07% 0.00%
14.90%

Color #A9CED9 in popluar number systems.

HEX A9 CE D9
Decimal 169 206 217
Binary 10101001 11001110 11011001
Octal 251 316 331

Shades and tints

Shades of #A9CED9

#A9CED9
(169,206,217)
#9ABCC6
(154,188,198)
#8BAAB3
(139,170,179)
#7C98A0
(124,152,160)
#6D868D
(109,134,141)
#5E747A
(94,116,122)
#4F6267
(79,98,103)
#405054
(64,80,84)
#313E41
(49,62,65)
#222C2E
(34,44,46)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #A9CED9

#A9CED9
(169,206,217)
#B0D2DC
(176,210,220)
#B7D6DF
(183,214,223)
#BEDAE2
(190,218,226)
#C5DEE5
(197,222,229)
#CCE2E8
(204,226,232)
#D3E6EB
(211,230,235)
#DAEAEE
(218,234,238)
#E1EEF1
(225,238,241)
#E8F2F4
(232,242,244)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CED9 color. Also use rgb(169,206,217) instead hex code.

Text Font Color

.myTextColor { color: #A9CED9; }

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

This text font color is #A9CED9.

Background Color

.myBgColor { background-color: #A9CED9; }

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

This div background color is #A9CED9.

Border color

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

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

This div border color is #A9CED9.

Opacity

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

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

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

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

This text has shadow with #A9CED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CED9.

Preview

Color preview on black background

This text has color #A9CED9 on black background.


Color preview on white background

This text has color #A9CED9 on white background.


Black color preview on #A9CED9 background

This text has black color on #A9CED9 background.


White color preview on #A9CED9 background

This text has white color on #A9CED9 background.


Related colors

Complementary color

Complementary color for #hex is #563126.


I love getcolorcode.com

Triadic colors

1 #D9A9CE and #CED9A9 with #A9CED9 are triadic colors.

2 #D9CEA9 and #CEA9D9 with #A9CED9 are triadic colors.