COLOR #9C8894

HEX: #9C8894
RGB: (156,136,148)

Color info

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

RGB color model

#9C8894 color RGB value is (156,136,148).

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

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 148 of 255 = 58%

156
136
148

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

Portions of RGB colors in percentages

R + G + B =
156 + 136 + 148 = 440 (100%)
R 156 of 440 ~ 35.45%
G 136 of 440 ~ 30.91%
B 148 of 440 ~ 33.64%

%35.45
%30.91
%33.64

CMYK color model

#9C8894 color CMYK value is (0,13,5,39).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 5.13%
  • key color value is 38.82%
CMYK:
(0,13,5,39)
C0M13Y5K39 
(0%,13%,5%,39%)
(0.00/0.13/0.05/0.39)	

CMYK percentages

%0
%12.82
%5.13
%38.82

Codes

Color #9C8894 in popluar color models

9C8894
RGB156136148
HSL324°9.17%57.25%
HSB/HSV324°12.82%61.18%
CMYK0.00%12.82%5.13%
38.82%

Color #9C8894 in popluar number systems.

HEX9C8894
Decimal156136148
Binary100111001000100010010100
Octal234210224

Shades and tints

Shades of #9C8894

#9C8894
(156,136,148)
#8E7C87
(142,124,135)
#80707A
(128,112,122)
#72646D
(114,100,109)
#645860
(100,88,96)
#564C53
(86,76,83)
#484046
(72,64,70)
#3A3439
(58,52,57)
#2C282C
(44,40,44)
#1E1C1F
(30,28,31)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #9C8894

#9C8894
(156,136,148)
#A5929D
(165,146,157)
#AE9CA6
(174,156,166)
#B7A6AF
(183,166,175)
#C0B0B8
(192,176,184)
#C9BAC1
(201,186,193)
#D2C4CA
(210,196,202)
#DBCED3
(219,206,211)
#E4D8DC
(228,216,220)
#EDE2E5
(237,226,229)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8894; }

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

This text font color is #9C8894.


Background Color

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

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

This div background color is #9C8894.


Border color

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

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

This div border color is #9C8894.


Opacity

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

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

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

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

This text has shadow with #9C8894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8894 on black background.


Color preview on white background

This text has color #9C8894 on white background.



Black color preview on #9C8894 background

This text has black color on #9C8894 background.


White color preview on #9C8894 background

This text has white color on #9C8894 background.