COLOR #9C9993

HEX: #9C9993
RGB: (156,153,147)

Color info

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

RGB color model

#9C9993 color RGB value is (156,153,147).

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

RGB channels and saturation

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

156
153
147

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

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 147 = 456 (100%)
R 156 of 456 ~ 34.21%
G 153 of 456 ~ 33.55%
B 147 of 456 ~ 32.24%

%34.21
%33.55
%32.24

CMYK color model

#9C9993 color CMYK value is (0,2,6,39).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(0,2,6,39)
C0M2Y6K39 
(0%,2%,6%,39%)
(0.00/0.02/0.06/0.39)	

CMYK percentages

%0
%1.92
%5.77
%38.82

Codes

Color #9C9993 in popluar color models

9C9993
RGB156153147
HSL40°4.35%59.41%
HSB/HSV40°5.77%61.18%
CMYK0.00%1.92%5.77%
38.82%

Color #9C9993 in popluar number systems.

HEX9C9993
Decimal156153147
Binary100111001001100110010011
Octal234231223

Shades and tints

Shades of #9C9993

#9C9993
(156,153,147)
#8E8C86
(142,140,134)
#807F79
(128,127,121)
#72726C
(114,114,108)
#64655F
(100,101,95)
#565852
(86,88,82)
#484B45
(72,75,69)
#3A3E38
(58,62,56)
#2C312B
(44,49,43)
#1E241E
(30,36,30)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9C9993

#9C9993
(156,153,147)
#A5A29C
(165,162,156)
#AEABA5
(174,171,165)
#B7B4AE
(183,180,174)
#C0BDB7
(192,189,183)
#C9C6C0
(201,198,192)
#D2CFC9
(210,207,201)
#DBD8D2
(219,216,210)
#E4E1DB
(228,225,219)
#EDEAE4
(237,234,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9993; }

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

This text font color is #9C9993.


Background Color

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

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

This div background color is #9C9993.


Border color

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

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

This div border color is #9C9993.


Opacity

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

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

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

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

This text has shadow with #9C9993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9993 on black background.


Color preview on white background

This text has color #9C9993 on white background.



Black color preview on #9C9993 background

This text has black color on #9C9993 background.


White color preview on #9C9993 background

This text has white color on #9C9993 background.