COLOR #87A58C

HEX: #87A58C RGB: (135,165,140)

Color info

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

RGB color model

#87A58C color RGB value is (135,165,140).

RGB: (135,165,140) (53%, 65%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 140 of 255 = 55%

135
165
140

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

Portions of RGB colors in percentages

R + G + B = 135 + 165 + 140 = 440 (100%)
R 135 of 440 ~ 30.68%
G 165 of 440 ~ 37.5%
B 140 of 440 ~ 31.82'%

%30.68
%37.5
%31.82

CMYK color model

#87A58C color CMYK value is (18,0,15,35).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK: (18,0,15,35) C18M0Y15K35 (18%,0%,15%,35%) (0.18/0.00/0.15/0.35) 

CMYK percentages

%18.18
%0
%15.15
%35.29

Codes

Color #87A58C in popluar color models

87 A5 8C
RGB 135 165 140
HSL 130° 14.29% 58.82%
HSB/HSV 130° 18.18% 64.71%
CMYK 18.18% 0.00% 15.15%
35.29%

Color #87A58C in popluar number systems.

HEX 87 A5 8C
Decimal 135 165 140
Binary 10000111 10100101 10001100
Octal 207 245 214

Shades and tints

Shades of #87A58C

#87A58C
(135,165,140)
#7B9680
(123,150,128)
#6F8774
(111,135,116)
#637868
(99,120,104)
#57695C
(87,105,92)
#4B5A50
(75,90,80)
#3F4B44
(63,75,68)
#333C38
(51,60,56)
#272D2C
(39,45,44)
#1B1E20
(27,30,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #87A58C

#87A58C
(135,165,140)
#91AD96
(145,173,150)
#9BB5A0
(155,181,160)
#A5BDAA
(165,189,170)
#AFC5B4
(175,197,180)
#B9CDBE
(185,205,190)
#C3D5C8
(195,213,200)
#CDDDD2
(205,221,210)
#D7E5DC
(215,229,220)
#E1EDE6
(225,237,230)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A58C; }

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

This text font color is #87A58C.

Background Color

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

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

This div background color is #87A58C.

Border color

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

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

This div border color is #87A58C.

Opacity

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

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

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

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

This text has shadow with #87A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A58C.

Preview

Color preview on black background

This text has color #87A58C on black background.


Color preview on white background

This text has color #87A58C on white background.


Black color preview on #87A58C background

This text has black color on #87A58C background.


White color preview on #87A58C background

This text has white color on #87A58C background.


Related colors

Complementary color

Complementary color for #hex is #785A73.


I love getcolorcode.com

Triadic colors

1 #8C87A5 and #A58C87 with #87A58C are triadic colors.

2 #8CA587 and #A5878C with #87A58C are triadic colors.