COLOR #987C92

HEX: #987C92
RGB: (152,124,146)

Color info

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

RGB color model

#987C92 color RGB value is (152,124,146).

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

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 146 of 255 = 57%

152
124
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 146 = 422 (100%)
R 152 of 422 ~ 36.02%
G 124 of 422 ~ 29.38%
B 146 of 422 ~ 34.6%

%36.02
%29.38
%34.6

CMYK color model

#987C92 color CMYK value is (0,18,4,40).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,18,4,40)
C0M18Y4K40 
(0%,18%,4%,40%)
(0.00/0.18/0.04/0.40)	

CMYK percentages

%0
%18.42
%3.95
%40.39

Codes

Color #987C92 in popluar color models

987C92
RGB152124146
HSL313°11.97%54.12%
HSB/HSV313°18.42%59.61%
CMYK0.00%18.42%3.95%
40.39%

Color #987C92 in popluar number systems.

HEX987C92
Decimal152124146
Binary10011000111110010010010
Octal230174222

Shades and tints

Shades of #987C92

#987C92
(152,124,146)
#8B7185
(139,113,133)
#7E6678
(126,102,120)
#715B6B
(113,91,107)
#64505E
(100,80,94)
#574551
(87,69,81)
#4A3A44
(74,58,68)
#3D2F37
(61,47,55)
#30242A
(48,36,42)
#23191D
(35,25,29)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #987C92

#987C92
(152,124,146)
#A1879B
(161,135,155)
#AA92A4
(170,146,164)
#B39DAD
(179,157,173)
#BCA8B6
(188,168,182)
#C5B3BF
(197,179,191)
#CEBEC8
(206,190,200)
#D7C9D1
(215,201,209)
#E0D4DA
(224,212,218)
#E9DFE3
(233,223,227)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987C92; }

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

This text font color is #987C92.


Background Color

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

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

This div background color is #987C92.


Border color

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

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

This div border color is #987C92.


Opacity

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

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

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

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

This text has shadow with #987C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987C92 on black background.


Color preview on white background

This text has color #987C92 on white background.



Black color preview on #987C92 background

This text has black color on #987C92 background.


White color preview on #987C92 background

This text has white color on #987C92 background.