COLOR #87A597

HEX: #87A597 RGB: (135,165,151)

Color info

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

RGB color model

#87A597 color RGB value is (135,165,151).

RGB: (135,165,151) (53%, 65%, 59%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 151 of 255 = 59%

135
165
151

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

Portions of RGB colors in percentages

R + G + B = 135 + 165 + 151 = 451 (100%)
R 135 of 451 ~ 29.93%
G 165 of 451 ~ 36.59%
B 151 of 451 ~ 33.48'%

%29.93
%36.59
%33.48

CMYK color model

#87A597 color CMYK value is (18,0,8,35).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%

CMYK: (18,0,8,35)
C18M0Y8K35 (18%, 0%, 8%, 35%)
(0.18 / 0.00 / 0.08 / 0.35)

CMYK percentages

%18.18
%0
%8.48
%35.29

Codes

Color #87A597 in popluar color models

87 A5 97
RGB 135 165 151
HSL 152° 14.29% 58.82%
HSB/HSV 152° 18.18% 64.71%
CMYK 18.18% 0.00% 8.48%
35.29%

Color #87A597 in popluar number systems.

HEX 87 A5 97
Decimal 135 165 151
Binary 10000111 10100101 10010111
Octal 207 245 227

Shades and tints

Shades of #87A597

#87A597
(135,165,151)
#7B968A
(123,150,138)
#6F877D
(111,135,125)
#637870
(99,120,112)
#576963
(87,105,99)
#4B5A56
(75,90,86)
#3F4B49
(63,75,73)
#333C3C
(51,60,60)
#272D2F
(39,45,47)
#1B1E22
(27,30,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #87A597

#87A597
(135,165,151)
#91ADA0
(145,173,160)
#9BB5A9
(155,181,169)
#A5BDB2
(165,189,178)
#AFC5BB
(175,197,187)
#B9CDC4
(185,205,196)
#C3D5CD
(195,213,205)
#CDDDD6
(205,221,214)
#D7E5DF
(215,229,223)
#E1EDE8
(225,237,232)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A597; }

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

This text font color is #87A597.

Background Color

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

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

This div background color is #87A597.

Border color

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

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

This div border color is #87A597.

Opacity

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

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

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

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

This text has shadow with #87A597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A597.

Preview

Color preview on black background

This text has color #87A597 on black background.


Color preview on white background

This text has color #87A597 on white background.


Black color preview on #87A597 background

This text has black color on #87A597 background.


White color preview on #87A597 background

This text has white color on #87A597 background.


Related colors

Complementary color

Complementary color for #hex is #785A68.


I love getcolorcode.com

Triadic colors

1 #9787A5 and #A59787 with #87A597 are triadic colors.

2 #97A587 and #A58797 with #87A597 are triadic colors.