COLOR #87AF8B

HEX: #87AF8B RGB: (135,175,139)

Color info

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

RGB color model

#87AF8B color RGB value is (135,175,139).

RGB: (135,175,139) (53%, 69%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 139 of 255 = 55%

135
175
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 139 = 449 (100%)
R 135 of 449 ~ 30.07%
G 175 of 449 ~ 38.98%
B 139 of 449 ~ 30.96'%

%30.07
%38.98
%30.96

CMYK color model

#87AF8B color CMYK value is (23,0,21,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 31.37%

CMYK: (23,0,21,31)
C23M0Y21K31 (23%, 0%, 21%, 31%)
(0.23 / 0.00 / 0.21 / 0.31)

CMYK percentages

%22.86
%0
%20.57
%31.37

Codes

Color #87AF8B in popluar color models

87 AF 8B
RGB 135 175 139
HSL 126° 20.00% 60.78%
HSB/HSV 126° 22.86% 68.63%
CMYK 22.86% 0.00% 20.57%
31.37%

Color #87AF8B in popluar number systems.

HEX 87 AF 8B
Decimal 135 175 139
Binary 10000111 10101111 10001011
Octal 207 257 213

Shades and tints

Shades of #87AF8B

#87AF8B
(135,175,139)
#7BA07F
(123,160,127)
#6F9173
(111,145,115)
#638267
(99,130,103)
#57735B
(87,115,91)
#4B644F
(75,100,79)
#3F5543
(63,85,67)
#334637
(51,70,55)
#27372B
(39,55,43)
#1B281F
(27,40,31)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #87AF8B

#87AF8B
(135,175,139)
#91B695
(145,182,149)
#9BBD9F
(155,189,159)
#A5C4A9
(165,196,169)
#AFCBB3
(175,203,179)
#B9D2BD
(185,210,189)
#C3D9C7
(195,217,199)
#CDE0D1
(205,224,209)
#D7E7DB
(215,231,219)
#E1EEE5
(225,238,229)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AF8B; }

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

This text font color is #87AF8B.

Background Color

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

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

This div background color is #87AF8B.

Border color

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

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

This div border color is #87AF8B.

Opacity

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

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

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

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

This text has shadow with #87AF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AF8B.

Preview

Color preview on black background

This text has color #87AF8B on black background.


Color preview on white background

This text has color #87AF8B on white background.


Black color preview on #87AF8B background

This text has black color on #87AF8B background.


White color preview on #87AF8B background

This text has white color on #87AF8B background.


Related colors

Complementary color

Complementary color for #hex is #785074.


I love getcolorcode.com

Triadic colors

1 #8B87AF and #AF8B87 with #87AF8B are triadic colors.

2 #8BAF87 and #AF878B with #87AF8B are triadic colors.