COLOR #9D979F

HEX: #9D979F
RGB: (157,151,159)

Color info

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

RGB color model

#9D979F color RGB value is (157,151,159).

  • red value is 157;
  • green value is 151;
  • blue value is 159.
RGB:
(157,151,159)
(62%,59%,62%)

RGB channels and saturation

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

157
151
159

R + G + B ~ 61%. #9D979F is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 159 = 467 (100%)
R 157 of 467 ~ 33.62%
G 151 of 467 ~ 32.33%
B 159 of 467 ~ 34.05%

%33.62
%32.33
%34.05

CMYK color model

#9D979F color CMYK value is (1,5,0,38).

  • cyan value is 1.26%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(1,5,0,38)
C1M5Y0K38 
(1%,5%,0%,38%)
(0.01/0.05/0.00/0.38)	

CMYK percentages

%1.26
%5.03
%0
%37.65

Codes

Color #9D979F in popluar color models

9D979F
RGB157151159
HSL285°4.00%60.78%
HSB/HSV285°5.03%62.35%
CMYK1.26%5.03%0.00%
37.65%

Color #9D979F in popluar number systems.

HEX9D979F
Decimal157151159
Binary100111011001011110011111
Octal235227237

Shades and tints

Shades of #9D979F

#9D979F
(157,151,159)
#8F8A91
(143,138,145)
#817D83
(129,125,131)
#737075
(115,112,117)
#656367
(101,99,103)
#575659
(87,86,89)
#49494B
(73,73,75)
#3B3C3D
(59,60,61)
#2D2F2F
(45,47,47)
#1F2221
(31,34,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9D979F

#9D979F
(157,151,159)
#A5A0A7
(165,160,167)
#ADA9AF
(173,169,175)
#B5B2B7
(181,178,183)
#BDBBBF
(189,187,191)
#C5C4C7
(197,196,199)
#CDCDCF
(205,205,207)
#D5D6D7
(213,214,215)
#DDDFDF
(221,223,223)
#E5E8E7
(229,232,231)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D979F; }

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

This text font color is #9D979F.


Background Color

.myBgColor { background-color: #9D979F; }

<div style="background-color:#9D979F">Inner text</div>

This div background color is #9D979F.


Border color

.myBorderColor { border: 1px solid #9D979F; }

<div style="border:3px solid #9D979F">Div</div>

This div border color is #9D979F.


Opacity

.myOpacity80 { color: #9D979F; opacity: 0.8; }

<p style="color:#9D979F;opacity:0.8;">80%</p>

Text with #9D979F 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 #9D979F;}

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

This text has shadow with #9D979F color.

.textShadow {text-shadow: 3px 3px 1px #9D979F, 3px 3px 1px red;}

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

This text has shadow with #9D979F primary color and red secondary color.


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

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

This text has shadow with #9D979F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D979F on black background.


Color preview on white background

This text has color #9D979F on white background.



Black color preview on #9D979F background

This text has black color on #9D979F background.


White color preview on #9D979F background

This text has white color on #9D979F background.