COLOR #87A886

HEX: #87A886 RGB: (135,168,134)

Color info

#87A886 contains red, green and blue colors in about the same proportion. Web safe color of #87A886 is #999999 (or #999).

RGB color model

#87A886 color RGB value is (135,168,134).

RGB: (135,168,134) (53%, 66%, 53%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 134 of 255 = 53%

135
168
134

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

Portions of RGB colors in percentages

R + G + B = 135 + 168 + 134 = 437 (100%)
R 135 of 437 ~ 30.89%
G 168 of 437 ~ 38.44%
B 134 of 437 ~ 30.66'%

%30.89
%38.44
%30.66

CMYK color model

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

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

CMYK: (20,0,20,34)
C20M0Y20K34 (20%, 0%, 20%, 34%)
(0.20 / 0.00 / 0.20 / 0.34)

CMYK percentages

%19.64
%0
%20.24
%34.12

Codes

Color #87A886 in popluar color models

87 A8 86
RGB 135 168 134
HSL 118° 16.35% 59.22%
HSB/HSV 118° 20.24% 65.88%
CMYK 19.64% 0.00% 20.24%
34.12%

Color #87A886 in popluar number systems.

HEX 87 A8 86
Decimal 135 168 134
Binary 10000111 10101000 10000110
Octal 207 250 206

Shades and tints

Shades of #87A886

#87A886
(135,168,134)
#7B997A
(123,153,122)
#6F8A6E
(111,138,110)
#637B62
(99,123,98)
#576C56
(87,108,86)
#4B5D4A
(75,93,74)
#3F4E3E
(63,78,62)
#333F32
(51,63,50)
#273026
(39,48,38)
#1B211A
(27,33,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #87A886

#87A886
(135,168,134)
#91AF91
(145,175,145)
#9BB69C
(155,182,156)
#A5BDA7
(165,189,167)
#AFC4B2
(175,196,178)
#B9CBBD
(185,203,189)
#C3D2C8
(195,210,200)
#CDD9D3
(205,217,211)
#D7E0DE
(215,224,222)
#E1E7E9
(225,231,233)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A886; }

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

This text font color is #87A886.

Background Color

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

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

This div background color is #87A886.

Border color

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

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

This div border color is #87A886.

Opacity

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

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

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

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

This text has shadow with #87A886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A886.

Preview

Color preview on black background

This text has color #87A886 on black background.


Color preview on white background

This text has color #87A886 on white background.


Black color preview on #87A886 background

This text has black color on #87A886 background.


White color preview on #87A886 background

This text has white color on #87A886 background.


Related colors

Complementary color

Complementary color for #hex is #785779.


I love getcolorcode.com

Triadic colors

1 #8687A8 and #A88687 with #87A886 are triadic colors.

2 #86A887 and #A88786 with #87A886 are triadic colors.