COLOR #989C87

HEX: #989C87
RGB: (152,156,135)

Color info

#989C87 contains red, green and blue colors in about the same proportion. Web safe color of #989C87 is #999999 (or #999).

RGB color model

#989C87 color RGB value is (152,156,135).

  • red value is 152;
  • green value is 156;
  • blue value is 135.
RGB:
(152,156,135)
(60%,61%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 135 of 255 = 53%

152
156
135

R + G + B ~ 58%. #989C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 135 = 443 (100%)
R 152 of 443 ~ 34.31%
G 156 of 443 ~ 35.21%
B 135 of 443 ~ 30.47%

%34.31
%35.21
%30.47

CMYK color model

#989C87 color CMYK value is (3,0,13,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(3,0,13,39)
C3M0Y13K39 
(3%,0%,13%,39%)
(0.03/0.00/0.13/0.39)	

CMYK percentages

%2.56
%0
%13.46
%38.82

Codes

Color #989C87 in popluar color models

989C87
RGB152156135
HSL71°9.59%57.06%
HSB/HSV71°13.46%61.18%
CMYK2.56%0.00%13.46%
38.82%

Color #989C87 in popluar number systems.

HEX989C87
Decimal152156135
Binary100110001001110010000111
Octal230234207

Shades and tints

Shades of #989C87

#989C87
(152,156,135)
#8B8E7B
(139,142,123)
#7E806F
(126,128,111)
#717263
(113,114,99)
#646457
(100,100,87)
#57564B
(87,86,75)
#4A483F
(74,72,63)
#3D3A33
(61,58,51)
#302C27
(48,44,39)
#231E1B
(35,30,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #989C87

#989C87
(152,156,135)
#A1A591
(161,165,145)
#AAAE9B
(170,174,155)
#B3B7A5
(179,183,165)
#BCC0AF
(188,192,175)
#C5C9B9
(197,201,185)
#CED2C3
(206,210,195)
#D7DBCD
(215,219,205)
#E0E4D7
(224,228,215)
#E9EDE1
(233,237,225)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989C87 color. Also use rgb(152,156,135) instead hex code.

Text Font Color

.myTextColor { color: #989C87; }

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

This text font color is #989C87.


Background Color

.myBgColor { background-color: #989C87; }

<div style="background-color:#989C87">Inner text</div>

This div background color is #989C87.


Border color

.myBorderColor { border: 1px solid #989C87; }

<div style="border:3px solid #989C87">Div</div>

This div border color is #989C87.


Opacity

.myOpacity80 { color: #989C87; opacity: 0.8; }

<p style="color:#989C87;opacity:0.8;">80%</p>

Text with #989C87 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 #989C87;}

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

This text has shadow with #989C87 color.

.textShadow {text-shadow: 3px 3px 1px #989C87, 3px 3px 1px red;}

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

This text has shadow with #989C87 primary color and red secondary color.


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

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

This text has shadow with #989C87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989C87 on black background.


Color preview on white background

This text has color #989C87 on white background.



Black color preview on #989C87 background

This text has black color on #989C87 background.


White color preview on #989C87 background

This text has white color on #989C87 background.