COLOR #A9DBD7

HEX: #A9DBD7 RGB: (169,219,215)

Color info

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

RGB color model

#A9DBD7 color RGB value is (169,219,215).

RGB: (169,219,215) (66%, 86%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 219 of 255 = 86%
B 215 of 255 = 84%

169
219
215

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

Portions of RGB colors in percentages

R + G + B = 169 + 219 + 215 = 603 (100%)
R 169 of 603 ~ 28.03%
G 219 of 603 ~ 36.32%
B 215 of 603 ~ 35.66'%

%28.03
%36.32
%35.66

CMYK color model

#A9DBD7 color CMYK value is (23,0,2,14).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK: (23,0,2,14) C23M0Y2K14 (23%,0%,2%,14%) (0.23/0.00/0.02/0.14) 

CMYK percentages

%22.83
%0
%1.83
%14.12

Codes

Color #A9DBD7 in popluar color models

A9 DB D7
RGB 169 219 215
HSL 175° 40.98% 76.08%
HSB/HSV 175° 22.83% 85.88%
CMYK 22.83% 0.00% 1.83%
14.12%

Color #A9DBD7 in popluar number systems.

HEX A9 DB D7
Decimal 169 219 215
Binary 10101001 11011011 11010111
Octal 251 333 327

Shades and tints

Shades of #A9DBD7

#A9DBD7
(169,219,215)
#9AC8C4
(154,200,196)
#8BB5B1
(139,181,177)
#7CA29E
(124,162,158)
#6D8F8B
(109,143,139)
#5E7C78
(94,124,120)
#4F6965
(79,105,101)
#405652
(64,86,82)
#31433F
(49,67,63)
#22302C
(34,48,44)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #A9DBD7

#A9DBD7
(169,219,215)
#B0DEDA
(176,222,218)
#B7E1DD
(183,225,221)
#BEE4E0
(190,228,224)
#C5E7E3
(197,231,227)
#CCEAE6
(204,234,230)
#D3EDE9
(211,237,233)
#DAF0EC
(218,240,236)
#E1F3EF
(225,243,239)
#E8F6F2
(232,246,242)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DBD7 color. Also use rgb(169,219,215) instead hex code.

Text Font Color

.myTextColor { color: #A9DBD7; }

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

This text font color is #A9DBD7.

Background Color

.myBgColor { background-color: #A9DBD7; }

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

This div background color is #A9DBD7.

Border color

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

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

This div border color is #A9DBD7.

Opacity

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

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

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

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

This text has shadow with #A9DBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DBD7.

Preview

Color preview on black background

This text has color #A9DBD7 on black background.


Color preview on white background

This text has color #A9DBD7 on white background.


Black color preview on #A9DBD7 background

This text has black color on #A9DBD7 background.


White color preview on #A9DBD7 background

This text has white color on #A9DBD7 background.


Related colors

Complementary color

Complementary color for #hex is #562428.


I love getcolorcode.com

Triadic colors

1 #D7A9DB and #DBD7A9 with #A9DBD7 are triadic colors.

2 #D7DBA9 and #DBA9D7 with #A9DBD7 are triadic colors.