COLOR #9D959A

HEX: #9D959A
RGB: (157,149,154)

Color info

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

RGB color model

#9D959A color RGB value is (157,149,154).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 154 of 255 = 60%

157
149
154

R + G + B ~ 60%. #9D959A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 154 = 460 (100%)
R 157 of 460 ~ 34.13%
G 149 of 460 ~ 32.39%
B 154 of 460 ~ 33.48%

%34.13
%32.39
%33.48

CMYK color model

#9D959A color CMYK value is (0,5,2,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(0,5,2,38)
C0M5Y2K38 
(0%,5%,2%,38%)
(0.00/0.05/0.02/0.38)	

CMYK percentages

%0
%5.1
%1.91
%38.43

Codes

Color #9D959A in popluar color models

9D959A
RGB157149154
HSL323°3.92%60.00%
HSB/HSV323°5.10%61.57%
CMYK0.00%5.10%1.91%
38.43%

Color #9D959A in popluar number systems.

HEX9D959A
Decimal157149154
Binary100111011001010110011010
Octal235225232

Shades and tints

Shades of #9D959A

#9D959A
(157,149,154)
#8F888C
(143,136,140)
#817B7E
(129,123,126)
#736E70
(115,110,112)
#656162
(101,97,98)
#575454
(87,84,84)
#494746
(73,71,70)
#3B3A38
(59,58,56)
#2D2D2A
(45,45,42)
#1F201C
(31,32,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #9D959A

#9D959A
(157,149,154)
#A59EA3
(165,158,163)
#ADA7AC
(173,167,172)
#B5B0B5
(181,176,181)
#BDB9BE
(189,185,190)
#C5C2C7
(197,194,199)
#CDCBD0
(205,203,208)
#D5D4D9
(213,212,217)
#DDDDE2
(221,221,226)
#E5E6EB
(229,230,235)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D959A; }

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

This text font color is #9D959A.


Background Color

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

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

This div background color is #9D959A.


Border color

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

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

This div border color is #9D959A.


Opacity

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

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

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

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

This text has shadow with #9D959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D959A on black background.


Color preview on white background

This text has color #9D959A on white background.



Black color preview on #9D959A background

This text has black color on #9D959A background.


White color preview on #9D959A background

This text has white color on #9D959A background.