COLOR #87C082

HEX: #87C082
RGB: (135,192,130)

Color info

#87C082 contains mainly red and green colors. Web safe color of #87C082 is #99CC99 (or #9C9).

RGB color model

#87C082 color RGB value is (135,192,130).

  • red value is 135;
  • green value is 192;
  • blue value is 130.
RGB:
(135,192,130)
(53%,75%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 192 of 255 = 75%
B 130 of 255 = 51%

135
192
130

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

Portions of RGB colors in percentages

R + G + B =
135 + 192 + 130 = 457 (100%)
R 135 of 457 ~ 29.54%
G 192 of 457 ~ 42.01%
B 130 of 457 ~ 28.45%

%29.54
%42.01
%28.45

CMYK color model

#87C082 color CMYK value is (30,0,32,25).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(30,0,32,25)
C30M0Y32K25 
(30%,0%,32%,25%)
(0.30/0.00/0.32/0.25)	

CMYK percentages

%29.69
%0
%32.29
%24.71

Codes

Color #87C082 in popluar color models

87C082
RGB135192130
HSL115°32.98%63.14%
HSB/HSV115°32.29%75.29%
CMYK29.69%0.00%32.29%
24.71%

Color #87C082 in popluar number systems.

HEX87C082
Decimal135192130
Binary100001111100000010000010
Octal207300202

Shades and tints

Shades of #87C082

#87C082
(135,192,130)
#7BAF77
(123,175,119)
#6F9E6C
(111,158,108)
#638D61
(99,141,97)
#577C56
(87,124,86)
#4B6B4B
(75,107,75)
#3F5A40
(63,90,64)
#334935
(51,73,53)
#27382A
(39,56,42)
#1B271F
(27,39,31)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87C082

#87C082
(135,192,130)
#91C58D
(145,197,141)
#9BCA98
(155,202,152)
#A5CFA3
(165,207,163)
#AFD4AE
(175,212,174)
#B9D9B9
(185,217,185)
#C3DEC4
(195,222,196)
#CDE3CF
(205,227,207)
#D7E8DA
(215,232,218)
#E1EDE5
(225,237,229)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C082 color. Also use rgb(135,192,130) instead hex code.

Text Font Color

.myTextColor { color: #87C082; }

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

This text font color is #87C082.


Background Color

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

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

This div background color is #87C082.


Border color

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

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

This div border color is #87C082.


Opacity

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

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

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

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

This text has shadow with #87C082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C082 on black background.


Color preview on white background

This text has color #87C082 on white background.



Black color preview on #87C082 background

This text has black color on #87C082 background.


White color preview on #87C082 background

This text has white color on #87C082 background.