COLOR #87CA9F

HEX: #87CA9F
RGB: (135,202,159)

Color info

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

RGB color model

#87CA9F color RGB value is (135,202,159).

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

RGB channels and saturation

R 135 of 255 = 53%
G 202 of 255 = 79%
B 159 of 255 = 62%

135
202
159

R + G + B ~ 65%. #87CA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 202 + 159 = 496 (100%)
R 135 of 496 ~ 27.22%
G 202 of 496 ~ 40.73%
B 159 of 496 ~ 32.06%

%27.22
%40.73
%32.06

CMYK color model

#87CA9F color CMYK value is (33,0,21,21).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 20.78%
CMYK:
(33,0,21,21)
C33M0Y21K21 
(33%,0%,21%,21%)
(0.33/0.00/0.21/0.21)	

CMYK percentages

%33.17
%0
%21.29
%20.78

Codes

Color #87CA9F in popluar color models

87CA9F
RGB135202159
HSL141°38.73%66.08%
HSB/HSV141°33.17%79.22%
CMYK33.17%0.00%21.29%
20.78%

Color #87CA9F in popluar number systems.

HEX87CA9F
Decimal135202159
Binary100001111100101010011111
Octal207312237

Shades and tints

Shades of #87CA9F

#87CA9F
(135,202,159)
#7BB891
(123,184,145)
#6FA683
(111,166,131)
#639475
(99,148,117)
#578267
(87,130,103)
#4B7059
(75,112,89)
#3F5E4B
(63,94,75)
#334C3D
(51,76,61)
#273A2F
(39,58,47)
#1B2821
(27,40,33)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #87CA9F

#87CA9F
(135,202,159)
#91CEA7
(145,206,167)
#9BD2AF
(155,210,175)
#A5D6B7
(165,214,183)
#AFDABF
(175,218,191)
#B9DEC7
(185,222,199)
#C3E2CF
(195,226,207)
#CDE6D7
(205,230,215)
#D7EADF
(215,234,223)
#E1EEE7
(225,238,231)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CA9F; }

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

This text font color is #87CA9F.


Background Color

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

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

This div background color is #87CA9F.


Border color

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

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

This div border color is #87CA9F.


Opacity

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

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

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

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

This text has shadow with #87CA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CA9F on black background.


Color preview on white background

This text has color #87CA9F on white background.



Black color preview on #87CA9F background

This text has black color on #87CA9F background.


White color preview on #87CA9F background

This text has white color on #87CA9F background.