COLOR #87CD80

HEX: #87CD80
RGB: (135,205,128)

Color info

#87CD80 contains mainly green color. Web safe color of #87CD80 is #99CC66 (or #9C6).

RGB color model

#87CD80 color RGB value is (135,205,128).

  • red value is 135;
  • green value is 205;
  • blue value is 128.
RGB:
(135,205,128)
(53%,80%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 205 of 255 = 80%
B 128 of 255 = 50%

135
205
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 205 + 128 = 468 (100%)
R 135 of 468 ~ 28.85%
G 205 of 468 ~ 43.8%
B 128 of 468 ~ 27.35%

%28.85
%43.8
%27.35

CMYK color model

#87CD80 color CMYK value is (34,0,38,20).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 19.61%
CMYK:
(34,0,38,20)
C34M0Y38K20 
(34%,0%,38%,20%)
(0.34/0.00/0.38/0.20)	

CMYK percentages

%34.15
%0
%37.56
%19.61

Codes

Color #87CD80 in popluar color models

87CD80
RGB135205128
HSL115°43.50%65.29%
HSB/HSV115°37.56%80.39%
CMYK34.15%0.00%37.56%
19.61%

Color #87CD80 in popluar number systems.

HEX87CD80
Decimal135205128
Binary100001111100110110000000
Octal207315200

Shades and tints

Shades of #87CD80

#87CD80
(135,205,128)
#7BBB75
(123,187,117)
#6FA96A
(111,169,106)
#63975F
(99,151,95)
#578554
(87,133,84)
#4B7349
(75,115,73)
#3F613E
(63,97,62)
#334F33
(51,79,51)
#273D28
(39,61,40)
#1B2B1D
(27,43,29)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #87CD80

#87CD80
(135,205,128)
#91D18B
(145,209,139)
#9BD596
(155,213,150)
#A5D9A1
(165,217,161)
#AFDDAC
(175,221,172)
#B9E1B7
(185,225,183)
#C3E5C2
(195,229,194)
#CDE9CD
(205,233,205)
#D7EDD8
(215,237,216)
#E1F1E3
(225,241,227)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CD80; }

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

This text font color is #87CD80.


Background Color

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

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

This div background color is #87CD80.


Border color

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

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

This div border color is #87CD80.


Opacity

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

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

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

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

This text has shadow with #87CD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CD80 on black background.


Color preview on white background

This text has color #87CD80 on white background.



Black color preview on #87CD80 background

This text has black color on #87CD80 background.


White color preview on #87CD80 background

This text has white color on #87CD80 background.