COLOR #A9BCD0

HEX: #A9BCD0
RGB: (169,188,208)

Color info

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

RGB color model

#A9BCD0 color RGB value is (169,188,208).

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

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 208 of 255 = 82%

169
188
208

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

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 208 = 565 (100%)
R 169 of 565 ~ 29.91%
G 188 of 565 ~ 33.27%
B 208 of 565 ~ 36.81%

%29.91
%33.27
%36.81

CMYK color model

#A9BCD0 color CMYK value is (19,10,0,18).

  • cyan value is 18.75%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,10,0,18)
C19M10Y0K18 
(19%,10%,0%,18%)
(0.19/0.10/0.00/0.18)	

CMYK percentages

%18.75
%9.62
%0
%18.43

Codes

Color #A9BCD0 in popluar color models

A9BCD0
RGB169188208
HSL211°29.32%73.92%
HSB/HSV211°18.75%81.57%
CMYK18.75%9.62%0.00%
18.43%

Color #A9BCD0 in popluar number systems.

HEXA9BCD0
Decimal169188208
Binary101010011011110011010000
Octal251274320

Shades and tints

Shades of #A9BCD0

#A9BCD0
(169,188,208)
#9AABBE
(154,171,190)
#8B9AAC
(139,154,172)
#7C899A
(124,137,154)
#6D7888
(109,120,136)
#5E6776
(94,103,118)
#4F5664
(79,86,100)
#404552
(64,69,82)
#313440
(49,52,64)
#22232E
(34,35,46)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #A9BCD0

#A9BCD0
(169,188,208)
#B0C2D4
(176,194,212)
#B7C8D8
(183,200,216)
#BECEDC
(190,206,220)
#C5D4E0
(197,212,224)
#CCDAE4
(204,218,228)
#D3E0E8
(211,224,232)
#DAE6EC
(218,230,236)
#E1ECF0
(225,236,240)
#E8F2F4
(232,242,244)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCD0; }

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

This text font color is #A9BCD0.


Background Color

.myBgColor { background-color: #A9BCD0; }

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

This div background color is #A9BCD0.


Border color

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

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

This div border color is #A9BCD0.


Opacity

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

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

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

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

This text has shadow with #A9BCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCD0 on black background.


Color preview on white background

This text has color #A9BCD0 on white background.



Black color preview on #A9BCD0 background

This text has black color on #A9BCD0 background.


White color preview on #A9BCD0 background

This text has white color on #A9BCD0 background.