COLOR #B9A9AB

HEX: #B9A9AB
RGB: (185,169,171)

Color info

#B9A9AB contains red, green and blue colors in about the same proportion. Web safe color of #B9A9AB is #CC9999 (or #C99).

RGB color model

#B9A9AB color RGB value is (185,169,171).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 171 of 255 = 67%

185
169
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 171 = 525 (100%)
R 185 of 525 ~ 35.24%
G 169 of 525 ~ 32.19%
B 171 of 525 ~ 32.57%

%35.24
%32.19
%32.57

CMYK color model

#B9A9AB color CMYK value is (0,9,8,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,9,8,27)
C0M9Y8K27 
(0%,9%,8%,27%)
(0.00/0.09/0.08/0.27)	

CMYK percentages

%0
%8.65
%7.57
%27.45

Codes

Color #B9A9AB in popluar color models

B9A9AB
RGB185169171
HSL353°10.26%69.41%
HSB/HSV353°8.65%72.55%
CMYK0.00%8.65%7.57%
27.45%

Color #B9A9AB in popluar number systems.

HEXB9A9AB
Decimal185169171
Binary101110011010100110101011
Octal271251253

Shades and tints

Shades of #B9A9AB

#B9A9AB
(185,169,171)
#A99A9C
(169,154,156)
#998B8D
(153,139,141)
#897C7E
(137,124,126)
#796D6F
(121,109,111)
#695E60
(105,94,96)
#594F51
(89,79,81)
#494042
(73,64,66)
#393133
(57,49,51)
#292224
(41,34,36)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #B9A9AB

#B9A9AB
(185,169,171)
#BFB0B2
(191,176,178)
#C5B7B9
(197,183,185)
#CBBEC0
(203,190,192)
#D1C5C7
(209,197,199)
#D7CCCE
(215,204,206)
#DDD3D5
(221,211,213)
#E3DADC
(227,218,220)
#E9E1E3
(233,225,227)
#EFE8EA
(239,232,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9AB; }

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

This text font color is #B9A9AB.


Background Color

.myBgColor { background-color: #B9A9AB; }

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

This div background color is #B9A9AB.


Border color

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

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

This div border color is #B9A9AB.


Opacity

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

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

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

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

This text has shadow with #B9A9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9AB on black background.


Color preview on white background

This text has color #B9A9AB on white background.



Black color preview on #B9A9AB background

This text has black color on #B9A9AB background.


White color preview on #B9A9AB background

This text has white color on #B9A9AB background.