COLOR #87987D

HEX: #87987D RGB: (135,152,125)

Color info

#87987D contains red, green and blue colors in about the same proportion. Web safe color of #87987D is #999966 (or #996).

RGB color model

#87987D color RGB value is (135,152,125).

RGB: (135,152,125) (53%, 60%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 125 of 255 = 49%

135
152
125

R + G + B ~ 54%. #87987D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 152 + 125 = 412 (100%)
R 135 of 412 ~ 32.77%
G 152 of 412 ~ 36.89%
B 125 of 412 ~ 30.34'%

%32.77
%36.89
%30.34

CMYK color model

#87987D color CMYK value is (11,0,18,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK: (11,0,18,40) C11M0Y18K40 (11%,0%,18%,40%) (0.11/0.00/0.18/0.40) 

CMYK percentages

%11.18
%0
%17.76
%40.39

Codes

Color #87987D in popluar color models

87 98 7D
RGB 135 152 125
HSL 98° 11.59% 54.31%
HSB/HSV 98° 17.76% 59.61%
CMYK 11.18% 0.00% 17.76%
40.39%

Color #87987D in popluar number systems.

HEX 87 98 7D
Decimal 135 152 125
Binary 10000111 10011000 1111101
Octal 207 230 175

Shades and tints

Shades of #87987D

#87987D
(135,152,125)
#7B8B72
(123,139,114)
#6F7E67
(111,126,103)
#63715C
(99,113,92)
#576451
(87,100,81)
#4B5746
(75,87,70)
#3F4A3B
(63,74,59)
#333D30
(51,61,48)
#273025
(39,48,37)
#1B231A
(27,35,26)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #87987D

#87987D
(135,152,125)
#91A188
(145,161,136)
#9BAA93
(155,170,147)
#A5B39E
(165,179,158)
#AFBCA9
(175,188,169)
#B9C5B4
(185,197,180)
#C3CEBF
(195,206,191)
#CDD7CA
(205,215,202)
#D7E0D5
(215,224,213)
#E1E9E0
(225,233,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87987D color. Also use rgb(135,152,125) instead hex code.

Text Font Color

.myTextColor { color: #87987D; }

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

This text font color is #87987D.

Background Color

.myBgColor { background-color: #87987D; }

<div style="background-color:#87987D">Inner text</div>

This div background color is #87987D.

Border color

.myBorderColor { border: 1px solid #87987D; }

<div style="border:3px solid #87987D">Div</div>

This div border color is #87987D.

Opacity

.myOpacity80 { color: #87987D; opacity: 0.8; }

<p style="color:#87987D;opacity:0.8;">80%</p>

Text with #87987D 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 #87987D;}

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

This text has shadow with #87987D color.


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

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

This text has shadow with #87987D primary color and red secondary color.


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

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

This text has shadow with #87987D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87987D.

Preview

Color preview on black background

This text has color #87987D on black background.


Color preview on white background

This text has color #87987D on white background.


Black color preview on #87987D background

This text has black color on #87987D background.


White color preview on #87987D background

This text has white color on #87987D background.


Related colors

Complementary color

Complementary color for #hex is #786782.


I love getcolorcode.com

Triadic colors

1 #7D8798 and #987D87 with #87987D are triadic colors.

2 #7D9887 and #98877D with #87987D are triadic colors.