COLOR #87BC8D

HEX: #87BC8D
RGB: (135,188,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
188
141

R + G + B ~ 61%. #87BC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 188 + 141 = 464 (100%)
R 135 of 464 ~ 29.09%
G 188 of 464 ~ 40.52%
B 141 of 464 ~ 30.39%

%29.09
%40.52
%30.39

CMYK color model

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

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

CMYK percentages

%28.19
%0
%25
%26.27

Codes

Color #87BC8D in popluar color models

87BC8D
RGB135188141
HSL127°28.34%63.33%
HSB/HSV127°28.19%73.73%
CMYK28.19%0.00%25.00%
26.27%

Color #87BC8D in popluar number systems.

HEX87BC8D
Decimal135188141
Binary100001111011110010001101
Octal207274215

Shades and tints

Shades of #87BC8D

#87BC8D
(135,188,141)
#7BAB81
(123,171,129)
#6F9A75
(111,154,117)
#638969
(99,137,105)
#57785D
(87,120,93)
#4B6751
(75,103,81)
#3F5645
(63,86,69)
#334539
(51,69,57)
#27342D
(39,52,45)
#1B2321
(27,35,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #87BC8D

#87BC8D
(135,188,141)
#91C297
(145,194,151)
#9BC8A1
(155,200,161)
#A5CEAB
(165,206,171)
#AFD4B5
(175,212,181)
#B9DABF
(185,218,191)
#C3E0C9
(195,224,201)
#CDE6D3
(205,230,211)
#D7ECDD
(215,236,221)
#E1F2E7
(225,242,231)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BC8D; }

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

This text font color is #87BC8D.


Background Color

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

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

This div background color is #87BC8D.


Border color

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

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

This div border color is #87BC8D.


Opacity

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

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

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

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

This text has shadow with #87BC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BC8D on black background.


Color preview on white background

This text has color #87BC8D on white background.



Black color preview on #87BC8D background

This text has black color on #87BC8D background.


White color preview on #87BC8D background

This text has white color on #87BC8D background.