COLOR #87A99F

HEX: #87A99F RGB: (135,169,159)

Color info

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

RGB color model

#87A99F color RGB value is (135,169,159).

RGB: (135,169,159) (53%, 66%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 169 of 255 = 66%
B 159 of 255 = 62%

135
169
159

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

Portions of RGB colors in percentages

R + G + B = 135 + 169 + 159 = 463 (100%)
R 135 of 463 ~ 29.16%
G 169 of 463 ~ 36.5%
B 159 of 463 ~ 34.34'%

%29.16
%36.5
%34.34

CMYK color model

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

  • cyan value is 20.12%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%

CMYK: (20,0,6,34)
C20M0Y6K34 (20%, 0%, 6%, 34%)
(0.20 / 0.00 / 0.06 / 0.34)

CMYK percentages

%20.12
%0
%5.92
%33.73

Codes

Color #87A99F in popluar color models

87 A9 9F
RGB 135 169 159
HSL 162° 16.50% 59.61%
HSB/HSV 162° 20.12% 66.27%
CMYK 20.12% 0.00% 5.92%
33.73%

Color #87A99F in popluar number systems.

HEX 87 A9 9F
Decimal 135 169 159
Binary 10000111 10101001 10011111
Octal 207 251 237

Shades and tints

Shades of #87A99F

#87A99F
(135,169,159)
#7B9A91
(123,154,145)
#6F8B83
(111,139,131)
#637C75
(99,124,117)
#576D67
(87,109,103)
#4B5E59
(75,94,89)
#3F4F4B
(63,79,75)
#33403D
(51,64,61)
#27312F
(39,49,47)
#1B2221
(27,34,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #87A99F

#87A99F
(135,169,159)
#91B0A7
(145,176,167)
#9BB7AF
(155,183,175)
#A5BEB7
(165,190,183)
#AFC5BF
(175,197,191)
#B9CCC7
(185,204,199)
#C3D3CF
(195,211,207)
#CDDAD7
(205,218,215)
#D7E1DF
(215,225,223)
#E1E8E7
(225,232,231)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A99F color. Also use rgb(135,169,159) instead hex code.

Text Font Color

.myTextColor { color: #87A99F; }

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

This text font color is #87A99F.

Background Color

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

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

This div background color is #87A99F.

Border color

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

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

This div border color is #87A99F.

Opacity

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

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

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

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

This text has shadow with #87A99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A99F.

Preview

Color preview on black background

This text has color #87A99F on black background.


Color preview on white background

This text has color #87A99F on white background.


Black color preview on #87A99F background

This text has black color on #87A99F background.


White color preview on #87A99F background

This text has white color on #87A99F background.


Related colors

Complementary color

Complementary color for #hex is #785660.


I love getcolorcode.com

Triadic colors

1 #9F87A9 and #A99F87 with #87A99F are triadic colors.

2 #9FA987 and #A9879F with #87A99F are triadic colors.