COLOR #987F94

HEX: #987F94
RGB: (152,127,148)

Color info

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

RGB color model

#987F94 color RGB value is (152,127,148).

  • red value is 152;
  • green value is 127;
  • blue value is 148.
RGB:
(152,127,148)
(60%,50%,58%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 148 of 255 = 58%

152
127
148

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

Portions of RGB colors in percentages

R + G + B =
152 + 127 + 148 = 427 (100%)
R 152 of 427 ~ 35.6%
G 127 of 427 ~ 29.74%
B 148 of 427 ~ 34.66%

%35.6
%29.74
%34.66

CMYK color model

#987F94 color CMYK value is (0,16,3,40).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 2.63%
  • key color value is 40.39%
CMYK:
(0,16,3,40)
C0M16Y3K40 
(0%,16%,3%,40%)
(0.00/0.16/0.03/0.40)	

CMYK percentages

%0
%16.45
%2.63
%40.39

Codes

Color #987F94 in popluar color models

987F94
RGB152127148
HSL310°10.82%54.71%
HSB/HSV310°16.45%59.61%
CMYK0.00%16.45%2.63%
40.39%

Color #987F94 in popluar number systems.

HEX987F94
Decimal152127148
Binary10011000111111110010100
Octal230177224

Shades and tints

Shades of #987F94

#987F94
(152,127,148)
#8B7487
(139,116,135)
#7E697A
(126,105,122)
#715E6D
(113,94,109)
#645360
(100,83,96)
#574853
(87,72,83)
#4A3D46
(74,61,70)
#3D3239
(61,50,57)
#30272C
(48,39,44)
#231C1F
(35,28,31)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #987F94

#987F94
(152,127,148)
#A18A9D
(161,138,157)
#AA95A6
(170,149,166)
#B3A0AF
(179,160,175)
#BCABB8
(188,171,184)
#C5B6C1
(197,182,193)
#CEC1CA
(206,193,202)
#D7CCD3
(215,204,211)
#E0D7DC
(224,215,220)
#E9E2E5
(233,226,229)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987F94 color. Also use rgb(152,127,148) instead hex code.

Text Font Color

.myTextColor { color: #987F94; }

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

This text font color is #987F94.


Background Color

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

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

This div background color is #987F94.


Border color

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

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

This div border color is #987F94.


Opacity

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

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

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

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

This text has shadow with #987F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987F94 on black background.


Color preview on white background

This text has color #987F94 on white background.



Black color preview on #987F94 background

This text has black color on #987F94 background.


White color preview on #987F94 background

This text has white color on #987F94 background.