COLOR #989C9D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
156
157

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

Portions of RGB colors in percentages

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

%32.69
%33.55
%33.76

CMYK color model

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

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

CMYK percentages

%3.18
%0.64
%0
%38.43

Codes

Color #989C9D in popluar color models

989C9D
RGB152156157
HSL192°2.49%60.59%
HSB/HSV192°3.18%61.57%
CMYK3.18%0.64%0.00%
38.43%

Color #989C9D in popluar number systems.

HEX989C9D
Decimal152156157
Binary100110001001110010011101
Octal230234235

Shades and tints

Shades of #989C9D

#989C9D
(152,156,157)
#8B8E8F
(139,142,143)
#7E8081
(126,128,129)
#717273
(113,114,115)
#646465
(100,100,101)
#575657
(87,86,87)
#4A4849
(74,72,73)
#3D3A3B
(61,58,59)
#302C2D
(48,44,45)
#231E1F
(35,30,31)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #989C9D

#989C9D
(152,156,157)
#A1A5A5
(161,165,165)
#AAAEAD
(170,174,173)
#B3B7B5
(179,183,181)
#BCC0BD
(188,192,189)
#C5C9C5
(197,201,197)
#CED2CD
(206,210,205)
#D7DBD5
(215,219,213)
#E0E4DD
(224,228,221)
#E9EDE5
(233,237,229)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989C9D; }

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

This text font color is #989C9D.


Background Color

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

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

This div background color is #989C9D.


Border color

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

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

This div border color is #989C9D.


Opacity

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

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

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

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

This text has shadow with #989C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989C9D on black background.


Color preview on white background

This text has color #989C9D on white background.



Black color preview on #989C9D background

This text has black color on #989C9D background.


White color preview on #989C9D background

This text has white color on #989C9D background.