COLOR #989D9C

HEX: #989D9C
RGB: (152,157,156)

Color info

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

RGB color model

#989D9C color RGB value is (152,157,156).

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

RGB channels and saturation

R 152 of 255 = 60%
G 157 of 255 = 62%
B 156 of 255 = 61%

152
157
156

R + G + B ~ 61%. #989D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 157 + 156 = 465 (100%)
R 152 of 465 ~ 32.69%
G 157 of 465 ~ 33.76%
B 156 of 465 ~ 33.55%

%32.69
%33.76
%33.55

CMYK color model

#989D9C color CMYK value is (3,0,1,38).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(3,0,1,38)
C3M0Y1K38 
(3%,0%,1%,38%)
(0.03/0.00/0.01/0.38)	

CMYK percentages

%3.18
%0
%0.64
%38.43

Codes

Color #989D9C in popluar color models

989D9C
RGB152157156
HSL168°2.49%60.59%
HSB/HSV168°3.18%61.57%
CMYK3.18%0.00%0.64%
38.43%

Color #989D9C in popluar number systems.

HEX989D9C
Decimal152157156
Binary100110001001110110011100
Octal230235234

Shades and tints

Shades of #989D9C

#989D9C
(152,157,156)
#8B8F8E
(139,143,142)
#7E8180
(126,129,128)
#717372
(113,115,114)
#646564
(100,101,100)
#575756
(87,87,86)
#4A4948
(74,73,72)
#3D3B3A
(61,59,58)
#302D2C
(48,45,44)
#231F1E
(35,31,30)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #989D9C

#989D9C
(152,157,156)
#A1A5A5
(161,165,165)
#AAADAE
(170,173,174)
#B3B5B7
(179,181,183)
#BCBDC0
(188,189,192)
#C5C5C9
(197,197,201)
#CECDD2
(206,205,210)
#D7D5DB
(215,213,219)
#E0DDE4
(224,221,228)
#E9E5ED
(233,229,237)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989D9C; }

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

This text font color is #989D9C.


Background Color

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

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

This div background color is #989D9C.


Border color

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

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

This div border color is #989D9C.


Opacity

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

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

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

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

This text has shadow with #989D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989D9C on black background.


Color preview on white background

This text has color #989D9C on white background.



Black color preview on #989D9C background

This text has black color on #989D9C background.


White color preview on #989D9C background

This text has white color on #989D9C background.