COLOR #87988C

HEX: #87988C RGB: (135,152,140)

Color info

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

RGB color model

#87988C color RGB value is (135,152,140).

RGB: (135,152,140) (53%, 60%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 140 of 255 = 55%

135
152
140

R + G + B ~ 56%. #87988C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 152 + 140 = 427 (100%)
R 135 of 427 ~ 31.62%
G 152 of 427 ~ 35.6%
B 140 of 427 ~ 32.79'%

%31.62
%35.6
%32.79

CMYK color model

#87988C color CMYK value is (11,0,8,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%

CMYK: (11,0,8,40)
C11M0Y8K40 (11%, 0%, 8%, 40%)
(0.11 / 0.00 / 0.08 / 0.40)

CMYK percentages

%11.18
%0
%7.89
%40.39

Codes

Color #87988C in popluar color models

87 98 8C
RGB 135 152 140
HSL 138° 7.62% 56.27%
HSB/HSV 138° 11.18% 59.61%
CMYK 11.18% 0.00% 7.89%
40.39%

Color #87988C in popluar number systems.

HEX 87 98 8C
Decimal 135 152 140
Binary 10000111 10011000 10001100
Octal 207 230 214

Shades and tints

Shades of #87988C

#87988C
(135,152,140)
#7B8B80
(123,139,128)
#6F7E74
(111,126,116)
#637168
(99,113,104)
#57645C
(87,100,92)
#4B5750
(75,87,80)
#3F4A44
(63,74,68)
#333D38
(51,61,56)
#27302C
(39,48,44)
#1B2320
(27,35,32)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87988C

#87988C
(135,152,140)
#91A196
(145,161,150)
#9BAAA0
(155,170,160)
#A5B3AA
(165,179,170)
#AFBCB4
(175,188,180)
#B9C5BE
(185,197,190)
#C3CEC8
(195,206,200)
#CDD7D2
(205,215,210)
#D7E0DC
(215,224,220)
#E1E9E6
(225,233,230)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87988C color. Also use rgb(135,152,140) instead hex code.

Text Font Color

.myTextColor { color: #87988C; }

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

This text font color is #87988C.

Background Color

.myBgColor { background-color: #87988C; }

<div style="background-color:#87988C">Inner text</div>

This div background color is #87988C.

Border color

.myBorderColor { border: 1px solid #87988C; }

<div style="border:3px solid #87988C">Div</div>

This div border color is #87988C.

Opacity

.myOpacity80 { color: #87988C; opacity: 0.8; }

<p style="color:#87988C;opacity:0.8;">80%</p>

Text with #87988C 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 #87988C;}

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

This text has shadow with #87988C color.


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

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

This text has shadow with #87988C primary color and red secondary color.


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

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

This text has shadow with #87988C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87988C.

Preview

Color preview on black background

This text has color #87988C on black background.


Color preview on white background

This text has color #87988C on white background.


Black color preview on #87988C background

This text has black color on #87988C background.


White color preview on #87988C background

This text has white color on #87988C background.


Related colors

Complementary color

Complementary color for #hex is #786773.


I love getcolorcode.com

Triadic colors

1 #8C8798 and #988C87 with #87988C are triadic colors.

2 #8C9887 and #98878C with #87988C are triadic colors.