COLOR #87997D

HEX: #87997D RGB: (135,153,125)

Color info

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

RGB color model

#87997D color RGB value is (135,153,125).

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

RGB channels and saturation

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

135
153
125

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

Portions of RGB colors in percentages

R + G + B = 135 + 153 + 125 = 413 (100%)
R 135 of 413 ~ 32.69%
G 153 of 413 ~ 37.05%
B 125 of 413 ~ 30.27'%

%32.69
%37.05
%30.27

CMYK color model

#87997D color CMYK value is (12,0,18,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 40.00%

CMYK: (12,0,18,40)
C12M0Y18K40 (12%, 0%, 18%, 40%)
(0.12 / 0.00 / 0.18 / 0.40)

CMYK percentages

%11.76
%0
%18.3
%40

Codes

Color #87997D in popluar color models

87 99 7D
RGB 135 153 125
HSL 99° 12.07% 54.51%
HSB/HSV 99° 18.30% 60.00%
CMYK 11.76% 0.00% 18.30%
40.00%

Color #87997D in popluar number systems.

HEX 87 99 7D
Decimal 135 153 125
Binary 10000111 10011001 1111101
Octal 207 231 175

Shades and tints

Shades of #87997D

#87997D
(135,153,125)
#7B8C72
(123,140,114)
#6F7F67
(111,127,103)
#63725C
(99,114,92)
#576551
(87,101,81)
#4B5846
(75,88,70)
#3F4B3B
(63,75,59)
#333E30
(51,62,48)
#273125
(39,49,37)
#1B241A
(27,36,26)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #87997D

#87997D
(135,153,125)
#91A288
(145,162,136)
#9BAB93
(155,171,147)
#A5B49E
(165,180,158)
#AFBDA9
(175,189,169)
#B9C6B4
(185,198,180)
#C3CFBF
(195,207,191)
#CDD8CA
(205,216,202)
#D7E1D5
(215,225,213)
#E1EAE0
(225,234,224)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87997D; }

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

This text font color is #87997D.

Background Color

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

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

This div background color is #87997D.

Border color

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

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

This div border color is #87997D.

Opacity

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

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

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

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

This text has shadow with #87997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87997D.

Preview

Color preview on black background

This text has color #87997D on black background.


Color preview on white background

This text has color #87997D on white background.


Black color preview on #87997D background

This text has black color on #87997D background.


White color preview on #87997D background

This text has white color on #87997D background.


Related colors

Complementary color

Complementary color for #hex is #786682.


I love getcolorcode.com

Triadic colors

1 #7D8799 and #997D87 with #87997D are triadic colors.

2 #7D9987 and #99877D with #87997D are triadic colors.