COLOR #87C39F

HEX: #87C39F
RGB: (135,195,159)

Color info

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

RGB color model

#87C39F color RGB value is (135,195,159).

  • red value is 135;
  • green value is 195;
  • blue value is 159.
RGB:
(135,195,159)
(53%,76%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 159 of 255 = 62%

135
195
159

R + G + B ~ 64%. #87C39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 195 + 159 = 489 (100%)
R 135 of 489 ~ 27.61%
G 195 of 489 ~ 39.88%
B 159 of 489 ~ 32.52%

%27.61
%39.88
%32.52

CMYK color model

#87C39F color CMYK value is (31,0,18,24).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(31,0,18,24)
C31M0Y18K24 
(31%,0%,18%,24%)
(0.31/0.00/0.18/0.24)	

CMYK percentages

%30.77
%0
%18.46
%23.53

Codes

Color #87C39F in popluar color models

87C39F
RGB135195159
HSL144°33.33%64.71%
HSB/HSV144°30.77%76.47%
CMYK30.77%0.00%18.46%
23.53%

Color #87C39F in popluar number systems.

HEX87C39F
Decimal135195159
Binary100001111100001110011111
Octal207303237

Shades and tints

Shades of #87C39F

#87C39F
(135,195,159)
#7BB291
(123,178,145)
#6FA183
(111,161,131)
#639075
(99,144,117)
#577F67
(87,127,103)
#4B6E59
(75,110,89)
#3F5D4B
(63,93,75)
#334C3D
(51,76,61)
#273B2F
(39,59,47)
#1B2A21
(27,42,33)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #87C39F

#87C39F
(135,195,159)
#91C8A7
(145,200,167)
#9BCDAF
(155,205,175)
#A5D2B7
(165,210,183)
#AFD7BF
(175,215,191)
#B9DCC7
(185,220,199)
#C3E1CF
(195,225,207)
#CDE6D7
(205,230,215)
#D7EBDF
(215,235,223)
#E1F0E7
(225,240,231)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C39F color. Also use rgb(135,195,159) instead hex code.

Text Font Color

.myTextColor { color: #87C39F; }

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

This text font color is #87C39F.


Background Color

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

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

This div background color is #87C39F.


Border color

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

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

This div border color is #87C39F.


Opacity

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

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

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

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

This text has shadow with #87C39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C39F on black background.


Color preview on white background

This text has color #87C39F on white background.



Black color preview on #87C39F background

This text has black color on #87C39F background.


White color preview on #87C39F background

This text has white color on #87C39F background.