COLOR #87D080

HEX: #87D080
RGB: (135,208,128)

Color info

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

RGB color model

#87D080 color RGB value is (135,208,128).

  • red value is 135;
  • green value is 208;
  • blue value is 128.
RGB:
(135,208,128)
(53%,82%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 208 of 255 = 82%
B 128 of 255 = 50%

135
208
128

R + G + B ~ 62%. #87D080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 208 + 128 = 471 (100%)
R 135 of 471 ~ 28.66%
G 208 of 471 ~ 44.16%
B 128 of 471 ~ 27.18%

%28.66
%44.16
%27.18

CMYK color model

#87D080 color CMYK value is (35,0,38,18).

  • cyan value is 35.10%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 18.43%
CMYK:
(35,0,38,18)
C35M0Y38K18 
(35%,0%,38%,18%)
(0.35/0.00/0.38/0.18)	

CMYK percentages

%35.1
%0
%38.46
%18.43

Codes

Color #87D080 in popluar color models

87D080
RGB135208128
HSL115°45.98%65.88%
HSB/HSV115°38.46%81.57%
CMYK35.10%0.00%38.46%
18.43%

Color #87D080 in popluar number systems.

HEX87D080
Decimal135208128
Binary100001111101000010000000
Octal207320200

Shades and tints

Shades of #87D080

#87D080
(135,208,128)
#7BBE75
(123,190,117)
#6FAC6A
(111,172,106)
#639A5F
(99,154,95)
#578854
(87,136,84)
#4B7649
(75,118,73)
#3F643E
(63,100,62)
#335233
(51,82,51)
#274028
(39,64,40)
#1B2E1D
(27,46,29)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #87D080

#87D080
(135,208,128)
#91D48B
(145,212,139)
#9BD896
(155,216,150)
#A5DCA1
(165,220,161)
#AFE0AC
(175,224,172)
#B9E4B7
(185,228,183)
#C3E8C2
(195,232,194)
#CDECCD
(205,236,205)
#D7F0D8
(215,240,216)
#E1F4E3
(225,244,227)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D080 color. Also use rgb(135,208,128) instead hex code.

Text Font Color

.myTextColor { color: #87D080; }

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

This text font color is #87D080.


Background Color

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

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

This div background color is #87D080.


Border color

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

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

This div border color is #87D080.


Opacity

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

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

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

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

This text has shadow with #87D080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D080 on black background.


Color preview on white background

This text has color #87D080 on white background.



Black color preview on #87D080 background

This text has black color on #87D080 background.


White color preview on #87D080 background

This text has white color on #87D080 background.