COLOR #87CC80

HEX: #87CC80 RGB: (135,204,128)

Color info

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

RGB color model

#87CC80 color RGB value is (135,204,128).

RGB: (135,204,128) (53%, 80%, 50%)

RGB channels and saturation

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

135
204
128

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

Portions of RGB colors in percentages

R + G + B = 135 + 204 + 128 = 467 (100%)
R 135 of 467 ~ 28.91%
G 204 of 467 ~ 43.68%
B 128 of 467 ~ 27.41'%

%28.91
%43.68
%27.41

CMYK color model

#87CC80 color CMYK value is (34,0,37,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%

CMYK: (34,0,37,20)
C34M0Y37K20 (34%, 0%, 37%, 20%)
(0.34 / 0.00 / 0.37 / 0.20)

CMYK percentages

%33.82
%0
%37.25
%20

Codes

Color #87CC80 in popluar color models

87 CC 80
RGB 135 204 128
HSL 114° 42.70% 65.10%
HSB/HSV 114° 37.25% 80.00%
CMYK 33.82% 0.00% 37.25%
20.00%

Color #87CC80 in popluar number systems.

HEX 87 CC 80
Decimal 135 204 128
Binary 10000111 11001100 10000000
Octal 207 314 200

Shades and tints

Shades of #87CC80

#87CC80
(135,204,128)
#7BBA75
(123,186,117)
#6FA86A
(111,168,106)
#63965F
(99,150,95)
#578454
(87,132,84)
#4B7249
(75,114,73)
#3F603E
(63,96,62)
#334E33
(51,78,51)
#273C28
(39,60,40)
#1B2A1D
(27,42,29)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #87CC80

#87CC80
(135,204,128)
#91D08B
(145,208,139)
#9BD496
(155,212,150)
#A5D8A1
(165,216,161)
#AFDCAC
(175,220,172)
#B9E0B7
(185,224,183)
#C3E4C2
(195,228,194)
#CDE8CD
(205,232,205)
#D7ECD8
(215,236,216)
#E1F0E3
(225,240,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CC80; }

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

This text font color is #87CC80.

Background Color

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

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

This div background color is #87CC80.

Border color

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

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

This div border color is #87CC80.

Opacity

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

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

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

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

This text has shadow with #87CC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CC80.

Preview

Color preview on black background

This text has color #87CC80 on black background.


Color preview on white background

This text has color #87CC80 on white background.


Black color preview on #87CC80 background

This text has black color on #87CC80 background.


White color preview on #87CC80 background

This text has white color on #87CC80 background.


Related colors

Complementary color

Complementary color for #hex is #78337F.


I love getcolorcode.com

Triadic colors

1 #8087CC and #CC8087 with #87CC80 are triadic colors.

2 #80CC87 and #CC8780 with #87CC80 are triadic colors.