COLOR #87B99E

HEX: #87B99E RGB: (135,185,158)

Color info

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

RGB color model

#87B99E color RGB value is (135,185,158).

RGB: (135,185,158) (53%, 73%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 158 of 255 = 62%

135
185
158

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

Portions of RGB colors in percentages

R + G + B = 135 + 185 + 158 = 478 (100%)
R 135 of 478 ~ 28.24%
G 185 of 478 ~ 38.7%
B 158 of 478 ~ 33.05'%

%28.24
%38.7
%33.05

CMYK color model

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

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK: (27,0,15,27) C27M0Y15K27 (27%,0%,15%,27%) (0.27/0.00/0.15/0.27) 

CMYK percentages

%27.03
%0
%14.59
%27.45

Codes

Color #87B99E in popluar color models

87 B9 9E
RGB 135 185 158
HSL 148° 26.32% 62.75%
HSB/HSV 148° 27.03% 72.55%
CMYK 27.03% 0.00% 14.59%
27.45%

Color #87B99E in popluar number systems.

HEX 87 B9 9E
Decimal 135 185 158
Binary 10000111 10111001 10011110
Octal 207 271 236

Shades and tints

Shades of #87B99E

#87B99E
(135,185,158)
#7BA990
(123,169,144)
#6F9982
(111,153,130)
#638974
(99,137,116)
#577966
(87,121,102)
#4B6958
(75,105,88)
#3F594A
(63,89,74)
#33493C
(51,73,60)
#27392E
(39,57,46)
#1B2920
(27,41,32)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #87B99E

#87B99E
(135,185,158)
#91BFA6
(145,191,166)
#9BC5AE
(155,197,174)
#A5CBB6
(165,203,182)
#AFD1BE
(175,209,190)
#B9D7C6
(185,215,198)
#C3DDCE
(195,221,206)
#CDE3D6
(205,227,214)
#D7E9DE
(215,233,222)
#E1EFE6
(225,239,230)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B99E; }

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

This text font color is #87B99E.

Background Color

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

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

This div background color is #87B99E.

Border color

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

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

This div border color is #87B99E.

Opacity

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

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

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

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

This text has shadow with #87B99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B99E.

Preview

Color preview on black background

This text has color #87B99E on black background.


Color preview on white background

This text has color #87B99E on white background.


Black color preview on #87B99E background

This text has black color on #87B99E background.


White color preview on #87B99E background

This text has white color on #87B99E background.


Related colors

Complementary color

Complementary color for #hex is #784661.


I love getcolorcode.com

Triadic colors

1 #9E87B9 and #B99E87 with #87B99E are triadic colors.

2 #9EB987 and #B9879E with #87B99E are triadic colors.