COLOR #B0AB99

HEX: #B0AB99
RGB: (176,171,153)

Color info

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

RGB color model

#B0AB99 color RGB value is (176,171,153).

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

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 153 of 255 = 60%

176
171
153

R + G + B ~ 65%. #B0AB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 153 = 500 (100%)
R 176 of 500 ~ 35.2%
G 171 of 500 ~ 34.2%
B 153 of 500 ~ 30.6%

%35.2
%34.2
%30.6

CMYK color model

#B0AB99 color CMYK value is (0,3,13,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(0,3,13,31)
C0M3Y13K31 
(0%,3%,13%,31%)
(0.00/0.03/0.13/0.31)	

CMYK percentages

%0
%2.84
%13.07
%30.98

Codes

Color #B0AB99 in popluar color models

B0AB99
RGB176171153
HSL47°12.71%64.51%
HSB/HSV47°13.07%69.02%
CMYK0.00%2.84%13.07%
30.98%

Color #B0AB99 in popluar number systems.

HEXB0AB99
Decimal176171153
Binary101100001010101110011001
Octal260253231

Shades and tints

Shades of #B0AB99

#B0AB99
(176,171,153)
#A09C8C
(160,156,140)
#908D7F
(144,141,127)
#807E72
(128,126,114)
#706F65
(112,111,101)
#606058
(96,96,88)
#50514B
(80,81,75)
#40423E
(64,66,62)
#303331
(48,51,49)
#202424
(32,36,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B0AB99

#B0AB99
(176,171,153)
#B7B2A2
(183,178,162)
#BEB9AB
(190,185,171)
#C5C0B4
(197,192,180)
#CCC7BD
(204,199,189)
#D3CEC6
(211,206,198)
#DAD5CF
(218,213,207)
#E1DCD8
(225,220,216)
#E8E3E1
(232,227,225)
#EFEAEA
(239,234,234)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AB99; }

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

This text font color is #B0AB99.


Background Color

.myBgColor { background-color: #B0AB99; }

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

This div background color is #B0AB99.


Border color

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

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

This div border color is #B0AB99.


Opacity

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

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

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

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

This text has shadow with #B0AB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB99 on black background.


Color preview on white background

This text has color #B0AB99 on white background.



Black color preview on #B0AB99 background

This text has black color on #B0AB99 background.


White color preview on #B0AB99 background

This text has white color on #B0AB99 background.