COLOR #87E07E

HEX: #87E07E
RGB: (135,224,126)

Color info

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

RGB color model

#87E07E color RGB value is (135,224,126).

  • red value is 135;
  • green value is 224;
  • blue value is 126.
RGB:
(135,224,126)
(53%,88%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 224 of 255 = 88%
B 126 of 255 = 49%

135
224
126

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

Portions of RGB colors in percentages

R + G + B =
135 + 224 + 126 = 485 (100%)
R 135 of 485 ~ 27.84%
G 224 of 485 ~ 46.19%
B 126 of 485 ~ 25.98%

%27.84
%46.19
%25.98

CMYK color model

#87E07E color CMYK value is (40,0,44,12).

  • cyan value is 39.73%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(40,0,44,12)
C40M0Y44K12 
(40%,0%,44%,12%)
(0.40/0.00/0.44/0.12)	

CMYK percentages

%39.73
%0
%43.75
%12.16

Codes

Color #87E07E in popluar color models

87E07E
RGB135224126
HSL114°61.25%68.63%
HSB/HSV114°43.75%87.84%
CMYK39.73%0.00%43.75%
12.16%

Color #87E07E in popluar number systems.

HEX87E07E
Decimal135224126
Binary10000111111000001111110
Octal207340176

Shades and tints

Shades of #87E07E

#87E07E
(135,224,126)
#7BCC73
(123,204,115)
#6FB868
(111,184,104)
#63A45D
(99,164,93)
#579052
(87,144,82)
#4B7C47
(75,124,71)
#3F683C
(63,104,60)
#335431
(51,84,49)
#274026
(39,64,38)
#1B2C1B
(27,44,27)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #87E07E

#87E07E
(135,224,126)
#91E289
(145,226,137)
#9BE494
(155,228,148)
#A5E69F
(165,230,159)
#AFE8AA
(175,232,170)
#B9EAB5
(185,234,181)
#C3ECC0
(195,236,192)
#CDEECB
(205,238,203)
#D7F0D6
(215,240,214)
#E1F2E1
(225,242,225)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E07E color. Also use rgb(135,224,126) instead hex code.

Text Font Color

.myTextColor { color: #87E07E; }

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

This text font color is #87E07E.


Background Color

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

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

This div background color is #87E07E.


Border color

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

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

This div border color is #87E07E.


Opacity

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

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

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

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

This text has shadow with #87E07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E07E on black background.


Color preview on white background

This text has color #87E07E on white background.



Black color preview on #87E07E background

This text has black color on #87E07E background.


White color preview on #87E07E background

This text has white color on #87E07E background.