COLOR #87CD81

HEX: #87CD81 RGB: (135,205,129)

Color info

#87CD81 contains mainly green color. Web safe color of #87CD81 is #99CC99 (or #9C9).

RGB color model

#87CD81 color RGB value is (135,205,129).

RGB: (135,205,129) (53%, 80%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 205 of 255 = 80%
B 129 of 255 = 51%

135
205
129

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

Portions of RGB colors in percentages

R + G + B = 135 + 205 + 129 = 469 (100%)
R 135 of 469 ~ 28.78%
G 205 of 469 ~ 43.71%
B 129 of 469 ~ 27.51'%

%28.78
%43.71
%27.51

CMYK color model

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

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 19.61%
CMYK: (34,0,37,20) C34M0Y37K20 (34%,0%,37%,20%) (0.34/0.00/0.37/0.20) 

CMYK percentages

%34.15
%0
%37.07
%19.61

Codes

Color #87CD81 in popluar color models

87 CD 81
RGB 135 205 129
HSL 115° 43.18% 65.49%
HSB/HSV 115° 37.07% 80.39%
CMYK 34.15% 0.00% 37.07%
19.61%

Color #87CD81 in popluar number systems.

HEX 87 CD 81
Decimal 135 205 129
Binary 10000111 11001101 10000001
Octal 207 315 201

Shades and tints

Shades of #87CD81

#87CD81
(135,205,129)
#7BBB76
(123,187,118)
#6FA96B
(111,169,107)
#639760
(99,151,96)
#578555
(87,133,85)
#4B734A
(75,115,74)
#3F613F
(63,97,63)
#334F34
(51,79,52)
#273D29
(39,61,41)
#1B2B1E
(27,43,30)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #87CD81

#87CD81
(135,205,129)
#91D18C
(145,209,140)
#9BD597
(155,213,151)
#A5D9A2
(165,217,162)
#AFDDAD
(175,221,173)
#B9E1B8
(185,225,184)
#C3E5C3
(195,229,195)
#CDE9CE
(205,233,206)
#D7EDD9
(215,237,217)
#E1F1E4
(225,241,228)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CD81; }

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

This text font color is #87CD81.

Background Color

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

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

This div background color is #87CD81.

Border color

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

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

This div border color is #87CD81.

Opacity

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

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

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

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

This text has shadow with #87CD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CD81.

Preview

Color preview on black background

This text has color #87CD81 on black background.


Color preview on white background

This text has color #87CD81 on white background.


Black color preview on #87CD81 background

This text has black color on #87CD81 background.


White color preview on #87CD81 background

This text has white color on #87CD81 background.


Related colors

Complementary color

Complementary color for #hex is #78327E.


I love getcolorcode.com

Triadic colors

1 #8187CD and #CD8187 with #87CD81 are triadic colors.

2 #81CD87 and #CD8781 with #87CD81 are triadic colors.