COLOR #979D9D

HEX: #979D9D RGB: (151,157,157)

Color info

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

RGB color model

#979D9D color RGB value is (151,157,157).

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

RGB channels and saturation

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

151
157
157

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

Portions of RGB colors in percentages

R + G + B = 151 + 157 + 157 = 465 (100%)
R 151 of 465 ~ 32.47%
G 157 of 465 ~ 33.76%
B 157 of 465 ~ 33.76'%

%32.47
%33.76
%33.76

CMYK color model

#979D9D color CMYK value is (4,0,0,38).

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

CMYK: (4,0,0,38)
C4M0Y0K38 (4%, 0%, 0%, 38%)
(0.04 / 0.00 / 0.00 / 0.38)

CMYK percentages

%3.82
%0
%0
%38.43

Codes

Color #979D9D in popluar color models

97 9D 9D
RGB 151 157 157
HSL 180° 2.97% 60.39%
HSB/HSV 180° 3.82% 61.57%
CMYK 3.82% 0.00% 0.00%
38.43%

Color #979D9D in popluar number systems.

HEX 97 9D 9D
Decimal 151 157 157
Binary 10010111 10011101 10011101
Octal 227 235 235

Shades and tints

Shades of #979D9D

#979D9D
(151,157,157)
#8A8F8F
(138,143,143)
#7D8181
(125,129,129)
#707373
(112,115,115)
#636565
(99,101,101)
#565757
(86,87,87)
#494949
(73,73,73)
#3C3B3B
(60,59,59)
#2F2D2D
(47,45,45)
#221F1F
(34,31,31)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #979D9D

#979D9D
(151,157,157)
#A0A5A5
(160,165,165)
#A9ADAD
(169,173,173)
#B2B5B5
(178,181,181)
#BBBDBD
(187,189,189)
#C4C5C5
(196,197,197)
#CDCDCD
(205,205,205)
#D6D5D5
(214,213,213)
#DFDDDD
(223,221,221)
#E8E5E5
(232,229,229)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979D9D; }

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

This text font color is #979D9D.

Background Color

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

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

This div background color is #979D9D.

Border color

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

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

This div border color is #979D9D.

Opacity

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

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

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

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

This text has shadow with #979D9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979D9D.

Preview

Color preview on black background

This text has color #979D9D on black background.


Color preview on white background

This text has color #979D9D on white background.


Black color preview on #979D9D background

This text has black color on #979D9D background.


White color preview on #979D9D background

This text has white color on #979D9D background.


Related colors

Complementary color

Complementary color for #hex is #686262.


I love getcolorcode.com