COLOR #9C8984

HEX: #9C8984
RGB: (156,137,132)

Color info

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

RGB color model

#9C8984 color RGB value is (156,137,132).

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

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 132 of 255 = 52%

156
137
132

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

Portions of RGB colors in percentages

R + G + B =
156 + 137 + 132 = 425 (100%)
R 156 of 425 ~ 36.71%
G 137 of 425 ~ 32.24%
B 132 of 425 ~ 31.06%

%36.71
%32.24
%31.06

CMYK color model

#9C8984 color CMYK value is (0,12,15,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK:
(0,12,15,39)
C0M12Y15K39 
(0%,12%,15%,39%)
(0.00/0.12/0.15/0.39)	

CMYK percentages

%0
%12.18
%15.38
%38.82

Codes

Color #9C8984 in popluar color models

9C8984
RGB156137132
HSL13°10.81%56.47%
HSB/HSV13°15.38%61.18%
CMYK0.00%12.18%15.38%
38.82%

Color #9C8984 in popluar number systems.

HEX9C8984
Decimal156137132
Binary100111001000100110000100
Octal234211204

Shades and tints

Shades of #9C8984

#9C8984
(156,137,132)
#8E7D78
(142,125,120)
#80716C
(128,113,108)
#726560
(114,101,96)
#645954
(100,89,84)
#564D48
(86,77,72)
#48413C
(72,65,60)
#3A3530
(58,53,48)
#2C2924
(44,41,36)
#1E1D18
(30,29,24)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #9C8984

#9C8984
(156,137,132)
#A5938F
(165,147,143)
#AE9D9A
(174,157,154)
#B7A7A5
(183,167,165)
#C0B1B0
(192,177,176)
#C9BBBB
(201,187,187)
#D2C5C6
(210,197,198)
#DBCFD1
(219,207,209)
#E4D9DC
(228,217,220)
#EDE3E7
(237,227,231)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8984; }

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

This text font color is #9C8984.


Background Color

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

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

This div background color is #9C8984.


Border color

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

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

This div border color is #9C8984.


Opacity

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

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

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

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

This text has shadow with #9C8984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8984 on black background.


Color preview on white background

This text has color #9C8984 on white background.



Black color preview on #9C8984 background

This text has black color on #9C8984 background.


White color preview on #9C8984 background

This text has white color on #9C8984 background.