COLOR #B9B5AB

HEX: #B9B5AB
RGB: (185,181,171)

Color info

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

RGB color model

#B9B5AB color RGB value is (185,181,171).

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

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 171 of 255 = 67%

185
181
171

R + G + B ~ 70%. #B9B5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 171 = 537 (100%)
R 185 of 537 ~ 34.45%
G 181 of 537 ~ 33.71%
B 171 of 537 ~ 31.84%

%34.45
%33.71
%31.84

CMYK color model

#B9B5AB color CMYK value is (0,2,8,27).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,2,8,27)
C0M2Y8K27 
(0%,2%,8%,27%)
(0.00/0.02/0.08/0.27)	

CMYK percentages

%0
%2.16
%7.57
%27.45

Codes

Color #B9B5AB in popluar color models

B9B5AB
RGB185181171
HSL43°9.09%69.80%
HSB/HSV43°7.57%72.55%
CMYK0.00%2.16%7.57%
27.45%

Color #B9B5AB in popluar number systems.

HEXB9B5AB
Decimal185181171
Binary101110011011010110101011
Octal271265253

Shades and tints

Shades of #B9B5AB

#B9B5AB
(185,181,171)
#A9A59C
(169,165,156)
#99958D
(153,149,141)
#89857E
(137,133,126)
#79756F
(121,117,111)
#696560
(105,101,96)
#595551
(89,85,81)
#494542
(73,69,66)
#393533
(57,53,51)
#292524
(41,37,36)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9B5AB

#B9B5AB
(185,181,171)
#BFBBB2
(191,187,178)
#C5C1B9
(197,193,185)
#CBC7C0
(203,199,192)
#D1CDC7
(209,205,199)
#D7D3CE
(215,211,206)
#DDD9D5
(221,217,213)
#E3DFDC
(227,223,220)
#E9E5E3
(233,229,227)
#EFEBEA
(239,235,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B5AB; }

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

This text font color is #B9B5AB.


Background Color

.myBgColor { background-color: #B9B5AB; }

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

This div background color is #B9B5AB.


Border color

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

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

This div border color is #B9B5AB.


Opacity

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

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

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

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

This text has shadow with #B9B5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B5AB on black background.


Color preview on white background

This text has color #B9B5AB on white background.



Black color preview on #B9B5AB background

This text has black color on #B9B5AB background.


White color preview on #B9B5AB background

This text has white color on #B9B5AB background.