COLOR #A9DCD0

HEX: #A9DCD0 RGB: (169,220,208)

Color info

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

RGB color model

#A9DCD0 color RGB value is (169,220,208).

RGB: (169,220,208) (66%, 86%, 82%)

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 208 of 255 = 82%

169
220
208

R + G + B ~ 78%. #A9DCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 220 + 208 = 597 (100%)
R 169 of 597 ~ 28.31%
G 220 of 597 ~ 36.85%
B 208 of 597 ~ 34.84'%

%28.31
%36.85
%34.84

CMYK color model

#A9DCD0 color CMYK value is (23,0,5,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 13.73%

CMYK: (23,0,5,14)
C23M0Y5K14 (23%, 0%, 5%, 14%)
(0.23 / 0.00 / 0.05 / 0.14)

CMYK percentages

%23.18
%0
%5.45
%13.73

Codes

Color #A9DCD0 in popluar color models

A9 DC D0
RGB 169 220 208
HSL 166° 42.15% 76.27%
HSB/HSV 166° 23.18% 86.27%
CMYK 23.18% 0.00% 5.45%
13.73%

Color #A9DCD0 in popluar number systems.

HEX A9 DC D0
Decimal 169 220 208
Binary 10101001 11011100 11010000
Octal 251 334 320

Shades and tints

Shades of #A9DCD0

#A9DCD0
(169,220,208)
#9AC8BE
(154,200,190)
#8BB4AC
(139,180,172)
#7CA09A
(124,160,154)
#6D8C88
(109,140,136)
#5E7876
(94,120,118)
#4F6464
(79,100,100)
#405052
(64,80,82)
#313C40
(49,60,64)
#22282E
(34,40,46)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #A9DCD0

#A9DCD0
(169,220,208)
#B0DFD4
(176,223,212)
#B7E2D8
(183,226,216)
#BEE5DC
(190,229,220)
#C5E8E0
(197,232,224)
#CCEBE4
(204,235,228)
#D3EEE8
(211,238,232)
#DAF1EC
(218,241,236)
#E1F4F0
(225,244,240)
#E8F7F4
(232,247,244)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DCD0 color. Also use rgb(169,220,208) instead hex code.

Text Font Color

.myTextColor { color: #A9DCD0; }

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

This text font color is #A9DCD0.

Background Color

.myBgColor { background-color: #A9DCD0; }

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

This div background color is #A9DCD0.

Border color

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

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

This div border color is #A9DCD0.

Opacity

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

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

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

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

This text has shadow with #A9DCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DCD0.

Preview

Color preview on black background

This text has color #A9DCD0 on black background.


Color preview on white background

This text has color #A9DCD0 on white background.


Black color preview on #A9DCD0 background

This text has black color on #A9DCD0 background.


White color preview on #A9DCD0 background

This text has white color on #A9DCD0 background.


Related colors

Complementary color

Complementary color for #hex is #56232F.


I love getcolorcode.com

Triadic colors

1 #D0A9DC and #DCD0A9 with #A9DCD0 are triadic colors.

2 #D0DCA9 and #DCA9D0 with #A9DCD0 are triadic colors.