COLOR #B2C087

HEX: #B2C087
RGB: (178,192,135)

Color info

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

RGB color model

#B2C087 color RGB value is (178,192,135).

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

RGB channels and saturation

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

178
192
135

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

Portions of RGB colors in percentages

R + G + B =
178 + 192 + 135 = 505 (100%)
R 178 of 505 ~ 35.25%
G 192 of 505 ~ 38.02%
B 135 of 505 ~ 26.73%

%35.25
%38.02
%26.73

CMYK color model

#B2C087 color CMYK value is (7,0,30,25).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 29.69%
  • key color value is 24.71%
CMYK:
(7,0,30,25)
C7M0Y30K25 
(7%,0%,30%,25%)
(0.07/0.00/0.30/0.25)	

CMYK percentages

%7.29
%0
%29.69
%24.71

Codes

Color #B2C087 in popluar color models

B2C087
RGB178192135
HSL75°31.15%64.12%
HSB/HSV75°29.69%75.29%
CMYK7.29%0.00%29.69%
24.71%

Color #B2C087 in popluar number systems.

HEXB2C087
Decimal178192135
Binary101100101100000010000111
Octal262300207

Shades and tints

Shades of #B2C087

#B2C087
(178,192,135)
#A2AF7B
(162,175,123)
#929E6F
(146,158,111)
#828D63
(130,141,99)
#727C57
(114,124,87)
#626B4B
(98,107,75)
#525A3F
(82,90,63)
#424933
(66,73,51)
#323827
(50,56,39)
#22271B
(34,39,27)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #B2C087

#B2C087
(178,192,135)
#B9C591
(185,197,145)
#C0CA9B
(192,202,155)
#C7CFA5
(199,207,165)
#CED4AF
(206,212,175)
#D5D9B9
(213,217,185)
#DCDEC3
(220,222,195)
#E3E3CD
(227,227,205)
#EAE8D7
(234,232,215)
#F1EDE1
(241,237,225)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C087; }

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

This text font color is #B2C087.


Background Color

.myBgColor { background-color: #B2C087; }

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

This div background color is #B2C087.


Border color

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

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

This div border color is #B2C087.


Opacity

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

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

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

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

This text has shadow with #B2C087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C087 on black background.


Color preview on white background

This text has color #B2C087 on white background.



Black color preview on #B2C087 background

This text has black color on #B2C087 background.


White color preview on #B2C087 background

This text has white color on #B2C087 background.