COLOR #B9B7AB

HEX: #B9B7AB
RGB: (185,183,171)

Color info

#B9B7AB contains red, green and blue colors in about the same proportion. Web safe color of #B9B7AB is #CCCC99 (or #CC9).

RGB color model

#B9B7AB color RGB value is (185,183,171).

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

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 171 of 255 = 67%

185
183
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 171 = 539 (100%)
R 185 of 539 ~ 34.32%
G 183 of 539 ~ 33.95%
B 171 of 539 ~ 31.73%

%34.32
%33.95
%31.73

CMYK color model

#B9B7AB color CMYK value is (0,1,8,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,1,8,27)
C0M1Y8K27 
(0%,1%,8%,27%)
(0.00/0.01/0.08/0.27)	

CMYK percentages

%0
%1.08
%7.57
%27.45

Codes

Color #B9B7AB in popluar color models

B9B7AB
RGB185183171
HSL51°9.09%69.80%
HSB/HSV51°7.57%72.55%
CMYK0.00%1.08%7.57%
27.45%

Color #B9B7AB in popluar number systems.

HEXB9B7AB
Decimal185183171
Binary101110011011011110101011
Octal271267253

Shades and tints

Shades of #B9B7AB

#B9B7AB
(185,183,171)
#A9A79C
(169,167,156)
#99978D
(153,151,141)
#89877E
(137,135,126)
#79776F
(121,119,111)
#696760
(105,103,96)
#595751
(89,87,81)
#494742
(73,71,66)
#393733
(57,55,51)
#292724
(41,39,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B9B7AB

#B9B7AB
(185,183,171)
#BFBDB2
(191,189,178)
#C5C3B9
(197,195,185)
#CBC9C0
(203,201,192)
#D1CFC7
(209,207,199)
#D7D5CE
(215,213,206)
#DDDBD5
(221,219,213)
#E3E1DC
(227,225,220)
#E9E7E3
(233,231,227)
#EFEDEA
(239,237,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B7AB; }

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

This text font color is #B9B7AB.


Background Color

.myBgColor { background-color: #B9B7AB; }

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

This div background color is #B9B7AB.


Border color

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

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

This div border color is #B9B7AB.


Opacity

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

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

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

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

This text has shadow with #B9B7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B7AB on black background.


Color preview on white background

This text has color #B9B7AB on white background.



Black color preview on #B9B7AB background

This text has black color on #B9B7AB background.


White color preview on #B9B7AB background

This text has white color on #B9B7AB background.