COLOR #B0BB84

HEX: #B0BB84
RGB: (176,187,132)

Color info

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

RGB color model

#B0BB84 color RGB value is (176,187,132).

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

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 132 of 255 = 52%

176
187
132

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

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 132 = 495 (100%)
R 176 of 495 ~ 35.56%
G 187 of 495 ~ 37.78%
B 132 of 495 ~ 26.67%

%35.56
%37.78
%26.67

CMYK color model

#B0BB84 color CMYK value is (6,0,29,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 26.67%
CMYK:
(6,0,29,27)
C6M0Y29K27 
(6%,0%,29%,27%)
(0.06/0.00/0.29/0.27)	

CMYK percentages

%5.88
%0
%29.41
%26.67

Codes

Color #B0BB84 in popluar color models

B0BB84
RGB176187132
HSL72°28.80%62.55%
HSB/HSV72°29.41%73.33%
CMYK5.88%0.00%29.41%
26.67%

Color #B0BB84 in popluar number systems.

HEXB0BB84
Decimal176187132
Binary101100001011101110000100
Octal260273204

Shades and tints

Shades of #B0BB84

#B0BB84
(176,187,132)
#A0AA78
(160,170,120)
#90996C
(144,153,108)
#808860
(128,136,96)
#707754
(112,119,84)
#606648
(96,102,72)
#50553C
(80,85,60)
#404430
(64,68,48)
#303324
(48,51,36)
#202218
(32,34,24)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #B0BB84

#B0BB84
(176,187,132)
#B7C18F
(183,193,143)
#BEC79A
(190,199,154)
#C5CDA5
(197,205,165)
#CCD3B0
(204,211,176)
#D3D9BB
(211,217,187)
#DADFC6
(218,223,198)
#E1E5D1
(225,229,209)
#E8EBDC
(232,235,220)
#EFF1E7
(239,241,231)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BB84; }

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

This text font color is #B0BB84.


Background Color

.myBgColor { background-color: #B0BB84; }

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

This div background color is #B0BB84.


Border color

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

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

This div border color is #B0BB84.


Opacity

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

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

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

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

This text has shadow with #B0BB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BB84 on black background.


Color preview on white background

This text has color #B0BB84 on white background.



Black color preview on #B0BB84 background

This text has black color on #B0BB84 background.


White color preview on #B0BB84 background

This text has white color on #B0BB84 background.