COLOR #9C9990

HEX: #9C9990
RGB: (156,153,144)

Color info

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

RGB color model

#9C9990 color RGB value is (156,153,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 144 of 255 = 56%

156
153
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 144 = 453 (100%)
R 156 of 453 ~ 34.44%
G 153 of 453 ~ 33.77%
B 144 of 453 ~ 31.79%

%34.44
%33.77
%31.79

CMYK color model

#9C9990 color CMYK value is (0,2,8,39).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,2,8,39)
C0M2Y8K39 
(0%,2%,8%,39%)
(0.00/0.02/0.08/0.39)	

CMYK percentages

%0
%1.92
%7.69
%38.82

Codes

Color #9C9990 in popluar color models

9C9990
RGB156153144
HSL45°5.71%58.82%
HSB/HSV45°7.69%61.18%
CMYK0.00%1.92%7.69%
38.82%

Color #9C9990 in popluar number systems.

HEX9C9990
Decimal156153144
Binary100111001001100110010000
Octal234231220

Shades and tints

Shades of #9C9990

#9C9990
(156,153,144)
#8E8C83
(142,140,131)
#807F76
(128,127,118)
#727269
(114,114,105)
#64655C
(100,101,92)
#56584F
(86,88,79)
#484B42
(72,75,66)
#3A3E35
(58,62,53)
#2C3128
(44,49,40)
#1E241B
(30,36,27)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #9C9990

#9C9990
(156,153,144)
#A5A29A
(165,162,154)
#AEABA4
(174,171,164)
#B7B4AE
(183,180,174)
#C0BDB8
(192,189,184)
#C9C6C2
(201,198,194)
#D2CFCC
(210,207,204)
#DBD8D6
(219,216,214)
#E4E1E0
(228,225,224)
#EDEAEA
(237,234,234)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9990; }

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

This text font color is #9C9990.


Background Color

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

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

This div background color is #9C9990.


Border color

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

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

This div border color is #9C9990.


Opacity

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

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

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

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

This text has shadow with #9C9990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9990 on black background.


Color preview on white background

This text has color #9C9990 on white background.



Black color preview on #9C9990 background

This text has black color on #9C9990 background.


White color preview on #9C9990 background

This text has white color on #9C9990 background.