COLOR #987C87

HEX: #987C87 RGB: (152,124,135)

Color info

#987C87 contains red, green and blue colors in about the same proportion. Web safe color of #987C87 is #996699 (or #969).

RGB color model

#987C87 color RGB value is (152,124,135).

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

RGB channels and saturation

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

152
124
135

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

Portions of RGB colors in percentages

R + G + B = 152 + 124 + 135 = 411 (100%)
R 152 of 411 ~ 36.98%
G 124 of 411 ~ 30.17%
B 135 of 411 ~ 32.85'%

%36.98
%30.17
%32.85

CMYK color model

#987C87 color CMYK value is (0,18,11,40).

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

CMYK: (0,18,11,40)
C0M18Y11K40 (0%, 18%, 11%, 40%)
(0.00 / 0.18 / 0.11 / 0.40)

CMYK percentages

%0
%18.42
%11.18
%40.39

Codes

Color #987C87 in popluar color models

98 7C 87
RGB 152 124 135
HSL 336° 11.97% 54.12%
HSB/HSV 336° 18.42% 59.61%
CMYK 0.00% 18.42% 11.18%
40.39%

Color #987C87 in popluar number systems.

HEX 98 7C 87
Decimal 152 124 135
Binary 10011000 1111100 10000111
Octal 230 174 207

Shades and tints

Shades of #987C87

#987C87
(152,124,135)
#8B717B
(139,113,123)
#7E666F
(126,102,111)
#715B63
(113,91,99)
#645057
(100,80,87)
#57454B
(87,69,75)
#4A3A3F
(74,58,63)
#3D2F33
(61,47,51)
#302427
(48,36,39)
#23191B
(35,25,27)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #987C87

#987C87
(152,124,135)
#A18791
(161,135,145)
#AA929B
(170,146,155)
#B39DA5
(179,157,165)
#BCA8AF
(188,168,175)
#C5B3B9
(197,179,185)
#CEBEC3
(206,190,195)
#D7C9CD
(215,201,205)
#E0D4D7
(224,212,215)
#E9DFE1
(233,223,225)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987C87 color. Also use rgb(152,124,135) instead hex code.

Text Font Color

.myTextColor { color: #987C87; }

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

This text font color is #987C87.

Background Color

.myBgColor { background-color: #987C87; }

<div style="background-color:#987C87">Inner text</div>

This div background color is #987C87.

Border color

.myBorderColor { border: 1px solid #987C87; }

<div style="border:3px solid #987C87">Div</div>

This div border color is #987C87.

Opacity

.myOpacity80 { color: #987C87; opacity: 0.8; }

<p style="color:#987C87;opacity:0.8;">80%</p>

Text with #987C87 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 #987C87;}

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

This text has shadow with #987C87 color.


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

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

This text has shadow with #987C87 primary color and red secondary color.


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

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

This text has shadow with #987C87 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #987C87.

Preview

Color preview on black background

This text has color #987C87 on black background.


Color preview on white background

This text has color #987C87 on white background.


Black color preview on #987C87 background

This text has black color on #987C87 background.


White color preview on #987C87 background

This text has white color on #987C87 background.


Related colors

Complementary color

Complementary color for #hex is #678378.


I love getcolorcode.com

Triadic colors

1 #87987C and #7C8798 with #987C87 are triadic colors.

2 #877C98 and #7C9887 with #987C87 are triadic colors.