COLOR #989D9D

HEX: #989D9D
RGB: (152,157,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
157
157

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

Portions of RGB colors in percentages

R + G + B =
152 + 157 + 157 = 466 (100%)
R 152 of 466 ~ 32.62%
G 157 of 466 ~ 33.69%
B 157 of 466 ~ 33.69%

%32.62
%33.69
%33.69

CMYK color model

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

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

CMYK percentages

%3.18
%0
%0
%38.43

Codes

Color #989D9D in popluar color models

989D9D
RGB152157157
HSL180°2.49%60.59%
HSB/HSV180°3.18%61.57%
CMYK3.18%0.00%0.00%
38.43%

Color #989D9D in popluar number systems.

HEX989D9D
Decimal152157157
Binary100110001001110110011101
Octal230235235

Shades and tints

Shades of #989D9D

#989D9D
(152,157,157)
#8B8F8F
(139,143,143)
#7E8181
(126,129,129)
#717373
(113,115,115)
#646565
(100,101,101)
#575757
(87,87,87)
#4A4949
(74,73,73)
#3D3B3B
(61,59,59)
#302D2D
(48,45,45)
#231F1F
(35,31,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #989D9D

#989D9D
(152,157,157)
#A1A5A5
(161,165,165)
#AAADAD
(170,173,173)
#B3B5B5
(179,181,181)
#BCBDBD
(188,189,189)
#C5C5C5
(197,197,197)
#CECDCD
(206,205,205)
#D7D5D5
(215,213,213)
#E0DDDD
(224,221,221)
#E9E5E5
(233,229,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989D9D; }

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

This text font color is #989D9D.


Background Color

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

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

This div background color is #989D9D.


Border color

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

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

This div border color is #989D9D.


Opacity

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

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

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

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

This text has shadow with #989D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989D9D on black background.


Color preview on white background

This text has color #989D9D on white background.



Black color preview on #989D9D background

This text has black color on #989D9D background.


White color preview on #989D9D background

This text has white color on #989D9D background.