COLOR #87D85E

HEX: #87D85E
RGB: (135,216,94)

Color info

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

RGB color model

#87D85E color RGB value is (135,216,94).

  • red value is 135;
  • green value is 216;
  • blue value is 94.
RGB:
(135,216,94)
(53%,85%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 216 of 255 = 85%
B 94 of 255 = 37%

135
216
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 216 + 94 = 445 (100%)
R 135 of 445 ~ 30.34%
G 216 of 445 ~ 48.54%
B 94 of 445 ~ 21.12%

%30.34
%48.54
%21.12

CMYK color model

#87D85E color CMYK value is (38,0,56,15).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 56.48%
  • key color value is 15.29%
CMYK:
(38,0,56,15)
C38M0Y56K15 
(38%,0%,56%,15%)
(0.38/0.00/0.56/0.15)	

CMYK percentages

%37.5
%0
%56.48
%15.29

Codes

Color #87D85E in popluar color models

87D85E
RGB13521694
HSL100°61.00%60.78%
HSB/HSV100°56.48%84.71%
CMYK37.50%0.00%56.48%
15.29%

Color #87D85E in popluar number systems.

HEX87D85E
Decimal13521694
Binary10000111110110001011110
Octal207330136

Shades and tints

Shades of #87D85E

#87D85E
(135,216,94)
#7BC556
(123,197,86)
#6FB24E
(111,178,78)
#639F46
(99,159,70)
#578C3E
(87,140,62)
#4B7936
(75,121,54)
#3F662E
(63,102,46)
#335326
(51,83,38)
#27401E
(39,64,30)
#1B2D16
(27,45,22)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #87D85E

#87D85E
(135,216,94)
#91DB6C
(145,219,108)
#9BDE7A
(155,222,122)
#A5E188
(165,225,136)
#AFE496
(175,228,150)
#B9E7A4
(185,231,164)
#C3EAB2
(195,234,178)
#CDEDC0
(205,237,192)
#D7F0CE
(215,240,206)
#E1F3DC
(225,243,220)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D85E color. Also use rgb(135,216,94) instead hex code.

Text Font Color

.myTextColor { color: #87D85E; }

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

This text font color is #87D85E.


Background Color

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

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

This div background color is #87D85E.


Border color

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

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

This div border color is #87D85E.


Opacity

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

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

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

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

This text has shadow with #87D85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D85E on black background.


Color preview on white background

This text has color #87D85E on white background.



Black color preview on #87D85E background

This text has black color on #87D85E background.


White color preview on #87D85E background

This text has white color on #87D85E background.