COLOR #9C9499

HEX: #9C9499
RGB: (156,148,153)

Color info

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

RGB color model

#9C9499 color RGB value is (156,148,153).

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

RGB channels and saturation

R 156 of 255 = 61%
G 148 of 255 = 58%
B 153 of 255 = 60%

156
148
153

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

Portions of RGB colors in percentages

R + G + B =
156 + 148 + 153 = 457 (100%)
R 156 of 457 ~ 34.14%
G 148 of 457 ~ 32.39%
B 153 of 457 ~ 33.48%

%34.14
%32.39
%33.48

CMYK color model

#9C9499 color CMYK value is (0,5,2,39).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(0,5,2,39)
C0M5Y2K39 
(0%,5%,2%,39%)
(0.00/0.05/0.02/0.39)	

CMYK percentages

%0
%5.13
%1.92
%38.82

Codes

Color #9C9499 in popluar color models

9C9499
RGB156148153
HSL323°3.88%59.61%
HSB/HSV323°5.13%61.18%
CMYK0.00%5.13%1.92%
38.82%

Color #9C9499 in popluar number systems.

HEX9C9499
Decimal156148153
Binary100111001001010010011001
Octal234224231

Shades and tints

Shades of #9C9499

#9C9499
(156,148,153)
#8E878C
(142,135,140)
#807A7F
(128,122,127)
#726D72
(114,109,114)
#646065
(100,96,101)
#565358
(86,83,88)
#48464B
(72,70,75)
#3A393E
(58,57,62)
#2C2C31
(44,44,49)
#1E1F24
(30,31,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #9C9499

#9C9499
(156,148,153)
#A59DA2
(165,157,162)
#AEA6AB
(174,166,171)
#B7AFB4
(183,175,180)
#C0B8BD
(192,184,189)
#C9C1C6
(201,193,198)
#D2CACF
(210,202,207)
#DBD3D8
(219,211,216)
#E4DCE1
(228,220,225)
#EDE5EA
(237,229,234)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9499; }

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

This text font color is #9C9499.


Background Color

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

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

This div background color is #9C9499.


Border color

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

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

This div border color is #9C9499.


Opacity

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

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

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

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

This text has shadow with #9C9499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9499 on black background.


Color preview on white background

This text has color #9C9499 on white background.



Black color preview on #9C9499 background

This text has black color on #9C9499 background.


White color preview on #9C9499 background

This text has white color on #9C9499 background.