COLOR #B0B87E

HEX: #B0B87E
RGB: (176,184,126)

Color info

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

RGB color model

#B0B87E color RGB value is (176,184,126).

  • red value is 176;
  • green value is 184;
  • blue value is 126.
RGB:
(176,184,126)
(69%,72%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 126 of 255 = 49%

176
184
126

R + G + B ~ 63%. #B0B87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 126 = 486 (100%)
R 176 of 486 ~ 36.21%
G 184 of 486 ~ 37.86%
B 126 of 486 ~ 25.93%

%36.21
%37.86
%25.93

CMYK color model

#B0B87E color CMYK value is (4,0,32,28).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(4,0,32,28)
C4M0Y32K28 
(4%,0%,32%,28%)
(0.04/0.00/0.32/0.28)	

CMYK percentages

%4.35
%0
%31.52
%27.84

Codes

Color #B0B87E in popluar color models

B0B87E
RGB176184126
HSL68°29.00%60.78%
HSB/HSV68°31.52%72.16%
CMYK4.35%0.00%31.52%
27.84%

Color #B0B87E in popluar number systems.

HEXB0B87E
Decimal176184126
Binary10110000101110001111110
Octal260270176

Shades and tints

Shades of #B0B87E

#B0B87E
(176,184,126)
#A0A873
(160,168,115)
#909868
(144,152,104)
#80885D
(128,136,93)
#707852
(112,120,82)
#606847
(96,104,71)
#50583C
(80,88,60)
#404831
(64,72,49)
#303826
(48,56,38)
#20281B
(32,40,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #B0B87E

#B0B87E
(176,184,126)
#B7BE89
(183,190,137)
#BEC494
(190,196,148)
#C5CA9F
(197,202,159)
#CCD0AA
(204,208,170)
#D3D6B5
(211,214,181)
#DADCC0
(218,220,192)
#E1E2CB
(225,226,203)
#E8E8D6
(232,232,214)
#EFEEE1
(239,238,225)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B87E color. Also use rgb(176,184,126) instead hex code.

Text Font Color

.myTextColor { color: #B0B87E; }

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

This text font color is #B0B87E.


Background Color

.myBgColor { background-color: #B0B87E; }

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

This div background color is #B0B87E.


Border color

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

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

This div border color is #B0B87E.


Opacity

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

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

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

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

This text has shadow with #B0B87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B87E on black background.


Color preview on white background

This text has color #B0B87E on white background.



Black color preview on #B0B87E background

This text has black color on #B0B87E background.


White color preview on #B0B87E background

This text has white color on #B0B87E background.