COLOR #87E496

HEX: #87E496
RGB: (135,228,150)

Color info

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

RGB color model

#87E496 color RGB value is (135,228,150).

  • red value is 135;
  • green value is 228;
  • blue value is 150.
RGB:
(135,228,150)
(53%,89%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 228 of 255 = 89%
B 150 of 255 = 59%

135
228
150

R + G + B ~ 67%. #87E496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 228 + 150 = 513 (100%)
R 135 of 513 ~ 26.32%
G 228 of 513 ~ 44.44%
B 150 of 513 ~ 29.24%

%26.32
%44.44
%29.24

CMYK color model

#87E496 color CMYK value is (41,0,34,11).

  • cyan value is 40.79%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 10.59%
CMYK:
(41,0,34,11)
C41M0Y34K11 
(41%,0%,34%,11%)
(0.41/0.00/0.34/0.11)	

CMYK percentages

%40.79
%0
%34.21
%10.59

Codes

Color #87E496 in popluar color models

87E496
RGB135228150
HSL130°63.27%71.18%
HSB/HSV130°40.79%89.41%
CMYK40.79%0.00%34.21%
10.59%

Color #87E496 in popluar number systems.

HEX87E496
Decimal135228150
Binary100001111110010010010110
Octal207344226

Shades and tints

Shades of #87E496

#87E496
(135,228,150)
#7BD089
(123,208,137)
#6FBC7C
(111,188,124)
#63A86F
(99,168,111)
#579462
(87,148,98)
#4B8055
(75,128,85)
#3F6C48
(63,108,72)
#33583B
(51,88,59)
#27442E
(39,68,46)
#1B3021
(27,48,33)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #87E496

#87E496
(135,228,150)
#91E69F
(145,230,159)
#9BE8A8
(155,232,168)
#A5EAB1
(165,234,177)
#AFECBA
(175,236,186)
#B9EEC3
(185,238,195)
#C3F0CC
(195,240,204)
#CDF2D5
(205,242,213)
#D7F4DE
(215,244,222)
#E1F6E7
(225,246,231)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E496 color. Also use rgb(135,228,150) instead hex code.

Text Font Color

.myTextColor { color: #87E496; }

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

This text font color is #87E496.


Background Color

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

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

This div background color is #87E496.


Border color

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

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

This div border color is #87E496.


Opacity

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

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

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

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

This text has shadow with #87E496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E496 on black background.


Color preview on white background

This text has color #87E496 on white background.



Black color preview on #87E496 background

This text has black color on #87E496 background.


White color preview on #87E496 background

This text has white color on #87E496 background.