COLOR #A9CADB

HEX: #A9CADB RGB: (169,202,219)

Color info

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

RGB color model

#A9CADB color RGB value is (169,202,219).

RGB: (169,202,219) (66%, 79%, 86%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 219 of 255 = 86%

169
202
219

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

Portions of RGB colors in percentages

R + G + B = 169 + 202 + 219 = 590 (100%)
R 169 of 590 ~ 28.64%
G 202 of 590 ~ 34.24%
B 219 of 590 ~ 37.12'%

%28.64
%34.24
%37.12

CMYK color model

#A9CADB color CMYK value is (23,8,0,14).

  • cyan value is 22.83%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (23,8,0,14)
C23M8Y0K14 (23%, 8%, 0%, 14%)
(0.23 / 0.08 / 0.00 / 0.14)

CMYK percentages

%22.83
%7.76
%0
%14.12

Codes

Color #A9CADB in popluar color models

A9 CA DB
RGB 169 202 219
HSL 200° 40.98% 76.08%
HSB/HSV 200° 22.83% 85.88%
CMYK 22.83% 7.76% 0.00%
14.12%

Color #A9CADB in popluar number systems.

HEX A9 CA DB
Decimal 169 202 219
Binary 10101001 11001010 11011011
Octal 251 312 333

Shades and tints

Shades of #A9CADB

#A9CADB
(169,202,219)
#9AB8C8
(154,184,200)
#8BA6B5
(139,166,181)
#7C94A2
(124,148,162)
#6D828F
(109,130,143)
#5E707C
(94,112,124)
#4F5E69
(79,94,105)
#404C56
(64,76,86)
#313A43
(49,58,67)
#222830
(34,40,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #A9CADB

#A9CADB
(169,202,219)
#B0CEDE
(176,206,222)
#B7D2E1
(183,210,225)
#BED6E4
(190,214,228)
#C5DAE7
(197,218,231)
#CCDEEA
(204,222,234)
#D3E2ED
(211,226,237)
#DAE6F0
(218,230,240)
#E1EAF3
(225,234,243)
#E8EEF6
(232,238,246)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CADB; }

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

This text font color is #A9CADB.

Background Color

.myBgColor { background-color: #A9CADB; }

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

This div background color is #A9CADB.

Border color

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

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

This div border color is #A9CADB.

Opacity

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

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

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

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

This text has shadow with #A9CADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CADB.

Preview

Color preview on black background

This text has color #A9CADB on black background.


Color preview on white background

This text has color #A9CADB on white background.


Black color preview on #A9CADB background

This text has black color on #A9CADB background.


White color preview on #A9CADB background

This text has white color on #A9CADB background.


Related colors

Complementary color

Complementary color for #hex is #563524.


I love getcolorcode.com

Triadic colors

1 #DBA9CA and #CADBA9 with #A9CADB are triadic colors.

2 #DBCAA9 and #CAA9DB with #A9CADB are triadic colors.