COLOR #A9D2DC

HEX: #A9D2DC RGB: (169,210,220)

Color info

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

RGB color model

#A9D2DC color RGB value is (169,210,220).

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

RGB channels and saturation

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

169
210
220

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

Portions of RGB colors in percentages

R + G + B = 169 + 210 + 220 = 599 (100%)
R 169 of 599 ~ 28.21%
G 210 of 599 ~ 35.06%
B 220 of 599 ~ 36.73'%

%28.21
%35.06
%36.73

CMYK color model

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

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

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

CMYK percentages

%23.18
%4.55
%0
%13.73

Codes

Color #A9D2DC in popluar color models

A9 D2 DC
RGB 169 210 220
HSL 192° 42.15% 76.27%
HSB/HSV 192° 23.18% 86.27%
CMYK 23.18% 4.55% 0.00%
13.73%

Color #A9D2DC in popluar number systems.

HEX A9 D2 DC
Decimal 169 210 220
Binary 10101001 11010010 11011100
Octal 251 322 334

Shades and tints

Shades of #A9D2DC

#A9D2DC
(169,210,220)
#9ABFC8
(154,191,200)
#8BACB4
(139,172,180)
#7C99A0
(124,153,160)
#6D868C
(109,134,140)
#5E7378
(94,115,120)
#4F6064
(79,96,100)
#404D50
(64,77,80)
#313A3C
(49,58,60)
#222728
(34,39,40)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A9D2DC

#A9D2DC
(169,210,220)
#B0D6DF
(176,214,223)
#B7DAE2
(183,218,226)
#BEDEE5
(190,222,229)
#C5E2E8
(197,226,232)
#CCE6EB
(204,230,235)
#D3EAEE
(211,234,238)
#DAEEF1
(218,238,241)
#E1F2F4
(225,242,244)
#E8F6F7
(232,246,247)
#EFFAFA
(239,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D2DC; }

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

This text font color is #A9D2DC.

Background Color

.myBgColor { background-color: #A9D2DC; }

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

This div background color is #A9D2DC.

Border color

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

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

This div border color is #A9D2DC.

Opacity

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

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

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

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

This text has shadow with #A9D2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D2DC.

Preview

Color preview on black background

This text has color #A9D2DC on black background.


Color preview on white background

This text has color #A9D2DC on white background.


Black color preview on #A9D2DC background

This text has black color on #A9D2DC background.


White color preview on #A9D2DC background

This text has white color on #A9D2DC background.


Related colors

Complementary color

Complementary color for #hex is #562D23.


I love getcolorcode.com

Triadic colors

1 #DCA9D2 and #D2DCA9 with #A9D2DC are triadic colors.

2 #DCD2A9 and #D2A9DC with #A9D2DC are triadic colors.