COLOR #9C8E84

HEX: #9C8E84
RGB: (156,142,132)

Color info

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

RGB color model

#9C8E84 color RGB value is (156,142,132).

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

RGB channels and saturation

R 156 of 255 = 61%
G 142 of 255 = 56%
B 132 of 255 = 52%

156
142
132

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

Portions of RGB colors in percentages

R + G + B =
156 + 142 + 132 = 430 (100%)
R 156 of 430 ~ 36.28%
G 142 of 430 ~ 33.02%
B 132 of 430 ~ 30.7%

%36.28
%33.02
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK:
(0,9,15,39)
C0M9Y15K39 
(0%,9%,15%,39%)
(0.00/0.09/0.15/0.39)	

CMYK percentages

%0
%8.97
%15.38
%38.82

Codes

Color #9C8E84 in popluar color models

9C8E84
RGB156142132
HSL25°10.81%56.47%
HSB/HSV25°15.38%61.18%
CMYK0.00%8.97%15.38%
38.82%

Color #9C8E84 in popluar number systems.

HEX9C8E84
Decimal156142132
Binary100111001000111010000100
Octal234216204

Shades and tints

Shades of #9C8E84

#9C8E84
(156,142,132)
#8E8278
(142,130,120)
#80766C
(128,118,108)
#726A60
(114,106,96)
#645E54
(100,94,84)
#565248
(86,82,72)
#48463C
(72,70,60)
#3A3A30
(58,58,48)
#2C2E24
(44,46,36)
#1E2218
(30,34,24)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #9C8E84

#9C8E84
(156,142,132)
#A5988F
(165,152,143)
#AEA29A
(174,162,154)
#B7ACA5
(183,172,165)
#C0B6B0
(192,182,176)
#C9C0BB
(201,192,187)
#D2CAC6
(210,202,198)
#DBD4D1
(219,212,209)
#E4DEDC
(228,222,220)
#EDE8E7
(237,232,231)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8E84; }

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

This text font color is #9C8E84.


Background Color

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

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

This div background color is #9C8E84.


Border color

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

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

This div border color is #9C8E84.


Opacity

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

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

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

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

This text has shadow with #9C8E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8E84 on black background.


Color preview on white background

This text has color #9C8E84 on white background.



Black color preview on #9C8E84 background

This text has black color on #9C8E84 background.


White color preview on #9C8E84 background

This text has white color on #9C8E84 background.