COLOR #9C878F

HEX: #9C878F
RGB: (156,135,143)

Color info

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

RGB color model

#9C878F color RGB value is (156,135,143).

  • red value is 156;
  • green value is 135;
  • blue value is 143.
RGB:
(156,135,143)
(61%,53%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 143 of 255 = 56%

156
135
143

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 143 = 434 (100%)
R 156 of 434 ~ 35.94%
G 135 of 434 ~ 31.11%
B 143 of 434 ~ 32.95%

%35.94
%31.11
%32.95

CMYK color model

#9C878F color CMYK value is (0,13,8,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 8.33%
  • key color value is 38.82%
CMYK:
(0,13,8,39)
C0M13Y8K39 
(0%,13%,8%,39%)
(0.00/0.13/0.08/0.39)	

CMYK percentages

%0
%13.46
%8.33
%38.82

Codes

Color #9C878F in popluar color models

9C878F
RGB156135143
HSL337°9.59%57.06%
HSB/HSV337°13.46%61.18%
CMYK0.00%13.46%8.33%
38.82%

Color #9C878F in popluar number systems.

HEX9C878F
Decimal156135143
Binary100111001000011110001111
Octal234207217

Shades and tints

Shades of #9C878F

#9C878F
(156,135,143)
#8E7B82
(142,123,130)
#806F75
(128,111,117)
#726368
(114,99,104)
#64575B
(100,87,91)
#564B4E
(86,75,78)
#483F41
(72,63,65)
#3A3334
(58,51,52)
#2C2727
(44,39,39)
#1E1B1A
(30,27,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #9C878F

#9C878F
(156,135,143)
#A59199
(165,145,153)
#AE9BA3
(174,155,163)
#B7A5AD
(183,165,173)
#C0AFB7
(192,175,183)
#C9B9C1
(201,185,193)
#D2C3CB
(210,195,203)
#DBCDD5
(219,205,213)
#E4D7DF
(228,215,223)
#EDE1E9
(237,225,233)
#F6EBF3
(246,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C878F color. Also use rgb(156,135,143) instead hex code.

Text Font Color

.myTextColor { color: #9C878F; }

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

This text font color is #9C878F.


Background Color

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

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

This div background color is #9C878F.


Border color

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

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

This div border color is #9C878F.


Opacity

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

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

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

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

This text has shadow with #9C878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C878F on black background.


Color preview on white background

This text has color #9C878F on white background.



Black color preview on #9C878F background

This text has black color on #9C878F background.


White color preview on #9C878F background

This text has white color on #9C878F background.