COLOR #989B9D

HEX: #989B9D
RGB: (152,155,157)

Color info

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

RGB color model

#989B9D color RGB value is (152,155,157).

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

RGB channels and saturation

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

152
155
157

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 157 = 464 (100%)
R 152 of 464 ~ 32.76%
G 155 of 464 ~ 33.41%
B 157 of 464 ~ 33.84%

%32.76
%33.41
%33.84

CMYK color model

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

  • cyan value is 3.18%
  • magenta value is 1.27%
  • 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
%1.27
%0
%38.43

Codes

Color #989B9D in popluar color models

989B9D
RGB152155157
HSL204°2.49%60.59%
HSB/HSV204°3.18%61.57%
CMYK3.18%1.27%0.00%
38.43%

Color #989B9D in popluar number systems.

HEX989B9D
Decimal152155157
Binary100110001001101110011101
Octal230233235

Shades and tints

Shades of #989B9D

#989B9D
(152,155,157)
#8B8D8F
(139,141,143)
#7E7F81
(126,127,129)
#717173
(113,113,115)
#646365
(100,99,101)
#575557
(87,85,87)
#4A4749
(74,71,73)
#3D393B
(61,57,59)
#302B2D
(48,43,45)
#231D1F
(35,29,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #989B9D

#989B9D
(152,155,157)
#A1A4A5
(161,164,165)
#AAADAD
(170,173,173)
#B3B6B5
(179,182,181)
#BCBFBD
(188,191,189)
#C5C8C5
(197,200,197)
#CED1CD
(206,209,205)
#D7DAD5
(215,218,213)
#E0E3DD
(224,227,221)
#E9ECE5
(233,236,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989B9D; }

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

This text font color is #989B9D.


Background Color

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

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

This div background color is #989B9D.


Border color

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

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

This div border color is #989B9D.


Opacity

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

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

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

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

This text has shadow with #989B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989B9D on black background.


Color preview on white background

This text has color #989B9D on white background.



Black color preview on #989B9D background

This text has black color on #989B9D background.


White color preview on #989B9D background

This text has white color on #989B9D background.