COLOR #B0BB8F

HEX: #B0BB8F
RGB: (176,187,143)

Color info

#B0BB8F contains red, green and blue colors in about the same proportion. Web safe color of #B0BB8F is #99CC99 (or #9C9).

RGB color model

#B0BB8F color RGB value is (176,187,143).

  • red value is 176;
  • green value is 187;
  • blue value is 143.
RGB:
(176,187,143)
(69%,73%,56%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 143 of 255 = 56%

176
187
143

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

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 143 = 506 (100%)
R 176 of 506 ~ 34.78%
G 187 of 506 ~ 36.96%
B 143 of 506 ~ 28.26%

%34.78
%36.96
%28.26

CMYK color model

#B0BB8F color CMYK value is (6,0,24,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 26.67%
CMYK:
(6,0,24,27)
C6M0Y24K27 
(6%,0%,24%,27%)
(0.06/0.00/0.24/0.27)	

CMYK percentages

%5.88
%0
%23.53
%26.67

Codes

Color #B0BB8F in popluar color models

B0BB8F
RGB176187143
HSL75°24.44%64.71%
HSB/HSV75°23.53%73.33%
CMYK5.88%0.00%23.53%
26.67%

Color #B0BB8F in popluar number systems.

HEXB0BB8F
Decimal176187143
Binary101100001011101110001111
Octal260273217

Shades and tints

Shades of #B0BB8F

#B0BB8F
(176,187,143)
#A0AA82
(160,170,130)
#909975
(144,153,117)
#808868
(128,136,104)
#70775B
(112,119,91)
#60664E
(96,102,78)
#505541
(80,85,65)
#404434
(64,68,52)
#303327
(48,51,39)
#20221A
(32,34,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #B0BB8F

#B0BB8F
(176,187,143)
#B7C199
(183,193,153)
#BEC7A3
(190,199,163)
#C5CDAD
(197,205,173)
#CCD3B7
(204,211,183)
#D3D9C1
(211,217,193)
#DADFCB
(218,223,203)
#E1E5D5
(225,229,213)
#E8EBDF
(232,235,223)
#EFF1E9
(239,241,233)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BB8F color. Also use rgb(176,187,143) instead hex code.

Text Font Color

.myTextColor { color: #B0BB8F; }

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

This text font color is #B0BB8F.


Background Color

.myBgColor { background-color: #B0BB8F; }

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

This div background color is #B0BB8F.


Border color

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

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

This div border color is #B0BB8F.


Opacity

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

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

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

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

This text has shadow with #B0BB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BB8F on black background.


Color preview on white background

This text has color #B0BB8F on white background.



Black color preview on #B0BB8F background

This text has black color on #B0BB8F background.


White color preview on #B0BB8F background

This text has white color on #B0BB8F background.