COLOR #87AE8B

HEX: #87AE8B RGB: (135,174,139)

Color info

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

RGB color model

#87AE8B color RGB value is (135,174,139).

RGB: (135,174,139) (53%, 68%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 139 of 255 = 55%

135
174
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 174 + 139 = 448 (100%)
R 135 of 448 ~ 30.13%
G 174 of 448 ~ 38.84%
B 139 of 448 ~ 31.03'%

%30.13
%38.84
%31.03

CMYK color model

#87AE8B color CMYK value is (22,0,20,32).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 31.76%

CMYK: (22,0,20,32)
C22M0Y20K32 (22%, 0%, 20%, 32%)
(0.22 / 0.00 / 0.20 / 0.32)

CMYK percentages

%22.41
%0
%20.11
%31.76

Codes

Color #87AE8B in popluar color models

87 AE 8B
RGB 135 174 139
HSL 126° 19.40% 60.59%
HSB/HSV 126° 22.41% 68.24%
CMYK 22.41% 0.00% 20.11%
31.76%

Color #87AE8B in popluar number systems.

HEX 87 AE 8B
Decimal 135 174 139
Binary 10000111 10101110 10001011
Octal 207 256 213

Shades and tints

Shades of #87AE8B

#87AE8B
(135,174,139)
#7B9F7F
(123,159,127)
#6F9073
(111,144,115)
#638167
(99,129,103)
#57725B
(87,114,91)
#4B634F
(75,99,79)
#3F5443
(63,84,67)
#334537
(51,69,55)
#27362B
(39,54,43)
#1B271F
(27,39,31)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #87AE8B

#87AE8B
(135,174,139)
#91B595
(145,181,149)
#9BBC9F
(155,188,159)
#A5C3A9
(165,195,169)
#AFCAB3
(175,202,179)
#B9D1BD
(185,209,189)
#C3D8C7
(195,216,199)
#CDDFD1
(205,223,209)
#D7E6DB
(215,230,219)
#E1EDE5
(225,237,229)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AE8B color. Also use rgb(135,174,139) instead hex code.

Text Font Color

.myTextColor { color: #87AE8B; }

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

This text font color is #87AE8B.

Background Color

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

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

This div background color is #87AE8B.

Border color

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

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

This div border color is #87AE8B.

Opacity

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

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

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

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

This text has shadow with #87AE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AE8B.

Preview

Color preview on black background

This text has color #87AE8B on black background.


Color preview on white background

This text has color #87AE8B on white background.


Black color preview on #87AE8B background

This text has black color on #87AE8B background.


White color preview on #87AE8B background

This text has white color on #87AE8B background.


Related colors

Complementary color

Complementary color for #hex is #785174.


I love getcolorcode.com

Triadic colors

1 #8B87AE and #AE8B87 with #87AE8B are triadic colors.

2 #8BAE87 and #AE878B with #87AE8B are triadic colors.