COLOR #A9D9DD

HEX: #A9D9DD
RGB: (169,217,221)

Color info

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

RGB color model

#A9D9DD color RGB value is (169,217,221).

  • red value is 169;
  • green value is 217;
  • blue value is 221.
RGB:
(169,217,221)
(66%,85%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 217 of 255 = 85%
B 221 of 255 = 87%

169
217
221

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

Portions of RGB colors in percentages

R + G + B =
169 + 217 + 221 = 607 (100%)
R 169 of 607 ~ 27.84%
G 217 of 607 ~ 35.75%
B 221 of 607 ~ 36.41%

%27.84
%35.75
%36.41

CMYK color model

#A9D9DD color CMYK value is (24,2,0,13).

  • cyan value is 23.53%
  • magenta value is 1.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(24,2,0,13)
C24M2Y0K13 
(24%,2%,0%,13%)
(0.24/0.02/0.00/0.13)	

CMYK percentages

%23.53
%1.81
%0
%13.33

Codes

Color #A9D9DD in popluar color models

A9D9DD
RGB169217221
HSL185°43.33%76.47%
HSB/HSV185°23.53%86.67%
CMYK23.53%1.81%0.00%
13.33%

Color #A9D9DD in popluar number systems.

HEXA9D9DD
Decimal169217221
Binary101010011101100111011101
Octal251331335

Shades and tints

Shades of #A9D9DD

#A9D9DD
(169,217,221)
#9AC6C9
(154,198,201)
#8BB3B5
(139,179,181)
#7CA0A1
(124,160,161)
#6D8D8D
(109,141,141)
#5E7A79
(94,122,121)
#4F6765
(79,103,101)
#405451
(64,84,81)
#31413D
(49,65,61)
#222E29
(34,46,41)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #A9D9DD

#A9D9DD
(169,217,221)
#B0DCE0
(176,220,224)
#B7DFE3
(183,223,227)
#BEE2E6
(190,226,230)
#C5E5E9
(197,229,233)
#CCE8EC
(204,232,236)
#D3EBEF
(211,235,239)
#DAEEF2
(218,238,242)
#E1F1F5
(225,241,245)
#E8F4F8
(232,244,248)
#EFF7FB
(239,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D9DD; }

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

This text font color is #A9D9DD.


Background Color

.myBgColor { background-color: #A9D9DD; }

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

This div background color is #A9D9DD.


Border color

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

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

This div border color is #A9D9DD.


Opacity

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

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

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

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

This text has shadow with #A9D9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D9DD on black background.


Color preview on white background

This text has color #A9D9DD on white background.



Black color preview on #A9D9DD background

This text has black color on #A9D9DD background.


White color preview on #A9D9DD background

This text has white color on #A9D9DD background.