COLOR #B0BF7E

HEX: #B0BF7E
RGB: (176,191,126)

Color info

#B0BF7E contains mainly red and green colors. Web safe color of #B0BF7E is #99CC66 (or #9C6).

RGB color model

#B0BF7E color RGB value is (176,191,126).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 126 of 255 = 49%

176
191
126

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 126 = 493 (100%)
R 176 of 493 ~ 35.7%
G 191 of 493 ~ 38.74%
B 126 of 493 ~ 25.56%

%35.7
%38.74
%25.56

CMYK color model

#B0BF7E color CMYK value is (8,0,34,25).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 25.10%
CMYK:
(8,0,34,25)
C8M0Y34K25 
(8%,0%,34%,25%)
(0.08/0.00/0.34/0.25)	

CMYK percentages

%7.85
%0
%34.03
%25.1

Codes

Color #B0BF7E in popluar color models

B0BF7E
RGB176191126
HSL74°33.68%62.16%
HSB/HSV74°34.03%74.90%
CMYK7.85%0.00%34.03%
25.10%

Color #B0BF7E in popluar number systems.

HEXB0BF7E
Decimal176191126
Binary10110000101111111111110
Octal260277176

Shades and tints

Shades of #B0BF7E

#B0BF7E
(176,191,126)
#A0AE73
(160,174,115)
#909D68
(144,157,104)
#808C5D
(128,140,93)
#707B52
(112,123,82)
#606A47
(96,106,71)
#50593C
(80,89,60)
#404831
(64,72,49)
#303726
(48,55,38)
#20261B
(32,38,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #B0BF7E

#B0BF7E
(176,191,126)
#B7C489
(183,196,137)
#BEC994
(190,201,148)
#C5CE9F
(197,206,159)
#CCD3AA
(204,211,170)
#D3D8B5
(211,216,181)
#DADDC0
(218,221,192)
#E1E2CB
(225,226,203)
#E8E7D6
(232,231,214)
#EFECE1
(239,236,225)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BF7E; }

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

This text font color is #B0BF7E.


Background Color

.myBgColor { background-color: #B0BF7E; }

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

This div background color is #B0BF7E.


Border color

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

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

This div border color is #B0BF7E.


Opacity

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

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

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

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

This text has shadow with #B0BF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BF7E on black background.


Color preview on white background

This text has color #B0BF7E on white background.



Black color preview on #B0BF7E background

This text has black color on #B0BF7E background.


White color preview on #B0BF7E background

This text has white color on #B0BF7E background.