COLOR #87A593

HEX: #87A593 RGB: (135,165,147)

Color info

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

RGB color model

#87A593 color RGB value is (135,165,147).

RGB: (135,165,147) (53%, 65%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 147 of 255 = 58%

135
165
147

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

Portions of RGB colors in percentages

R + G + B = 135 + 165 + 147 = 447 (100%)
R 135 of 447 ~ 30.2%
G 165 of 447 ~ 36.91%
B 147 of 447 ~ 32.89'%

%30.2
%36.91
%32.89

CMYK color model

#87A593 color CMYK value is (18,0,11,35).

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

CMYK: (18,0,11,35)
C18M0Y11K35 (18%, 0%, 11%, 35%)
(0.18 / 0.00 / 0.11 / 0.35)

CMYK percentages

%18.18
%0
%10.91
%35.29

Codes

Color #87A593 in popluar color models

87 A5 93
RGB 135 165 147
HSL 144° 14.29% 58.82%
HSB/HSV 144° 18.18% 64.71%
CMYK 18.18% 0.00% 10.91%
35.29%

Color #87A593 in popluar number systems.

HEX 87 A5 93
Decimal 135 165 147
Binary 10000111 10100101 10010011
Octal 207 245 223

Shades and tints

Shades of #87A593

#87A593
(135,165,147)
#7B9686
(123,150,134)
#6F8779
(111,135,121)
#63786C
(99,120,108)
#57695F
(87,105,95)
#4B5A52
(75,90,82)
#3F4B45
(63,75,69)
#333C38
(51,60,56)
#272D2B
(39,45,43)
#1B1E1E
(27,30,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #87A593

#87A593
(135,165,147)
#91AD9C
(145,173,156)
#9BB5A5
(155,181,165)
#A5BDAE
(165,189,174)
#AFC5B7
(175,197,183)
#B9CDC0
(185,205,192)
#C3D5C9
(195,213,201)
#CDDDD2
(205,221,210)
#D7E5DB
(215,229,219)
#E1EDE4
(225,237,228)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A593; }

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

This text font color is #87A593.

Background Color

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

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

This div background color is #87A593.

Border color

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

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

This div border color is #87A593.

Opacity

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

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

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

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

This text has shadow with #87A593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A593.

Preview

Color preview on black background

This text has color #87A593 on black background.


Color preview on white background

This text has color #87A593 on white background.


Black color preview on #87A593 background

This text has black color on #87A593 background.


White color preview on #87A593 background

This text has white color on #87A593 background.


Related colors

Complementary color

Complementary color for #hex is #785A6C.


I love getcolorcode.com

Triadic colors

1 #9387A5 and #A59387 with #87A593 are triadic colors.

2 #93A587 and #A58793 with #87A593 are triadic colors.