COLOR #87CC91

HEX: #87CC91 RGB: (135,204,145)

Color info

#87CC91 contains mainly green and blue colors. Web safe color of #87CC91 is #99CC99 (or #9C9).

RGB color model

#87CC91 color RGB value is (135,204,145).

RGB: (135,204,145) (53%, 80%, 57%)

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 145 of 255 = 57%

135
204
145

R + G + B ~ 63%. #87CC91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 204 + 145 = 484 (100%)
R 135 of 484 ~ 27.89%
G 204 of 484 ~ 42.15%
B 145 of 484 ~ 29.96'%

%27.89
%42.15
%29.96

CMYK color model

#87CC91 color CMYK value is (34,0,29,20).

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

CMYK: (34,0,29,20)
C34M0Y29K20 (34%, 0%, 29%, 20%)
(0.34 / 0.00 / 0.29 / 0.20)

CMYK percentages

%33.82
%0
%28.92
%20

Codes

Color #87CC91 in popluar color models

87 CC 91
RGB 135 204 145
HSL 129° 40.35% 66.47%
HSB/HSV 129° 33.82% 80.00%
CMYK 33.82% 0.00% 28.92%
20.00%

Color #87CC91 in popluar number systems.

HEX 87 CC 91
Decimal 135 204 145
Binary 10000111 11001100 10010001
Octal 207 314 221

Shades and tints

Shades of #87CC91

#87CC91
(135,204,145)
#7BBA84
(123,186,132)
#6FA877
(111,168,119)
#63966A
(99,150,106)
#57845D
(87,132,93)
#4B7250
(75,114,80)
#3F6043
(63,96,67)
#334E36
(51,78,54)
#273C29
(39,60,41)
#1B2A1C
(27,42,28)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #87CC91

#87CC91
(135,204,145)
#91D09B
(145,208,155)
#9BD4A5
(155,212,165)
#A5D8AF
(165,216,175)
#AFDCB9
(175,220,185)
#B9E0C3
(185,224,195)
#C3E4CD
(195,228,205)
#CDE8D7
(205,232,215)
#D7ECE1
(215,236,225)
#E1F0EB
(225,240,235)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CC91; }

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

This text font color is #87CC91.

Background Color

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

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

This div background color is #87CC91.

Border color

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

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

This div border color is #87CC91.

Opacity

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

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

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

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

This text has shadow with #87CC91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CC91.

Preview

Color preview on black background

This text has color #87CC91 on black background.


Color preview on white background

This text has color #87CC91 on white background.


Black color preview on #87CC91 background

This text has black color on #87CC91 background.


White color preview on #87CC91 background

This text has white color on #87CC91 background.


Related colors

Complementary color

Complementary color for #hex is #78336E.


I love getcolorcode.com

Triadic colors

1 #9187CC and #CC9187 with #87CC91 are triadic colors.

2 #91CC87 and #CC8791 with #87CC91 are triadic colors.