COLOR #9C9E84

HEX: #9C9E84
RGB: (156,158,132)

Color info

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

RGB color model

#9C9E84 color RGB value is (156,158,132).

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

RGB channels and saturation

R 156 of 255 = 61%
G 158 of 255 = 62%
B 132 of 255 = 52%

156
158
132

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

Portions of RGB colors in percentages

R + G + B =
156 + 158 + 132 = 446 (100%)
R 156 of 446 ~ 34.98%
G 158 of 446 ~ 35.43%
B 132 of 446 ~ 29.6%

%34.98
%35.43
%29.6

CMYK color model

#9C9E84 color CMYK value is (1,0,16,38).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 38.04%
CMYK:
(1,0,16,38)
C1M0Y16K38 
(1%,0%,16%,38%)
(0.01/0.00/0.16/0.38)	

CMYK percentages

%1.27
%0
%16.46
%38.04

Codes

Color #9C9E84 in popluar color models

9C9E84
RGB156158132
HSL65°11.82%56.86%
HSB/HSV65°16.46%61.96%
CMYK1.27%0.00%16.46%
38.04%

Color #9C9E84 in popluar number systems.

HEX9C9E84
Decimal156158132
Binary100111001001111010000100
Octal234236204

Shades and tints

Shades of #9C9E84

#9C9E84
(156,158,132)
#8E9078
(142,144,120)
#80826C
(128,130,108)
#727460
(114,116,96)
#646654
(100,102,84)
#565848
(86,88,72)
#484A3C
(72,74,60)
#3A3C30
(58,60,48)
#2C2E24
(44,46,36)
#1E2018
(30,32,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #9C9E84

#9C9E84
(156,158,132)
#A5A68F
(165,166,143)
#AEAE9A
(174,174,154)
#B7B6A5
(183,182,165)
#C0BEB0
(192,190,176)
#C9C6BB
(201,198,187)
#D2CEC6
(210,206,198)
#DBD6D1
(219,214,209)
#E4DEDC
(228,222,220)
#EDE6E7
(237,230,231)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9E84; }

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

This text font color is #9C9E84.


Background Color

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

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

This div background color is #9C9E84.


Border color

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

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

This div border color is #9C9E84.


Opacity

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

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

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

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

This text has shadow with #9C9E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9E84 on black background.


Color preview on white background

This text has color #9C9E84 on white background.



Black color preview on #9C9E84 background

This text has black color on #9C9E84 background.


White color preview on #9C9E84 background

This text has white color on #9C9E84 background.