COLOR #A9C0CB

HEX: #A9C0CB
RGB: (169,192,203)

Color info

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

RGB color model

#A9C0CB color RGB value is (169,192,203).

  • red value is 169;
  • green value is 192;
  • blue value is 203.
RGB:
(169,192,203)
(66%,75%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 192 of 255 = 75%
B 203 of 255 = 80%

169
192
203

R + G + B ~ 74%. #A9C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 192 + 203 = 564 (100%)
R 169 of 564 ~ 29.96%
G 192 of 564 ~ 34.04%
B 203 of 564 ~ 35.99%

%29.96
%34.04
%35.99

CMYK color model

#A9C0CB color CMYK value is (17,5,0,20).

  • cyan value is 16.75%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,5,0,20)
C17M5Y0K20 
(17%,5%,0%,20%)
(0.17/0.05/0.00/0.20)	

CMYK percentages

%16.75
%5.42
%0
%20.39

Codes

Color #A9C0CB in popluar color models

A9C0CB
RGB169192203
HSL199°24.64%72.94%
HSB/HSV199°16.75%79.61%
CMYK16.75%5.42%0.00%
20.39%

Color #A9C0CB in popluar number systems.

HEXA9C0CB
Decimal169192203
Binary101010011100000011001011
Octal251300313

Shades and tints

Shades of #A9C0CB

#A9C0CB
(169,192,203)
#9AAFB9
(154,175,185)
#8B9EA7
(139,158,167)
#7C8D95
(124,141,149)
#6D7C83
(109,124,131)
#5E6B71
(94,107,113)
#4F5A5F
(79,90,95)
#40494D
(64,73,77)
#31383B
(49,56,59)
#222729
(34,39,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #A9C0CB

#A9C0CB
(169,192,203)
#B0C5CF
(176,197,207)
#B7CAD3
(183,202,211)
#BECFD7
(190,207,215)
#C5D4DB
(197,212,219)
#CCD9DF
(204,217,223)
#D3DEE3
(211,222,227)
#DAE3E7
(218,227,231)
#E1E8EB
(225,232,235)
#E8EDEF
(232,237,239)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C0CB color. Also use rgb(169,192,203) instead hex code.

Text Font Color

.myTextColor { color: #A9C0CB; }

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

This text font color is #A9C0CB.


Background Color

.myBgColor { background-color: #A9C0CB; }

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

This div background color is #A9C0CB.


Border color

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

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

This div border color is #A9C0CB.


Opacity

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

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

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

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

This text has shadow with #A9C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C0CB on black background.


Color preview on white background

This text has color #A9C0CB on white background.



Black color preview on #A9C0CB background

This text has black color on #A9C0CB background.


White color preview on #A9C0CB background

This text has white color on #A9C0CB background.