COLOR #A9C4DB

HEX: #A9C4DB
RGB: (169,196,219)

Color info

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

RGB color model

#A9C4DB color RGB value is (169,196,219).

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

RGB channels and saturation

R 169 of 255 = 66%
G 196 of 255 = 77%
B 219 of 255 = 86%

169
196
219

R + G + B ~ 76%. #A9C4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 196 + 219 = 584 (100%)
R 169 of 584 ~ 28.94%
G 196 of 584 ~ 33.56%
B 219 of 584 ~ 37.5%

%28.94
%33.56
%37.5

CMYK color model

#A9C4DB color CMYK value is (23,11,0,14).

  • cyan value is 22.83%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,11,0,14)
C23M11Y0K14 
(23%,11%,0%,14%)
(0.23/0.11/0.00/0.14)	

CMYK percentages

%22.83
%10.5
%0
%14.12

Codes

Color #A9C4DB in popluar color models

A9C4DB
RGB169196219
HSL208°40.98%76.08%
HSB/HSV208°22.83%85.88%
CMYK22.83%10.50%0.00%
14.12%

Color #A9C4DB in popluar number systems.

HEXA9C4DB
Decimal169196219
Binary101010011100010011011011
Octal251304333

Shades and tints

Shades of #A9C4DB

#A9C4DB
(169,196,219)
#9AB3C8
(154,179,200)
#8BA2B5
(139,162,181)
#7C91A2
(124,145,162)
#6D808F
(109,128,143)
#5E6F7C
(94,111,124)
#4F5E69
(79,94,105)
#404D56
(64,77,86)
#313C43
(49,60,67)
#222B30
(34,43,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #A9C4DB

#A9C4DB
(169,196,219)
#B0C9DE
(176,201,222)
#B7CEE1
(183,206,225)
#BED3E4
(190,211,228)
#C5D8E7
(197,216,231)
#CCDDEA
(204,221,234)
#D3E2ED
(211,226,237)
#DAE7F0
(218,231,240)
#E1ECF3
(225,236,243)
#E8F1F6
(232,241,246)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C4DB; }

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

This text font color is #A9C4DB.


Background Color

.myBgColor { background-color: #A9C4DB; }

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

This div background color is #A9C4DB.


Border color

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

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

This div border color is #A9C4DB.


Opacity

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

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

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

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

This text has shadow with #A9C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C4DB on black background.


Color preview on white background

This text has color #A9C4DB on white background.



Black color preview on #A9C4DB background

This text has black color on #A9C4DB background.


White color preview on #A9C4DB background

This text has white color on #A9C4DB background.