COLOR #87B993

HEX: #87B993
RGB: (135,185,147)

Color info

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

RGB color model

#87B993 color RGB value is (135,185,147).

  • red value is 135;
  • green value is 185;
  • blue value is 147.
RGB:
(135,185,147)
(53%,73%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 147 of 255 = 58%

135
185
147

R + G + B ~ 61%. #87B993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 185 + 147 = 467 (100%)
R 135 of 467 ~ 28.91%
G 185 of 467 ~ 39.61%
B 147 of 467 ~ 31.48%

%28.91
%39.61
%31.48

CMYK color model

#87B993 color CMYK value is (27,0,21,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(27,0,21,27)
C27M0Y21K27 
(27%,0%,21%,27%)
(0.27/0.00/0.21/0.27)	

CMYK percentages

%27.03
%0
%20.54
%27.45

Codes

Color #87B993 in popluar color models

87B993
RGB135185147
HSL134°26.32%62.75%
HSB/HSV134°27.03%72.55%
CMYK27.03%0.00%20.54%
27.45%

Color #87B993 in popluar number systems.

HEX87B993
Decimal135185147
Binary100001111011100110010011
Octal207271223

Shades and tints

Shades of #87B993

#87B993
(135,185,147)
#7BA986
(123,169,134)
#6F9979
(111,153,121)
#63896C
(99,137,108)
#57795F
(87,121,95)
#4B6952
(75,105,82)
#3F5945
(63,89,69)
#334938
(51,73,56)
#27392B
(39,57,43)
#1B291E
(27,41,30)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #87B993

#87B993
(135,185,147)
#91BF9C
(145,191,156)
#9BC5A5
(155,197,165)
#A5CBAE
(165,203,174)
#AFD1B7
(175,209,183)
#B9D7C0
(185,215,192)
#C3DDC9
(195,221,201)
#CDE3D2
(205,227,210)
#D7E9DB
(215,233,219)
#E1EFE4
(225,239,228)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B993 color. Also use rgb(135,185,147) instead hex code.

Text Font Color

.myTextColor { color: #87B993; }

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

This text font color is #87B993.


Background Color

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

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

This div background color is #87B993.


Border color

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

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

This div border color is #87B993.


Opacity

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

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

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

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

This text has shadow with #87B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B993 on black background.


Color preview on white background

This text has color #87B993 on white background.



Black color preview on #87B993 background

This text has black color on #87B993 background.


White color preview on #87B993 background

This text has white color on #87B993 background.