COLOR #9C959D

HEX: #9C959D
RGB: (156,149,157)

Color info

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

RGB color model

#9C959D color RGB value is (156,149,157).

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

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 157 of 255 = 62%

156
149
157

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 157 = 462 (100%)
R 156 of 462 ~ 33.77%
G 149 of 462 ~ 32.25%
B 157 of 462 ~ 33.98%

%33.77
%32.25
%33.98

CMYK color model

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

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

CMYK percentages

%0.64
%5.1
%0
%38.43

Codes

Color #9C959D in popluar color models

9C959D
RGB156149157
HSL293°3.92%60.00%
HSB/HSV293°5.10%61.57%
CMYK0.64%5.10%0.00%
38.43%

Color #9C959D in popluar number systems.

HEX9C959D
Decimal156149157
Binary100111001001010110011101
Octal234225235

Shades and tints

Shades of #9C959D

#9C959D
(156,149,157)
#8E888F
(142,136,143)
#807B81
(128,123,129)
#726E73
(114,110,115)
#646165
(100,97,101)
#565457
(86,84,87)
#484749
(72,71,73)
#3A3A3B
(58,58,59)
#2C2D2D
(44,45,45)
#1E201F
(30,32,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #9C959D

#9C959D
(156,149,157)
#A59EA5
(165,158,165)
#AEA7AD
(174,167,173)
#B7B0B5
(183,176,181)
#C0B9BD
(192,185,189)
#C9C2C5
(201,194,197)
#D2CBCD
(210,203,205)
#DBD4D5
(219,212,213)
#E4DDDD
(228,221,221)
#EDE6E5
(237,230,229)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C959D; }

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

This text font color is #9C959D.


Background Color

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

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

This div background color is #9C959D.


Border color

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

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

This div border color is #9C959D.


Opacity

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

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

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

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

This text has shadow with #9C959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C959D on black background.


Color preview on white background

This text has color #9C959D on white background.



Black color preview on #9C959D background

This text has black color on #9C959D background.


White color preview on #9C959D background

This text has white color on #9C959D background.