COLOR #87BC87

HEX: #87BC87
RGB: (135,188,135)

Color info

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

RGB color model

#87BC87 color RGB value is (135,188,135).

  • red value is 135;
  • green value is 188;
  • blue value is 135.
RGB:
(135,188,135)
(53%,74%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 188 of 255 = 74%
B 135 of 255 = 53%

135
188
135

R + G + B ~ 60%. #87BC87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 188 + 135 = 458 (100%)
R 135 of 458 ~ 29.48%
G 188 of 458 ~ 41.05%
B 135 of 458 ~ 29.48%

%29.48
%41.05
%29.48

CMYK color model

#87BC87 color CMYK value is (28,0,28,26).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK:
(28,0,28,26)
C28M0Y28K26 
(28%,0%,28%,26%)
(0.28/0.00/0.28/0.26)	

CMYK percentages

%28.19
%0
%28.19
%26.27

Codes

Color #87BC87 in popluar color models

87BC87
RGB135188135
HSL120°28.34%63.33%
HSB/HSV120°28.19%73.73%
CMYK28.19%0.00%28.19%
26.27%

Color #87BC87 in popluar number systems.

HEX87BC87
Decimal135188135
Binary100001111011110010000111
Octal207274207

Shades and tints

Shades of #87BC87

#87BC87
(135,188,135)
#7BAB7B
(123,171,123)
#6F9A6F
(111,154,111)
#638963
(99,137,99)
#577857
(87,120,87)
#4B674B
(75,103,75)
#3F563F
(63,86,63)
#334533
(51,69,51)
#273427
(39,52,39)
#1B231B
(27,35,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #87BC87

#87BC87
(135,188,135)
#91C291
(145,194,145)
#9BC89B
(155,200,155)
#A5CEA5
(165,206,165)
#AFD4AF
(175,212,175)
#B9DAB9
(185,218,185)
#C3E0C3
(195,224,195)
#CDE6CD
(205,230,205)
#D7ECD7
(215,236,215)
#E1F2E1
(225,242,225)
#EBF8EB
(235,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BC87 color. Also use rgb(135,188,135) instead hex code.

Text Font Color

.myTextColor { color: #87BC87; }

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

This text font color is #87BC87.


Background Color

.myBgColor { background-color: #87BC87; }

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

This div background color is #87BC87.


Border color

.myBorderColor { border: 1px solid #87BC87; }

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

This div border color is #87BC87.


Opacity

.myOpacity80 { color: #87BC87; opacity: 0.8; }

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

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

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

This text has shadow with #87BC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BC87 on black background.


Color preview on white background

This text has color #87BC87 on white background.



Black color preview on #87BC87 background

This text has black color on #87BC87 background.


White color preview on #87BC87 background

This text has white color on #87BC87 background.