COLOR #87A87E

HEX: #87A87E RGB: (135,168,126)

Color info

#87A87E contains red, green and blue colors in about the same proportion. Web safe color of #87A87E is #999966 (or #996).

RGB color model

#87A87E color RGB value is (135,168,126).

RGB: (135,168,126) (53%, 66%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 126 of 255 = 49%

135
168
126

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

Portions of RGB colors in percentages

R + G + B = 135 + 168 + 126 = 429 (100%)
R 135 of 429 ~ 31.47%
G 168 of 429 ~ 39.16%
B 126 of 429 ~ 29.37'%

%31.47
%39.16
%29.37

CMYK color model

#87A87E color CMYK value is (20,0,25,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 34.12%

CMYK: (20,0,25,34)
C20M0Y25K34 (20%, 0%, 25%, 34%)
(0.20 / 0.00 / 0.25 / 0.34)

CMYK percentages

%19.64
%0
%25
%34.12

Codes

Color #87A87E in popluar color models

87 A8 7E
RGB 135 168 126
HSL 107° 19.44% 57.65%
HSB/HSV 107° 25.00% 65.88%
CMYK 19.64% 0.00% 25.00%
34.12%

Color #87A87E in popluar number systems.

HEX 87 A8 7E
Decimal 135 168 126
Binary 10000111 10101000 1111110
Octal 207 250 176

Shades and tints

Shades of #87A87E

#87A87E
(135,168,126)
#7B9973
(123,153,115)
#6F8A68
(111,138,104)
#637B5D
(99,123,93)
#576C52
(87,108,82)
#4B5D47
(75,93,71)
#3F4E3C
(63,78,60)
#333F31
(51,63,49)
#273026
(39,48,38)
#1B211B
(27,33,27)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #87A87E

#87A87E
(135,168,126)
#91AF89
(145,175,137)
#9BB694
(155,182,148)
#A5BD9F
(165,189,159)
#AFC4AA
(175,196,170)
#B9CBB5
(185,203,181)
#C3D2C0
(195,210,192)
#CDD9CB
(205,217,203)
#D7E0D6
(215,224,214)
#E1E7E1
(225,231,225)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A87E; }

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

This text font color is #87A87E.

Background Color

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

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

This div background color is #87A87E.

Border color

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

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

This div border color is #87A87E.

Opacity

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

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

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

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

This text has shadow with #87A87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A87E.

Preview

Color preview on black background

This text has color #87A87E on black background.


Color preview on white background

This text has color #87A87E on white background.


Black color preview on #87A87E background

This text has black color on #87A87E background.


White color preview on #87A87E background

This text has white color on #87A87E background.


Related colors

Complementary color

Complementary color for #hex is #785781.


I love getcolorcode.com

Triadic colors

1 #7E87A8 and #A87E87 with #87A87E are triadic colors.

2 #7EA887 and #A8877E with #87A87E are triadic colors.