COLOR #9C9997

HEX: #9C9997
RGB: (156,153,151)

Color info

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

RGB color model

#9C9997 color RGB value is (156,153,151).

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

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 151 of 255 = 59%

156
153
151

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

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 151 = 460 (100%)
R 156 of 460 ~ 33.91%
G 153 of 460 ~ 33.26%
B 151 of 460 ~ 32.83%

%33.91
%33.26
%32.83

CMYK color model

#9C9997 color CMYK value is (0,2,3,39).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 3.21%
  • key color value is 38.82%
CMYK:
(0,2,3,39)
C0M2Y3K39 
(0%,2%,3%,39%)
(0.00/0.02/0.03/0.39)	

CMYK percentages

%0
%1.92
%3.21
%38.82

Codes

Color #9C9997 in popluar color models

9C9997
RGB156153151
HSL24°2.46%60.20%
HSB/HSV24°3.21%61.18%
CMYK0.00%1.92%3.21%
38.82%

Color #9C9997 in popluar number systems.

HEX9C9997
Decimal156153151
Binary100111001001100110010111
Octal234231227

Shades and tints

Shades of #9C9997

#9C9997
(156,153,151)
#8E8C8A
(142,140,138)
#807F7D
(128,127,125)
#727270
(114,114,112)
#646563
(100,101,99)
#565856
(86,88,86)
#484B49
(72,75,73)
#3A3E3C
(58,62,60)
#2C312F
(44,49,47)
#1E2422
(30,36,34)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #9C9997

#9C9997
(156,153,151)
#A5A2A0
(165,162,160)
#AEABA9
(174,171,169)
#B7B4B2
(183,180,178)
#C0BDBB
(192,189,187)
#C9C6C4
(201,198,196)
#D2CFCD
(210,207,205)
#DBD8D6
(219,216,214)
#E4E1DF
(228,225,223)
#EDEAE8
(237,234,232)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9997; }

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

This text font color is #9C9997.


Background Color

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

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

This div background color is #9C9997.


Border color

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

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

This div border color is #9C9997.


Opacity

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

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

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

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

This text has shadow with #9C9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9997 on black background.


Color preview on white background

This text has color #9C9997 on white background.



Black color preview on #9C9997 background

This text has black color on #9C9997 background.


White color preview on #9C9997 background

This text has white color on #9C9997 background.