COLOR #A9B0BB

HEX: #A9B0BB
RGB: (169,176,187)

Color info

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

RGB color model

#A9B0BB color RGB value is (169,176,187).

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

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 187 of 255 = 73%

169
176
187

R + G + B ~ 69%. #A9B0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 187 = 532 (100%)
R 169 of 532 ~ 31.77%
G 176 of 532 ~ 33.08%
B 187 of 532 ~ 35.15%

%31.77
%33.08
%35.15

CMYK color model

#A9B0BB color CMYK value is (10,6,0,27).

  • cyan value is 9.63%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,6,0,27)
C10M6Y0K27 
(10%,6%,0%,27%)
(0.10/0.06/0.00/0.27)	

CMYK percentages

%9.63
%5.88
%0
%26.67

Codes

Color #A9B0BB in popluar color models

A9B0BB
RGB169176187
HSL217°11.69%69.80%
HSB/HSV217°9.63%73.33%
CMYK9.63%5.88%0.00%
26.67%

Color #A9B0BB in popluar number systems.

HEXA9B0BB
Decimal169176187
Binary101010011011000010111011
Octal251260273

Shades and tints

Shades of #A9B0BB

#A9B0BB
(169,176,187)
#9AA0AA
(154,160,170)
#8B9099
(139,144,153)
#7C8088
(124,128,136)
#6D7077
(109,112,119)
#5E6066
(94,96,102)
#4F5055
(79,80,85)
#404044
(64,64,68)
#313033
(49,48,51)
#222022
(34,32,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A9B0BB

#A9B0BB
(169,176,187)
#B0B7C1
(176,183,193)
#B7BEC7
(183,190,199)
#BEC5CD
(190,197,205)
#C5CCD3
(197,204,211)
#CCD3D9
(204,211,217)
#D3DADF
(211,218,223)
#DAE1E5
(218,225,229)
#E1E8EB
(225,232,235)
#E8EFF1
(232,239,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B0BB; }

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

This text font color is #A9B0BB.


Background Color

.myBgColor { background-color: #A9B0BB; }

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

This div background color is #A9B0BB.


Border color

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

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

This div border color is #A9B0BB.


Opacity

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

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

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

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

This text has shadow with #A9B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B0BB on black background.


Color preview on white background

This text has color #A9B0BB on white background.



Black color preview on #A9B0BB background

This text has black color on #A9B0BB background.


White color preview on #A9B0BB background

This text has white color on #A9B0BB background.