COLOR #987C8A

HEX: #987C8A
RGB: (152,124,138)

Color info

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

RGB color model

#987C8A color RGB value is (152,124,138).

  • red value is 152;
  • green value is 124;
  • blue value is 138.
RGB:
(152,124,138)
(60%,49%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 138 of 255 = 54%

152
124
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 138 = 414 (100%)
R 152 of 414 ~ 36.71%
G 124 of 414 ~ 29.95%
B 138 of 414 ~ 33.33%

%36.71
%29.95
%33.33

CMYK color model

#987C8A color CMYK value is (0,18,9,40).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,18,9,40)
C0M18Y9K40 
(0%,18%,9%,40%)
(0.00/0.18/0.09/0.40)	

CMYK percentages

%0
%18.42
%9.21
%40.39

Codes

Color #987C8A in popluar color models

987C8A
RGB152124138
HSL330°11.97%54.12%
HSB/HSV330°18.42%59.61%
CMYK0.00%18.42%9.21%
40.39%

Color #987C8A in popluar number systems.

HEX987C8A
Decimal152124138
Binary10011000111110010001010
Octal230174212

Shades and tints

Shades of #987C8A

#987C8A
(152,124,138)
#8B717E
(139,113,126)
#7E6672
(126,102,114)
#715B66
(113,91,102)
#64505A
(100,80,90)
#57454E
(87,69,78)
#4A3A42
(74,58,66)
#3D2F36
(61,47,54)
#30242A
(48,36,42)
#23191E
(35,25,30)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #987C8A

#987C8A
(152,124,138)
#A18794
(161,135,148)
#AA929E
(170,146,158)
#B39DA8
(179,157,168)
#BCA8B2
(188,168,178)
#C5B3BC
(197,179,188)
#CEBEC6
(206,190,198)
#D7C9D0
(215,201,208)
#E0D4DA
(224,212,218)
#E9DFE4
(233,223,228)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987C8A; }

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

This text font color is #987C8A.


Background Color

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

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

This div background color is #987C8A.


Border color

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

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

This div border color is #987C8A.


Opacity

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

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

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

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

This text has shadow with #987C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987C8A on black background.


Color preview on white background

This text has color #987C8A on white background.



Black color preview on #987C8A background

This text has black color on #987C8A background.


White color preview on #987C8A background

This text has white color on #987C8A background.