COLOR #B0CC87

HEX: #B0CC87
RGB: (176,204,135)

Color info

#B0CC87 contains mainly red and green colors. Web safe color of #B0CC87 is #99CC99 (or #9C9).

RGB color model

#B0CC87 color RGB value is (176,204,135).

  • red value is 176;
  • green value is 204;
  • blue value is 135.
RGB:
(176,204,135)
(69%,80%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 135 of 255 = 53%

176
204
135

R + G + B ~ 67%. #B0CC87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 135 = 515 (100%)
R 176 of 515 ~ 34.17%
G 204 of 515 ~ 39.61%
B 135 of 515 ~ 26.21%

%34.17
%39.61
%26.21

CMYK color model

#B0CC87 color CMYK value is (14,0,34,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK:
(14,0,34,20)
C14M0Y34K20 
(14%,0%,34%,20%)
(0.14/0.00/0.34/0.20)	

CMYK percentages

%13.73
%0
%33.82
%20

Codes

Color #B0CC87 in popluar color models

B0CC87
RGB176204135
HSL84°40.35%66.47%
HSB/HSV84°33.82%80.00%
CMYK13.73%0.00%33.82%
20.00%

Color #B0CC87 in popluar number systems.

HEXB0CC87
Decimal176204135
Binary101100001100110010000111
Octal260314207

Shades and tints

Shades of #B0CC87

#B0CC87
(176,204,135)
#A0BA7B
(160,186,123)
#90A86F
(144,168,111)
#809663
(128,150,99)
#708457
(112,132,87)
#60724B
(96,114,75)
#50603F
(80,96,63)
#404E33
(64,78,51)
#303C27
(48,60,39)
#202A1B
(32,42,27)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0CC87

#B0CC87
(176,204,135)
#B7D091
(183,208,145)
#BED49B
(190,212,155)
#C5D8A5
(197,216,165)
#CCDCAF
(204,220,175)
#D3E0B9
(211,224,185)
#DAE4C3
(218,228,195)
#E1E8CD
(225,232,205)
#E8ECD7
(232,236,215)
#EFF0E1
(239,240,225)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CC87 color. Also use rgb(176,204,135) instead hex code.

Text Font Color

.myTextColor { color: #B0CC87; }

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

This text font color is #B0CC87.


Background Color

.myBgColor { background-color: #B0CC87; }

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

This div background color is #B0CC87.


Border color

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

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

This div border color is #B0CC87.


Opacity

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

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

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

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

This text has shadow with #B0CC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CC87 on black background.


Color preview on white background

This text has color #B0CC87 on white background.



Black color preview on #B0CC87 background

This text has black color on #B0CC87 background.


White color preview on #B0CC87 background

This text has white color on #B0CC87 background.