COLOR #87AF9E

HEX: #87AF9E RGB: (135,175,158)

Color info

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

RGB color model

#87AF9E color RGB value is (135,175,158).

RGB: (135,175,158) (53%, 69%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 158 of 255 = 62%

135
175
158

R + G + B ~ 61%. #87AF9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 158 = 468 (100%)
R 135 of 468 ~ 28.85%
G 175 of 468 ~ 37.39%
B 158 of 468 ~ 33.76'%

%28.85
%37.39
%33.76

CMYK color model

#87AF9E color CMYK value is (23,0,10,31).

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

CMYK: (23,0,10,31)
C23M0Y10K31 (23%, 0%, 10%, 31%)
(0.23 / 0.00 / 0.10 / 0.31)

CMYK percentages

%22.86
%0
%9.71
%31.37

Codes

Color #87AF9E in popluar color models

87 AF 9E
RGB 135 175 158
HSL 155° 20.00% 60.78%
HSB/HSV 155° 22.86% 68.63%
CMYK 22.86% 0.00% 9.71%
31.37%

Color #87AF9E in popluar number systems.

HEX 87 AF 9E
Decimal 135 175 158
Binary 10000111 10101111 10011110
Octal 207 257 236

Shades and tints

Shades of #87AF9E

#87AF9E
(135,175,158)
#7BA090
(123,160,144)
#6F9182
(111,145,130)
#638274
(99,130,116)
#577366
(87,115,102)
#4B6458
(75,100,88)
#3F554A
(63,85,74)
#33463C
(51,70,60)
#27372E
(39,55,46)
#1B2820
(27,40,32)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #87AF9E

#87AF9E
(135,175,158)
#91B6A6
(145,182,166)
#9BBDAE
(155,189,174)
#A5C4B6
(165,196,182)
#AFCBBE
(175,203,190)
#B9D2C6
(185,210,198)
#C3D9CE
(195,217,206)
#CDE0D6
(205,224,214)
#D7E7DE
(215,231,222)
#E1EEE6
(225,238,230)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AF9E; }

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

This text font color is #87AF9E.

Background Color

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

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

This div background color is #87AF9E.

Border color

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

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

This div border color is #87AF9E.

Opacity

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

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

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

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

This text has shadow with #87AF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AF9E.

Preview

Color preview on black background

This text has color #87AF9E on black background.


Color preview on white background

This text has color #87AF9E on white background.


Black color preview on #87AF9E background

This text has black color on #87AF9E background.


White color preview on #87AF9E background

This text has white color on #87AF9E background.


Related colors

Complementary color

Complementary color for #hex is #785061.


I love getcolorcode.com

Triadic colors

1 #9E87AF and #AF9E87 with #87AF9E are triadic colors.

2 #9EAF87 and #AF879E with #87AF9E are triadic colors.