COLOR #987F89

HEX: #987F89
RGB: (152,127,137)

Color info

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

RGB color model

#987F89 color RGB value is (152,127,137).

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

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 137 of 255 = 54%

152
127
137

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

Portions of RGB colors in percentages

R + G + B =
152 + 127 + 137 = 416 (100%)
R 152 of 416 ~ 36.54%
G 127 of 416 ~ 30.53%
B 137 of 416 ~ 32.93%

%36.54
%30.53
%32.93

CMYK color model

#987F89 color CMYK value is (0,16,10,40).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(0,16,10,40)
C0M16Y10K40 
(0%,16%,10%,40%)
(0.00/0.16/0.10/0.40)	

CMYK percentages

%0
%16.45
%9.87
%40.39

Codes

Color #987F89 in popluar color models

987F89
RGB152127137
HSL336°10.82%54.71%
HSB/HSV336°16.45%59.61%
CMYK0.00%16.45%9.87%
40.39%

Color #987F89 in popluar number systems.

HEX987F89
Decimal152127137
Binary10011000111111110001001
Octal230177211

Shades and tints

Shades of #987F89

#987F89
(152,127,137)
#8B747D
(139,116,125)
#7E6971
(126,105,113)
#715E65
(113,94,101)
#645359
(100,83,89)
#57484D
(87,72,77)
#4A3D41
(74,61,65)
#3D3235
(61,50,53)
#302729
(48,39,41)
#231C1D
(35,28,29)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #987F89

#987F89
(152,127,137)
#A18A93
(161,138,147)
#AA959D
(170,149,157)
#B3A0A7
(179,160,167)
#BCABB1
(188,171,177)
#C5B6BB
(197,182,187)
#CEC1C5
(206,193,197)
#D7CCCF
(215,204,207)
#E0D7D9
(224,215,217)
#E9E2E3
(233,226,227)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987F89; }

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

This text font color is #987F89.


Background Color

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

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

This div background color is #987F89.


Border color

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

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

This div border color is #987F89.


Opacity

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

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

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

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

This text has shadow with #987F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987F89 on black background.


Color preview on white background

This text has color #987F89 on white background.



Black color preview on #987F89 background

This text has black color on #987F89 background.


White color preview on #987F89 background

This text has white color on #987F89 background.