COLOR #9C878A

HEX: #9C878A
RGB: (156,135,138)

Color info

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

RGB color model

#9C878A color RGB value is (156,135,138).

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

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 138 of 255 = 54%

156
135
138

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 138 = 429 (100%)
R 156 of 429 ~ 36.36%
G 135 of 429 ~ 31.47%
B 138 of 429 ~ 32.17%

%36.36
%31.47
%32.17

CMYK color model

#9C878A color CMYK value is (0,13,12,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(0,13,12,39)
C0M13Y12K39 
(0%,13%,12%,39%)
(0.00/0.13/0.12/0.39)	

CMYK percentages

%0
%13.46
%11.54
%38.82

Codes

Color #9C878A in popluar color models

9C878A
RGB156135138
HSL351°9.59%57.06%
HSB/HSV351°13.46%61.18%
CMYK0.00%13.46%11.54%
38.82%

Color #9C878A in popluar number systems.

HEX9C878A
Decimal156135138
Binary100111001000011110001010
Octal234207212

Shades and tints

Shades of #9C878A

#9C878A
(156,135,138)
#8E7B7E
(142,123,126)
#806F72
(128,111,114)
#726366
(114,99,102)
#64575A
(100,87,90)
#564B4E
(86,75,78)
#483F42
(72,63,66)
#3A3336
(58,51,54)
#2C272A
(44,39,42)
#1E1B1E
(30,27,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #9C878A

#9C878A
(156,135,138)
#A59194
(165,145,148)
#AE9B9E
(174,155,158)
#B7A5A8
(183,165,168)
#C0AFB2
(192,175,178)
#C9B9BC
(201,185,188)
#D2C3C6
(210,195,198)
#DBCDD0
(219,205,208)
#E4D7DA
(228,215,218)
#EDE1E4
(237,225,228)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C878A; }

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

This text font color is #9C878A.


Background Color

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

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

This div background color is #9C878A.


Border color

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

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

This div border color is #9C878A.


Opacity

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

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

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

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

This text has shadow with #9C878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C878A on black background.


Color preview on white background

This text has color #9C878A on white background.



Black color preview on #9C878A background

This text has black color on #9C878A background.


White color preview on #9C878A background

This text has white color on #9C878A background.