COLOR #B2BE87

HEX: #B2BE87
RGB: (178,190,135)

Color info

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

RGB color model

#B2BE87 color RGB value is (178,190,135).

  • red value is 178;
  • green value is 190;
  • blue value is 135.
RGB:
(178,190,135)
(70%,75%,53%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 135 of 255 = 53%

178
190
135

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

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 135 = 503 (100%)
R 178 of 503 ~ 35.39%
G 190 of 503 ~ 37.77%
B 135 of 503 ~ 26.84%

%35.39
%37.77
%26.84

CMYK color model

#B2BE87 color CMYK value is (6,0,29,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(6,0,29,25)
C6M0Y29K25 
(6%,0%,29%,25%)
(0.06/0.00/0.29/0.25)	

CMYK percentages

%6.32
%0
%28.95
%25.49

Codes

Color #B2BE87 in popluar color models

B2BE87
RGB178190135
HSL73°29.73%63.73%
HSB/HSV73°28.95%74.51%
CMYK6.32%0.00%28.95%
25.49%

Color #B2BE87 in popluar number systems.

HEXB2BE87
Decimal178190135
Binary101100101011111010000111
Octal262276207

Shades and tints

Shades of #B2BE87

#B2BE87
(178,190,135)
#A2AD7B
(162,173,123)
#929C6F
(146,156,111)
#828B63
(130,139,99)
#727A57
(114,122,87)
#62694B
(98,105,75)
#52583F
(82,88,63)
#424733
(66,71,51)
#323627
(50,54,39)
#22251B
(34,37,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #B2BE87

#B2BE87
(178,190,135)
#B9C391
(185,195,145)
#C0C89B
(192,200,155)
#C7CDA5
(199,205,165)
#CED2AF
(206,210,175)
#D5D7B9
(213,215,185)
#DCDCC3
(220,220,195)
#E3E1CD
(227,225,205)
#EAE6D7
(234,230,215)
#F1EBE1
(241,235,225)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BE87 color. Also use rgb(178,190,135) instead hex code.

Text Font Color

.myTextColor { color: #B2BE87; }

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

This text font color is #B2BE87.


Background Color

.myBgColor { background-color: #B2BE87; }

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

This div background color is #B2BE87.


Border color

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

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

This div border color is #B2BE87.


Opacity

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

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

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

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

This text has shadow with #B2BE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BE87 on black background.


Color preview on white background

This text has color #B2BE87 on white background.



Black color preview on #B2BE87 background

This text has black color on #B2BE87 background.


White color preview on #B2BE87 background

This text has white color on #B2BE87 background.