COLOR #A9B9CB

HEX: #A9B9CB
RGB: (169,185,203)

Color info

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

RGB color model

#A9B9CB color RGB value is (169,185,203).

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

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 203 of 255 = 80%

169
185
203

R + G + B ~ 73%. #A9B9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 203 = 557 (100%)
R 169 of 557 ~ 30.34%
G 185 of 557 ~ 33.21%
B 203 of 557 ~ 36.45%

%30.34
%33.21
%36.45

CMYK color model

#A9B9CB color CMYK value is (17,9,0,20).

  • cyan value is 16.75%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,9,0,20)
C17M9Y0K20 
(17%,9%,0%,20%)
(0.17/0.09/0.00/0.20)	

CMYK percentages

%16.75
%8.87
%0
%20.39

Codes

Color #A9B9CB in popluar color models

A9B9CB
RGB169185203
HSL212°24.64%72.94%
HSB/HSV212°16.75%79.61%
CMYK16.75%8.87%0.00%
20.39%

Color #A9B9CB in popluar number systems.

HEXA9B9CB
Decimal169185203
Binary101010011011100111001011
Octal251271313

Shades and tints

Shades of #A9B9CB

#A9B9CB
(169,185,203)
#9AA9B9
(154,169,185)
#8B99A7
(139,153,167)
#7C8995
(124,137,149)
#6D7983
(109,121,131)
#5E6971
(94,105,113)
#4F595F
(79,89,95)
#40494D
(64,73,77)
#31393B
(49,57,59)
#222929
(34,41,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9B9CB

#A9B9CB
(169,185,203)
#B0BFCF
(176,191,207)
#B7C5D3
(183,197,211)
#BECBD7
(190,203,215)
#C5D1DB
(197,209,219)
#CCD7DF
(204,215,223)
#D3DDE3
(211,221,227)
#DAE3E7
(218,227,231)
#E1E9EB
(225,233,235)
#E8EFEF
(232,239,239)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B9CB; }

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

This text font color is #A9B9CB.


Background Color

.myBgColor { background-color: #A9B9CB; }

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

This div background color is #A9B9CB.


Border color

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

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

This div border color is #A9B9CB.


Opacity

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

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

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

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

This text has shadow with #A9B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9CB on black background.


Color preview on white background

This text has color #A9B9CB on white background.



Black color preview on #A9B9CB background

This text has black color on #A9B9CB background.


White color preview on #A9B9CB background

This text has white color on #A9B9CB background.