COLOR #87A897

HEX: #87A897 RGB: (135,168,151)

Color info

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

RGB color model

#87A897 color RGB value is (135,168,151).

RGB: (135,168,151) (53%, 66%, 59%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 151 of 255 = 59%

135
168
151

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

Portions of RGB colors in percentages

R + G + B = 135 + 168 + 151 = 454 (100%)
R 135 of 454 ~ 29.74%
G 168 of 454 ~ 37%
B 151 of 454 ~ 33.26'%

%29.74
%37
%33.26

CMYK color model

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

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

CMYK: (20,0,10,34)
C20M0Y10K34 (20%, 0%, 10%, 34%)
(0.20 / 0.00 / 0.10 / 0.34)

CMYK percentages

%19.64
%0
%10.12
%34.12

Codes

Color #87A897 in popluar color models

87 A8 97
RGB 135 168 151
HSL 149° 15.94% 59.41%
HSB/HSV 149° 19.64% 65.88%
CMYK 19.64% 0.00% 10.12%
34.12%

Color #87A897 in popluar number systems.

HEX 87 A8 97
Decimal 135 168 151
Binary 10000111 10101000 10010111
Octal 207 250 227

Shades and tints

Shades of #87A897

#87A897
(135,168,151)
#7B998A
(123,153,138)
#6F8A7D
(111,138,125)
#637B70
(99,123,112)
#576C63
(87,108,99)
#4B5D56
(75,93,86)
#3F4E49
(63,78,73)
#333F3C
(51,63,60)
#27302F
(39,48,47)
#1B2122
(27,33,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #87A897

#87A897
(135,168,151)
#91AFA0
(145,175,160)
#9BB6A9
(155,182,169)
#A5BDB2
(165,189,178)
#AFC4BB
(175,196,187)
#B9CBC4
(185,203,196)
#C3D2CD
(195,210,205)
#CDD9D6
(205,217,214)
#D7E0DF
(215,224,223)
#E1E7E8
(225,231,232)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A897; }

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

This text font color is #87A897.

Background Color

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

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

This div background color is #87A897.

Border color

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

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

This div border color is #87A897.

Opacity

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

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

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

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

This text has shadow with #87A897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A897.

Preview

Color preview on black background

This text has color #87A897 on black background.


Color preview on white background

This text has color #87A897 on white background.


Black color preview on #87A897 background

This text has black color on #87A897 background.


White color preview on #87A897 background

This text has white color on #87A897 background.


Related colors

Complementary color

Complementary color for #hex is #785768.


I love getcolorcode.com

Triadic colors

1 #9787A8 and #A89787 with #87A897 are triadic colors.

2 #97A887 and #A88797 with #87A897 are triadic colors.