COLOR #A9C7DB

HEX: #A9C7DB
RGB: (169,199,219)

Color info

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

RGB color model

#A9C7DB color RGB value is (169,199,219).

  • red value is 169;
  • green value is 199;
  • blue value is 219.
RGB:
(169,199,219)
(66%,78%,86%)

RGB channels and saturation

R 169 of 255 = 66%
G 199 of 255 = 78%
B 219 of 255 = 86%

169
199
219

R + G + B ~ 77%. #A9C7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 199 + 219 = 587 (100%)
R 169 of 587 ~ 28.79%
G 199 of 587 ~ 33.9%
B 219 of 587 ~ 37.31%

%28.79
%33.9
%37.31

CMYK color model

#A9C7DB color CMYK value is (23,9,0,14).

  • cyan value is 22.83%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,9,0,14)
C23M9Y0K14 
(23%,9%,0%,14%)
(0.23/0.09/0.00/0.14)	

CMYK percentages

%22.83
%9.13
%0
%14.12

Codes

Color #A9C7DB in popluar color models

A9C7DB
RGB169199219
HSL204°40.98%76.08%
HSB/HSV204°22.83%85.88%
CMYK22.83%9.13%0.00%
14.12%

Color #A9C7DB in popluar number systems.

HEXA9C7DB
Decimal169199219
Binary101010011100011111011011
Octal251307333

Shades and tints

Shades of #A9C7DB

#A9C7DB
(169,199,219)
#9AB5C8
(154,181,200)
#8BA3B5
(139,163,181)
#7C91A2
(124,145,162)
#6D7F8F
(109,127,143)
#5E6D7C
(94,109,124)
#4F5B69
(79,91,105)
#404956
(64,73,86)
#313743
(49,55,67)
#222530
(34,37,48)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #A9C7DB

#A9C7DB
(169,199,219)
#B0CCDE
(176,204,222)
#B7D1E1
(183,209,225)
#BED6E4
(190,214,228)
#C5DBE7
(197,219,231)
#CCE0EA
(204,224,234)
#D3E5ED
(211,229,237)
#DAEAF0
(218,234,240)
#E1EFF3
(225,239,243)
#E8F4F6
(232,244,246)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C7DB; }

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

This text font color is #A9C7DB.


Background Color

.myBgColor { background-color: #A9C7DB; }

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

This div background color is #A9C7DB.


Border color

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

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

This div border color is #A9C7DB.


Opacity

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

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

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

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

This text has shadow with #A9C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C7DB on black background.


Color preview on white background

This text has color #A9C7DB on white background.



Black color preview on #A9C7DB background

This text has black color on #A9C7DB background.


White color preview on #A9C7DB background

This text has white color on #A9C7DB background.