COLOR #89979D

HEX: #89979D RGB: (137,151,157)

Color info

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

RGB color model

#89979D color RGB value is (137,151,157).

RGB: (137,151,157) (54%, 59%, 62%)

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 157 of 255 = 62%

137
151
157

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

Portions of RGB colors in percentages

R + G + B = 137 + 151 + 157 = 445 (100%)
R 137 of 445 ~ 30.79%
G 151 of 445 ~ 33.93%
B 157 of 445 ~ 35.28'%

%30.79
%33.93
%35.28

CMYK color model

#89979D color CMYK value is (13,4,0,38).

  • cyan value is 12.74%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (13,4,0,38)
C13M4Y0K38 (13%, 4%, 0%, 38%)
(0.13 / 0.04 / 0.00 / 0.38)

CMYK percentages

%12.74
%3.82
%0
%38.43

Codes

Color #89979D in popluar color models

89 97 9D
RGB 137 151 157
HSL 198° 9.26% 57.65%
HSB/HSV 198° 12.74% 61.57%
CMYK 12.74% 3.82% 0.00%
38.43%

Color #89979D in popluar number systems.

HEX 89 97 9D
Decimal 137 151 157
Binary 10001001 10010111 10011101
Octal 211 227 235

Shades and tints

Shades of #89979D

#89979D
(137,151,157)
#7D8A8F
(125,138,143)
#717D81
(113,125,129)
#657073
(101,112,115)
#596365
(89,99,101)
#4D5657
(77,86,87)
#414949
(65,73,73)
#353C3B
(53,60,59)
#292F2D
(41,47,45)
#1D221F
(29,34,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #89979D

#89979D
(137,151,157)
#93A0A5
(147,160,165)
#9DA9AD
(157,169,173)
#A7B2B5
(167,178,181)
#B1BBBD
(177,187,189)
#BBC4C5
(187,196,197)
#C5CDCD
(197,205,205)
#CFD6D5
(207,214,213)
#D9DFDD
(217,223,221)
#E3E8E5
(227,232,229)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89979D color. Also use rgb(137,151,157) instead hex code.

Text Font Color

.myTextColor { color: #89979D; }

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

This text font color is #89979D.

Background Color

.myBgColor { background-color: #89979D; }

<div style="background-color:#89979D">Inner text</div>

This div background color is #89979D.

Border color

.myBorderColor { border: 1px solid #89979D; }

<div style="border:3px solid #89979D">Div</div>

This div border color is #89979D.

Opacity

.myOpacity80 { color: #89979D; opacity: 0.8; }

<p style="color:#89979D;opacity:0.8;">80%</p>

Text with #89979D 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 #89979D;}

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

This text has shadow with #89979D color.


.textShadow {text-shadow: 3px 3px 1px #89979D', 3px 3px 1px red;}

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

This text has shadow with #89979D primary color and red secondary color.


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

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

This text has shadow with #89979D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89979D; -webkit-box-shadow: 1px 1px 3px 2px #89979D; box-shadow:1px 1px 3px 2px #89979D;">
Div content here
</div>

This div box has shadow with color #89979D.

Preview

Color preview on black background

This text has color #89979D on black background.


Color preview on white background

This text has color #89979D on white background.


Black color preview on #89979D background

This text has black color on #89979D background.


White color preview on #89979D background

This text has white color on #89979D background.


Related colors

Complementary color

Complementary color for #hex is #766862.


I love getcolorcode.com

Triadic colors

1 #9D8997 and #979D89 with #89979D are triadic colors.

2 #9D9789 and #97899D with #89979D are triadic colors.