COLOR #987E92

HEX: #987E92
RGB: (152,126,146)

Color info

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

RGB color model

#987E92 color RGB value is (152,126,146).

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

RGB channels and saturation

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

152
126
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 126 + 146 = 424 (100%)
R 152 of 424 ~ 35.85%
G 126 of 424 ~ 29.72%
B 146 of 424 ~ 34.43%

%35.85
%29.72
%34.43

CMYK color model

#987E92 color CMYK value is (0,17,4,40).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,17,4,40)
C0M17Y4K40 
(0%,17%,4%,40%)
(0.00/0.17/0.04/0.40)	

CMYK percentages

%0
%17.11
%3.95
%40.39

Codes

Color #987E92 in popluar color models

987E92
RGB152126146
HSL314°11.21%54.51%
HSB/HSV314°17.11%59.61%
CMYK0.00%17.11%3.95%
40.39%

Color #987E92 in popluar number systems.

HEX987E92
Decimal152126146
Binary10011000111111010010010
Octal230176222

Shades and tints

Shades of #987E92

#987E92
(152,126,146)
#8B7385
(139,115,133)
#7E6878
(126,104,120)
#715D6B
(113,93,107)
#64525E
(100,82,94)
#574751
(87,71,81)
#4A3C44
(74,60,68)
#3D3137
(61,49,55)
#30262A
(48,38,42)
#231B1D
(35,27,29)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #987E92

#987E92
(152,126,146)
#A1899B
(161,137,155)
#AA94A4
(170,148,164)
#B39FAD
(179,159,173)
#BCAAB6
(188,170,182)
#C5B5BF
(197,181,191)
#CEC0C8
(206,192,200)
#D7CBD1
(215,203,209)
#E0D6DA
(224,214,218)
#E9E1E3
(233,225,227)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987E92; }

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

This text font color is #987E92.


Background Color

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

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

This div background color is #987E92.


Border color

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

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

This div border color is #987E92.


Opacity

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

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

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

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

This text has shadow with #987E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987E92 on black background.


Color preview on white background

This text has color #987E92 on white background.



Black color preview on #987E92 background

This text has black color on #987E92 background.


White color preview on #987E92 background

This text has white color on #987E92 background.