COLOR #A9BBD0

HEX: #A9BBD0
RGB: (169,187,208)

Color info

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

RGB color model

#A9BBD0 color RGB value is (169,187,208).

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

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 208 of 255 = 82%

169
187
208

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

Portions of RGB colors in percentages

R + G + B =
169 + 187 + 208 = 564 (100%)
R 169 of 564 ~ 29.96%
G 187 of 564 ~ 33.16%
B 208 of 564 ~ 36.88%

%29.96
%33.16
%36.88

CMYK color model

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

  • cyan value is 18.75%
  • magenta value is 10.10%
  • 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
%10.1
%0
%18.43

Codes

Color #A9BBD0 in popluar color models

A9BBD0
RGB169187208
HSL212°29.32%73.92%
HSB/HSV212°18.75%81.57%
CMYK18.75%10.10%0.00%
18.43%

Color #A9BBD0 in popluar number systems.

HEXA9BBD0
Decimal169187208
Binary101010011011101111010000
Octal251273320

Shades and tints

Shades of #A9BBD0

#A9BBD0
(169,187,208)
#9AAABE
(154,170,190)
#8B99AC
(139,153,172)
#7C889A
(124,136,154)
#6D7788
(109,119,136)
#5E6676
(94,102,118)
#4F5564
(79,85,100)
#404452
(64,68,82)
#313340
(49,51,64)
#22222E
(34,34,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #A9BBD0

#A9BBD0
(169,187,208)
#B0C1D4
(176,193,212)
#B7C7D8
(183,199,216)
#BECDDC
(190,205,220)
#C5D3E0
(197,211,224)
#CCD9E4
(204,217,228)
#D3DFE8
(211,223,232)
#DAE5EC
(218,229,236)
#E1EBF0
(225,235,240)
#E8F1F4
(232,241,244)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBD0; }

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

This text font color is #A9BBD0.


Background Color

.myBgColor { background-color: #A9BBD0; }

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

This div background color is #A9BBD0.


Border color

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

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

This div border color is #A9BBD0.


Opacity

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

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

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

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

This text has shadow with #A9BBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BBD0 on black background.


Color preview on white background

This text has color #A9BBD0 on white background.



Black color preview on #A9BBD0 background

This text has black color on #A9BBD0 background.


White color preview on #A9BBD0 background

This text has white color on #A9BBD0 background.