COLOR #9C8997

HEX: #9C8997
RGB: (156,137,151)

Color info

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

RGB color model

#9C8997 color RGB value is (156,137,151).

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

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 151 of 255 = 59%

156
137
151

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

Portions of RGB colors in percentages

R + G + B =
156 + 137 + 151 = 444 (100%)
R 156 of 444 ~ 35.14%
G 137 of 444 ~ 30.86%
B 151 of 444 ~ 34.01%

%35.14
%30.86
%34.01

CMYK color model

#9C8997 color CMYK value is (0,12,3,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 3.21%
  • key color value is 38.82%
CMYK:
(0,12,3,39)
C0M12Y3K39 
(0%,12%,3%,39%)
(0.00/0.12/0.03/0.39)	

CMYK percentages

%0
%12.18
%3.21
%38.82

Codes

Color #9C8997 in popluar color models

9C8997
RGB156137151
HSL316°8.76%57.45%
HSB/HSV316°12.18%61.18%
CMYK0.00%12.18%3.21%
38.82%

Color #9C8997 in popluar number systems.

HEX9C8997
Decimal156137151
Binary100111001000100110010111
Octal234211227

Shades and tints

Shades of #9C8997

#9C8997
(156,137,151)
#8E7D8A
(142,125,138)
#80717D
(128,113,125)
#726570
(114,101,112)
#645963
(100,89,99)
#564D56
(86,77,86)
#484149
(72,65,73)
#3A353C
(58,53,60)
#2C292F
(44,41,47)
#1E1D22
(30,29,34)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #9C8997

#9C8997
(156,137,151)
#A593A0
(165,147,160)
#AE9DA9
(174,157,169)
#B7A7B2
(183,167,178)
#C0B1BB
(192,177,187)
#C9BBC4
(201,187,196)
#D2C5CD
(210,197,205)
#DBCFD6
(219,207,214)
#E4D9DF
(228,217,223)
#EDE3E8
(237,227,232)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8997; }

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

This text font color is #9C8997.


Background Color

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

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

This div background color is #9C8997.


Border color

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

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

This div border color is #9C8997.


Opacity

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

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

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

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

This text has shadow with #9C8997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8997 on black background.


Color preview on white background

This text has color #9C8997 on white background.



Black color preview on #9C8997 background

This text has black color on #9C8997 background.


White color preview on #9C8997 background

This text has white color on #9C8997 background.