COLOR #A9B9BB

HEX: #A9B9BB
RGB: (169,185,187)

Color info

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

RGB color model

#A9B9BB color RGB value is (169,185,187).

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

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 187 of 255 = 73%

169
185
187

R + G + B ~ 71%. #A9B9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 187 = 541 (100%)
R 169 of 541 ~ 31.24%
G 185 of 541 ~ 34.2%
B 187 of 541 ~ 34.57%

%31.24
%34.2
%34.57

CMYK color model

#A9B9BB color CMYK value is (10,1,0,27).

  • cyan value is 9.63%
  • magenta value is 1.07%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,1,0,27)
C10M1Y0K27 
(10%,1%,0%,27%)
(0.10/0.01/0.00/0.27)	

CMYK percentages

%9.63
%1.07
%0
%26.67

Codes

Color #A9B9BB in popluar color models

A9B9BB
RGB169185187
HSL187°11.69%69.80%
HSB/HSV187°9.63%73.33%
CMYK9.63%1.07%0.00%
26.67%

Color #A9B9BB in popluar number systems.

HEXA9B9BB
Decimal169185187
Binary101010011011100110111011
Octal251271273

Shades and tints

Shades of #A9B9BB

#A9B9BB
(169,185,187)
#9AA9AA
(154,169,170)
#8B9999
(139,153,153)
#7C8988
(124,137,136)
#6D7977
(109,121,119)
#5E6966
(94,105,102)
#4F5955
(79,89,85)
#404944
(64,73,68)
#313933
(49,57,51)
#222922
(34,41,34)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #A9B9BB

#A9B9BB
(169,185,187)
#B0BFC1
(176,191,193)
#B7C5C7
(183,197,199)
#BECBCD
(190,203,205)
#C5D1D3
(197,209,211)
#CCD7D9
(204,215,217)
#D3DDDF
(211,221,223)
#DAE3E5
(218,227,229)
#E1E9EB
(225,233,235)
#E8EFF1
(232,239,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B9BB; }

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

This text font color is #A9B9BB.


Background Color

.myBgColor { background-color: #A9B9BB; }

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

This div background color is #A9B9BB.


Border color

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

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

This div border color is #A9B9BB.


Opacity

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

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

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

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

This text has shadow with #A9B9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9BB on black background.


Color preview on white background

This text has color #A9B9BB on white background.



Black color preview on #A9B9BB background

This text has black color on #A9B9BB background.


White color preview on #A9B9BB background

This text has white color on #A9B9BB background.