COLOR #9C8899

HEX: #9C8899
RGB: (156,136,153)

Color info

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

RGB color model

#9C8899 color RGB value is (156,136,153).

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

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 153 of 255 = 60%

156
136
153

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

Portions of RGB colors in percentages

R + G + B =
156 + 136 + 153 = 445 (100%)
R 156 of 445 ~ 35.06%
G 136 of 445 ~ 30.56%
B 153 of 445 ~ 34.38%

%35.06
%30.56
%34.38

CMYK color model

#9C8899 color CMYK value is (0,13,2,39).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(0,13,2,39)
C0M13Y2K39 
(0%,13%,2%,39%)
(0.00/0.13/0.02/0.39)	

CMYK percentages

%0
%12.82
%1.92
%38.82

Codes

Color #9C8899 in popluar color models

9C8899
RGB156136153
HSL309°9.17%57.25%
HSB/HSV309°12.82%61.18%
CMYK0.00%12.82%1.92%
38.82%

Color #9C8899 in popluar number systems.

HEX9C8899
Decimal156136153
Binary100111001000100010011001
Octal234210231

Shades and tints

Shades of #9C8899

#9C8899
(156,136,153)
#8E7C8C
(142,124,140)
#80707F
(128,112,127)
#726472
(114,100,114)
#645865
(100,88,101)
#564C58
(86,76,88)
#48404B
(72,64,75)
#3A343E
(58,52,62)
#2C2831
(44,40,49)
#1E1C24
(30,28,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #9C8899

#9C8899
(156,136,153)
#A592A2
(165,146,162)
#AE9CAB
(174,156,171)
#B7A6B4
(183,166,180)
#C0B0BD
(192,176,189)
#C9BAC6
(201,186,198)
#D2C4CF
(210,196,207)
#DBCED8
(219,206,216)
#E4D8E1
(228,216,225)
#EDE2EA
(237,226,234)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8899; }

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

This text font color is #9C8899.


Background Color

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

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

This div background color is #9C8899.


Border color

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

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

This div border color is #9C8899.


Opacity

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

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

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

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

This text has shadow with #9C8899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8899 on black background.


Color preview on white background

This text has color #9C8899 on white background.



Black color preview on #9C8899 background

This text has black color on #9C8899 background.


White color preview on #9C8899 background

This text has white color on #9C8899 background.