COLOR #9D949D

HEX: #9D949D
RGB: (157,148,157)

Color info

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

RGB color model

#9D949D color RGB value is (157,148,157).

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

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 157 of 255 = 62%

157
148
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 148 + 157 = 462 (100%)
R 157 of 462 ~ 33.98%
G 148 of 462 ~ 32.03%
B 157 of 462 ~ 33.98%

%33.98
%32.03
%33.98

CMYK color model

#9D949D color CMYK value is (0,6,0,38).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(0,6,0,38)
C0M6Y0K38 
(0%,6%,0%,38%)
(0.00/0.06/0.00/0.38)	

CMYK percentages

%0
%5.73
%0
%38.43

Codes

Color #9D949D in popluar color models

9D949D
RGB157148157
HSL300°4.39%59.80%
HSB/HSV300°5.73%61.57%
CMYK0.00%5.73%0.00%
38.43%

Color #9D949D in popluar number systems.

HEX9D949D
Decimal157148157
Binary100111011001010010011101
Octal235224235

Shades and tints

Shades of #9D949D

#9D949D
(157,148,157)
#8F878F
(143,135,143)
#817A81
(129,122,129)
#736D73
(115,109,115)
#656065
(101,96,101)
#575357
(87,83,87)
#494649
(73,70,73)
#3B393B
(59,57,59)
#2D2C2D
(45,44,45)
#1F1F1F
(31,31,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9D949D

#9D949D
(157,148,157)
#A59DA5
(165,157,165)
#ADA6AD
(173,166,173)
#B5AFB5
(181,175,181)
#BDB8BD
(189,184,189)
#C5C1C5
(197,193,197)
#CDCACD
(205,202,205)
#D5D3D5
(213,211,213)
#DDDCDD
(221,220,221)
#E5E5E5
(229,229,229)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D949D; }

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

This text font color is #9D949D.


Background Color

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

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

This div background color is #9D949D.


Border color

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

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

This div border color is #9D949D.


Opacity

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

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

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

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

This text has shadow with #9D949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D949D on black background.


Color preview on white background

This text has color #9D949D on white background.



Black color preview on #9D949D background

This text has black color on #9D949D background.


White color preview on #9D949D background

This text has white color on #9D949D background.