COLOR #A9D5DD

HEX: #A9D5DD RGB: (169,213,221)

Color info

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

RGB color model

#A9D5DD color RGB value is (169,213,221).

RGB: (169,213,221) (66%, 84%, 87%)

RGB channels and saturation

R 169 of 255 = 66%
G 213 of 255 = 84%
B 221 of 255 = 87%

169
213
221

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

Portions of RGB colors in percentages

R + G + B = 169 + 213 + 221 = 603 (100%)
R 169 of 603 ~ 28.03%
G 213 of 603 ~ 35.32%
B 221 of 603 ~ 36.65'%

%28.03
%35.32
%36.65

CMYK color model

#A9D5DD color CMYK value is (24,4,0,13).

  • cyan value is 23.53%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,4,0,13)
C24M4Y0K13 (24%, 4%, 0%, 13%)
(0.24 / 0.04 / 0.00 / 0.13)

CMYK percentages

%23.53
%3.62
%0
%13.33

Codes

Color #A9D5DD in popluar color models

A9 D5 DD
RGB 169 213 221
HSL 189° 43.33% 76.47%
HSB/HSV 189° 23.53% 86.67%
CMYK 23.53% 3.62% 0.00%
13.33%

Color #A9D5DD in popluar number systems.

HEX A9 D5 DD
Decimal 169 213 221
Binary 10101001 11010101 11011101
Octal 251 325 335

Shades and tints

Shades of #A9D5DD

#A9D5DD
(169,213,221)
#9AC2C9
(154,194,201)
#8BAFB5
(139,175,181)
#7C9CA1
(124,156,161)
#6D898D
(109,137,141)
#5E7679
(94,118,121)
#4F6365
(79,99,101)
#405051
(64,80,81)
#313D3D
(49,61,61)
#222A29
(34,42,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9D5DD

#A9D5DD
(169,213,221)
#B0D8E0
(176,216,224)
#B7DBE3
(183,219,227)
#BEDEE6
(190,222,230)
#C5E1E9
(197,225,233)
#CCE4EC
(204,228,236)
#D3E7EF
(211,231,239)
#DAEAF2
(218,234,242)
#E1EDF5
(225,237,245)
#E8F0F8
(232,240,248)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D5DD; }

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

This text font color is #A9D5DD.

Background Color

.myBgColor { background-color: #A9D5DD; }

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

This div background color is #A9D5DD.

Border color

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

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

This div border color is #A9D5DD.

Opacity

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

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

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

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

This text has shadow with #A9D5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D5DD.

Preview

Color preview on black background

This text has color #A9D5DD on black background.


Color preview on white background

This text has color #A9D5DD on white background.


Black color preview on #A9D5DD background

This text has black color on #A9D5DD background.


White color preview on #A9D5DD background

This text has white color on #A9D5DD background.


Related colors

Complementary color

Complementary color for #hex is #562A22.


I love getcolorcode.com

Triadic colors

1 #DDA9D5 and #D5DDA9 with #A9D5DD are triadic colors.

2 #DDD5A9 and #D5A9DD with #A9D5DD are triadic colors.