COLOR #87CC61

HEX: #87CC61
RGB: (135,204,97)

Color info

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

RGB color model

#87CC61 color RGB value is (135,204,97).

  • red value is 135;
  • green value is 204;
  • blue value is 97.
RGB:
(135,204,97)
(53%,80%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 97 of 255 = 38%

135
204
97

R + G + B ~ 57%. #87CC61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 204 + 97 = 436 (100%)
R 135 of 436 ~ 30.96%
G 204 of 436 ~ 46.79%
B 97 of 436 ~ 22.25%

%30.96
%46.79
%22.25

CMYK color model

#87CC61 color CMYK value is (34,0,52,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 52.45%
  • key color value is 20.00%
CMYK:
(34,0,52,20)
C34M0Y52K20 
(34%,0%,52%,20%)
(0.34/0.00/0.52/0.20)	

CMYK percentages

%33.82
%0
%52.45
%20

Codes

Color #87CC61 in popluar color models

87CC61
RGB13520497
HSL99°51.20%59.02%
HSB/HSV99°52.45%80.00%
CMYK33.82%0.00%52.45%
20.00%

Color #87CC61 in popluar number systems.

HEX87CC61
Decimal13520497
Binary10000111110011001100001
Octal207314141

Shades and tints

Shades of #87CC61

#87CC61
(135,204,97)
#7BBA59
(123,186,89)
#6FA851
(111,168,81)
#639649
(99,150,73)
#578441
(87,132,65)
#4B7239
(75,114,57)
#3F6031
(63,96,49)
#334E29
(51,78,41)
#273C21
(39,60,33)
#1B2A19
(27,42,25)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #87CC61

#87CC61
(135,204,97)
#91D06F
(145,208,111)
#9BD47D
(155,212,125)
#A5D88B
(165,216,139)
#AFDC99
(175,220,153)
#B9E0A7
(185,224,167)
#C3E4B5
(195,228,181)
#CDE8C3
(205,232,195)
#D7ECD1
(215,236,209)
#E1F0DF
(225,240,223)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CC61; }

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

This text font color is #87CC61.


Background Color

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

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

This div background color is #87CC61.


Border color

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

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

This div border color is #87CC61.


Opacity

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

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

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

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

This text has shadow with #87CC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CC61 on black background.


Color preview on white background

This text has color #87CC61 on white background.



Black color preview on #87CC61 background

This text has black color on #87CC61 background.


White color preview on #87CC61 background

This text has white color on #87CC61 background.