COLOR #A9CAD0

HEX: #A9CAD0
RGB: (169,202,208)

Color info

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

RGB color model

#A9CAD0 color RGB value is (169,202,208).

  • red value is 169;
  • green value is 202;
  • blue value is 208.
RGB:
(169,202,208)
(66%,79%,82%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 208 of 255 = 82%

169
202
208

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

Portions of RGB colors in percentages

R + G + B =
169 + 202 + 208 = 579 (100%)
R 169 of 579 ~ 29.19%
G 202 of 579 ~ 34.89%
B 208 of 579 ~ 35.92%

%29.19
%34.89
%35.92

CMYK color model

#A9CAD0 color CMYK value is (19,3,0,18).

  • cyan value is 18.75%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,3,0,18)
C19M3Y0K18 
(19%,3%,0%,18%)
(0.19/0.03/0.00/0.18)	

CMYK percentages

%18.75
%2.88
%0
%18.43

Codes

Color #A9CAD0 in popluar color models

A9CAD0
RGB169202208
HSL189°29.32%73.92%
HSB/HSV189°18.75%81.57%
CMYK18.75%2.88%0.00%
18.43%

Color #A9CAD0 in popluar number systems.

HEXA9CAD0
Decimal169202208
Binary101010011100101011010000
Octal251312320

Shades and tints

Shades of #A9CAD0

#A9CAD0
(169,202,208)
#9AB8BE
(154,184,190)
#8BA6AC
(139,166,172)
#7C949A
(124,148,154)
#6D8288
(109,130,136)
#5E7076
(94,112,118)
#4F5E64
(79,94,100)
#404C52
(64,76,82)
#313A40
(49,58,64)
#22282E
(34,40,46)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #A9CAD0

#A9CAD0
(169,202,208)
#B0CED4
(176,206,212)
#B7D2D8
(183,210,216)
#BED6DC
(190,214,220)
#C5DAE0
(197,218,224)
#CCDEE4
(204,222,228)
#D3E2E8
(211,226,232)
#DAE6EC
(218,230,236)
#E1EAF0
(225,234,240)
#E8EEF4
(232,238,244)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CAD0; }

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

This text font color is #A9CAD0.


Background Color

.myBgColor { background-color: #A9CAD0; }

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

This div background color is #A9CAD0.


Border color

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

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

This div border color is #A9CAD0.


Opacity

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

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

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

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

This text has shadow with #A9CAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CAD0 on black background.


Color preview on white background

This text has color #A9CAD0 on white background.



Black color preview on #A9CAD0 background

This text has black color on #A9CAD0 background.


White color preview on #A9CAD0 background

This text has white color on #A9CAD0 background.