COLOR #9C959A

HEX: #9C959A
RGB: (156,149,154)

Color info

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

RGB color model

#9C959A color RGB value is (156,149,154).

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

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 154 of 255 = 60%

156
149
154

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 154 = 459 (100%)
R 156 of 459 ~ 33.99%
G 149 of 459 ~ 32.46%
B 154 of 459 ~ 33.55%

%33.99
%32.46
%33.55

CMYK color model

#9C959A color CMYK value is (0,4,1,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 1.28%
  • key color value is 38.82%
CMYK:
(0,4,1,39)
C0M4Y1K39 
(0%,4%,1%,39%)
(0.00/0.04/0.01/0.39)	

CMYK percentages

%0
%4.49
%1.28
%38.82

Codes

Color #9C959A in popluar color models

9C959A
RGB156149154
HSL317°3.41%59.80%
HSB/HSV317°4.49%61.18%
CMYK0.00%4.49%1.28%
38.82%

Color #9C959A in popluar number systems.

HEX9C959A
Decimal156149154
Binary100111001001010110011010
Octal234225232

Shades and tints

Shades of #9C959A

#9C959A
(156,149,154)
#8E888C
(142,136,140)
#807B7E
(128,123,126)
#726E70
(114,110,112)
#646162
(100,97,98)
#565454
(86,84,84)
#484746
(72,71,70)
#3A3A38
(58,58,56)
#2C2D2A
(44,45,42)
#1E201C
(30,32,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9C959A

#9C959A
(156,149,154)
#A59EA3
(165,158,163)
#AEA7AC
(174,167,172)
#B7B0B5
(183,176,181)
#C0B9BE
(192,185,190)
#C9C2C7
(201,194,199)
#D2CBD0
(210,203,208)
#DBD4D9
(219,212,217)
#E4DDE2
(228,221,226)
#EDE6EB
(237,230,235)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C959A; }

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

This text font color is #9C959A.


Background Color

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

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

This div background color is #9C959A.


Border color

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

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

This div border color is #9C959A.


Opacity

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

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

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

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

This text has shadow with #9C959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C959A on black background.


Color preview on white background

This text has color #9C959A on white background.



Black color preview on #9C959A background

This text has black color on #9C959A background.


White color preview on #9C959A background

This text has white color on #9C959A background.