COLOR #B0AB9D

HEX: #B0AB9D
RGB: (176,171,157)

Color info

#B0AB9D contains red, green and blue colors in about the same proportion. Web safe color of #B0AB9D is #999999 (or #999).

RGB color model

#B0AB9D color RGB value is (176,171,157).

  • red value is 176;
  • green value is 171;
  • blue value is 157.
RGB:
(176,171,157)
(69%,67%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 157 of 255 = 62%

176
171
157

R + G + B ~ 66%. #B0AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 157 = 504 (100%)
R 176 of 504 ~ 34.92%
G 171 of 504 ~ 33.93%
B 157 of 504 ~ 31.15%

%34.92
%33.93
%31.15

CMYK color model

#B0AB9D color CMYK value is (0,3,11,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,3,11,31)
C0M3Y11K31 
(0%,3%,11%,31%)
(0.00/0.03/0.11/0.31)	

CMYK percentages

%0
%2.84
%10.8
%30.98

Codes

Color #B0AB9D in popluar color models

B0AB9D
RGB176171157
HSL44°10.73%65.29%
HSB/HSV44°10.80%69.02%
CMYK0.00%2.84%10.80%
30.98%

Color #B0AB9D in popluar number systems.

HEXB0AB9D
Decimal176171157
Binary101100001010101110011101
Octal260253235

Shades and tints

Shades of #B0AB9D

#B0AB9D
(176,171,157)
#A09C8F
(160,156,143)
#908D81
(144,141,129)
#807E73
(128,126,115)
#706F65
(112,111,101)
#606057
(96,96,87)
#505149
(80,81,73)
#40423B
(64,66,59)
#30332D
(48,51,45)
#20241F
(32,36,31)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #B0AB9D

#B0AB9D
(176,171,157)
#B7B2A5
(183,178,165)
#BEB9AD
(190,185,173)
#C5C0B5
(197,192,181)
#CCC7BD
(204,199,189)
#D3CEC5
(211,206,197)
#DAD5CD
(218,213,205)
#E1DCD5
(225,220,213)
#E8E3DD
(232,227,221)
#EFEAE5
(239,234,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AB9D color. Also use rgb(176,171,157) instead hex code.

Text Font Color

.myTextColor { color: #B0AB9D; }

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

This text font color is #B0AB9D.


Background Color

.myBgColor { background-color: #B0AB9D; }

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

This div background color is #B0AB9D.


Border color

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

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

This div border color is #B0AB9D.


Opacity

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

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

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

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

This text has shadow with #B0AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB9D on black background.


Color preview on white background

This text has color #B0AB9D on white background.



Black color preview on #B0AB9D background

This text has black color on #B0AB9D background.


White color preview on #B0AB9D background

This text has white color on #B0AB9D background.