COLOR #87BA9F

HEX: #87BA9F
RGB: (135,186,159)

Color info

#87BA9F contains red, green and blue colors in about the same proportion. Web safe color of #87BA9F is #99CC99 (or #9C9).

RGB color model

#87BA9F color RGB value is (135,186,159).

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

RGB channels and saturation

R 135 of 255 = 53%
G 186 of 255 = 73%
B 159 of 255 = 62%

135
186
159

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

Portions of RGB colors in percentages

R + G + B =
135 + 186 + 159 = 480 (100%)
R 135 of 480 ~ 28.13%
G 186 of 480 ~ 38.75%
B 159 of 480 ~ 33.13%

%28.13
%38.75
%33.13

CMYK color model

#87BA9F color CMYK value is (27,0,15,27).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 27.06%
CMYK:
(27,0,15,27)
C27M0Y15K27 
(27%,0%,15%,27%)
(0.27/0.00/0.15/0.27)	

CMYK percentages

%27.42
%0
%14.52
%27.06

Codes

Color #87BA9F in popluar color models

87BA9F
RGB135186159
HSL148°26.98%62.94%
HSB/HSV148°27.42%72.94%
CMYK27.42%0.00%14.52%
27.06%

Color #87BA9F in popluar number systems.

HEX87BA9F
Decimal135186159
Binary100001111011101010011111
Octal207272237

Shades and tints

Shades of #87BA9F

#87BA9F
(135,186,159)
#7BAA91
(123,170,145)
#6F9A83
(111,154,131)
#638A75
(99,138,117)
#577A67
(87,122,103)
#4B6A59
(75,106,89)
#3F5A4B
(63,90,75)
#334A3D
(51,74,61)
#273A2F
(39,58,47)
#1B2A21
(27,42,33)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #87BA9F

#87BA9F
(135,186,159)
#91C0A7
(145,192,167)
#9BC6AF
(155,198,175)
#A5CCB7
(165,204,183)
#AFD2BF
(175,210,191)
#B9D8C7
(185,216,199)
#C3DECF
(195,222,207)
#CDE4D7
(205,228,215)
#D7EADF
(215,234,223)
#E1F0E7
(225,240,231)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BA9F; }

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

This text font color is #87BA9F.


Background Color

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

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

This div background color is #87BA9F.


Border color

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

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

This div border color is #87BA9F.


Opacity

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

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

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

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

This text has shadow with #87BA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BA9F on black background.


Color preview on white background

This text has color #87BA9F on white background.



Black color preview on #87BA9F background

This text has black color on #87BA9F background.


White color preview on #87BA9F background

This text has white color on #87BA9F background.