COLOR #87B97E

HEX: #87B97E RGB: (135,185,126)

Color info

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

RGB color model

#87B97E color RGB value is (135,185,126).

RGB: (135,185,126) (53%, 73%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 126 of 255 = 49%

135
185
126

R + G + B ~ 58%. #87B97E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 185 + 126 = 446 (100%)
R 135 of 446 ~ 30.27%
G 185 of 446 ~ 41.48%
B 126 of 446 ~ 28.25'%

%30.27
%41.48
%28.25

CMYK color model

#87B97E color CMYK value is (27,0,32,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 31.89%
  • key color value is 27.45%

CMYK: (27,0,32,27)
C27M0Y32K27 (27%, 0%, 32%, 27%)
(0.27 / 0.00 / 0.32 / 0.27)

CMYK percentages

%27.03
%0
%31.89
%27.45

Codes

Color #87B97E in popluar color models

87 B9 7E
RGB 135 185 126
HSL 111° 29.65% 60.98%
HSB/HSV 111° 31.89% 72.55%
CMYK 27.03% 0.00% 31.89%
27.45%

Color #87B97E in popluar number systems.

HEX 87 B9 7E
Decimal 135 185 126
Binary 10000111 10111001 1111110
Octal 207 271 176

Shades and tints

Shades of #87B97E

#87B97E
(135,185,126)
#7BA973
(123,169,115)
#6F9968
(111,153,104)
#63895D
(99,137,93)
#577952
(87,121,82)
#4B6947
(75,105,71)
#3F593C
(63,89,60)
#334931
(51,73,49)
#273926
(39,57,38)
#1B291B
(27,41,27)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #87B97E

#87B97E
(135,185,126)
#91BF89
(145,191,137)
#9BC594
(155,197,148)
#A5CB9F
(165,203,159)
#AFD1AA
(175,209,170)
#B9D7B5
(185,215,181)
#C3DDC0
(195,221,192)
#CDE3CB
(205,227,203)
#D7E9D6
(215,233,214)
#E1EFE1
(225,239,225)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B97E; }

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

This text font color is #87B97E.

Background Color

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

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

This div background color is #87B97E.

Border color

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

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

This div border color is #87B97E.

Opacity

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

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

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

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

This text has shadow with #87B97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B97E.

Preview

Color preview on black background

This text has color #87B97E on black background.


Color preview on white background

This text has color #87B97E on white background.


Black color preview on #87B97E background

This text has black color on #87B97E background.


White color preview on #87B97E background

This text has white color on #87B97E background.


Related colors

Complementary color

Complementary color for #hex is #784681.


I love getcolorcode.com

Triadic colors

1 #7E87B9 and #B97E87 with #87B97E are triadic colors.

2 #7EB987 and #B9877E with #87B97E are triadic colors.