COLOR #9C9884

HEX: #9C9884
RGB: (156,152,132)

Color info

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

RGB color model

#9C9884 color RGB value is (156,152,132).

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

RGB channels and saturation

R 156 of 255 = 61%
G 152 of 255 = 60%
B 132 of 255 = 52%

156
152
132

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

Portions of RGB colors in percentages

R + G + B =
156 + 152 + 132 = 440 (100%)
R 156 of 440 ~ 35.45%
G 152 of 440 ~ 34.55%
B 132 of 440 ~ 30%

%35.45
%34.55
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK:
(0,3,15,39)
C0M3Y15K39 
(0%,3%,15%,39%)
(0.00/0.03/0.15/0.39)	

CMYK percentages

%0
%2.56
%15.38
%38.82

Codes

Color #9C9884 in popluar color models

9C9884
RGB156152132
HSL50°10.81%56.47%
HSB/HSV50°15.38%61.18%
CMYK0.00%2.56%15.38%
38.82%

Color #9C9884 in popluar number systems.

HEX9C9884
Decimal156152132
Binary100111001001100010000100
Octal234230204

Shades and tints

Shades of #9C9884

#9C9884
(156,152,132)
#8E8B78
(142,139,120)
#807E6C
(128,126,108)
#727160
(114,113,96)
#646454
(100,100,84)
#565748
(86,87,72)
#484A3C
(72,74,60)
#3A3D30
(58,61,48)
#2C3024
(44,48,36)
#1E2318
(30,35,24)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #9C9884

#9C9884
(156,152,132)
#A5A18F
(165,161,143)
#AEAA9A
(174,170,154)
#B7B3A5
(183,179,165)
#C0BCB0
(192,188,176)
#C9C5BB
(201,197,187)
#D2CEC6
(210,206,198)
#DBD7D1
(219,215,209)
#E4E0DC
(228,224,220)
#EDE9E7
(237,233,231)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9884; }

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

This text font color is #9C9884.


Background Color

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

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

This div background color is #9C9884.


Border color

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

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

This div border color is #9C9884.


Opacity

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

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

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

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

This text has shadow with #9C9884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9884 on black background.


Color preview on white background

This text has color #9C9884 on white background.



Black color preview on #9C9884 background

This text has black color on #9C9884 background.


White color preview on #9C9884 background

This text has white color on #9C9884 background.