COLOR #B0BB81

HEX: #B0BB81
RGB: (176,187,129)

Color info

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

RGB color model

#B0BB81 color RGB value is (176,187,129).

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

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 129 of 255 = 51%

176
187
129

R + G + B ~ 64%. #B0BB81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 129 = 492 (100%)
R 176 of 492 ~ 35.77%
G 187 of 492 ~ 38.01%
B 129 of 492 ~ 26.22%

%35.77
%38.01
%26.22

CMYK color model

#B0BB81 color CMYK value is (6,0,31,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(6,0,31,27)
C6M0Y31K27 
(6%,0%,31%,27%)
(0.06/0.00/0.31/0.27)	

CMYK percentages

%5.88
%0
%31.02
%26.67

Codes

Color #B0BB81 in popluar color models

B0BB81
RGB176187129
HSL71°29.90%61.96%
HSB/HSV71°31.02%73.33%
CMYK5.88%0.00%31.02%
26.67%

Color #B0BB81 in popluar number systems.

HEXB0BB81
Decimal176187129
Binary101100001011101110000001
Octal260273201

Shades and tints

Shades of #B0BB81

#B0BB81
(176,187,129)
#A0AA76
(160,170,118)
#90996B
(144,153,107)
#808860
(128,136,96)
#707755
(112,119,85)
#60664A
(96,102,74)
#50553F
(80,85,63)
#404434
(64,68,52)
#303329
(48,51,41)
#20221E
(32,34,30)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #B0BB81

#B0BB81
(176,187,129)
#B7C18C
(183,193,140)
#BEC797
(190,199,151)
#C5CDA2
(197,205,162)
#CCD3AD
(204,211,173)
#D3D9B8
(211,217,184)
#DADFC3
(218,223,195)
#E1E5CE
(225,229,206)
#E8EBD9
(232,235,217)
#EFF1E4
(239,241,228)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BB81; }

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

This text font color is #B0BB81.


Background Color

.myBgColor { background-color: #B0BB81; }

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

This div background color is #B0BB81.


Border color

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

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

This div border color is #B0BB81.


Opacity

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

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

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

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

This text has shadow with #B0BB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BB81 on black background.


Color preview on white background

This text has color #B0BB81 on white background.



Black color preview on #B0BB81 background

This text has black color on #B0BB81 background.


White color preview on #B0BB81 background

This text has white color on #B0BB81 background.