COLOR #9C8396

HEX: #9C8396
RGB: (156,131,150)

Color info

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

RGB color model

#9C8396 color RGB value is (156,131,150).

  • red value is 156;
  • green value is 131;
  • blue value is 150.
RGB:
(156,131,150)
(61%,51%,59%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 150 of 255 = 59%

156
131
150

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

Portions of RGB colors in percentages

R + G + B =
156 + 131 + 150 = 437 (100%)
R 156 of 437 ~ 35.7%
G 131 of 437 ~ 29.98%
B 150 of 437 ~ 34.32%

%35.7
%29.98
%34.32

CMYK color model

#9C8396 color CMYK value is (0,16,4,39).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 3.85%
  • key color value is 38.82%
CMYK:
(0,16,4,39)
C0M16Y4K39 
(0%,16%,4%,39%)
(0.00/0.16/0.04/0.39)	

CMYK percentages

%0
%16.03
%3.85
%38.82

Codes

Color #9C8396 in popluar color models

9C8396
RGB156131150
HSL314°11.21%56.27%
HSB/HSV314°16.03%61.18%
CMYK0.00%16.03%3.85%
38.82%

Color #9C8396 in popluar number systems.

HEX9C8396
Decimal156131150
Binary100111001000001110010110
Octal234203226

Shades and tints

Shades of #9C8396

#9C8396
(156,131,150)
#8E7889
(142,120,137)
#806D7C
(128,109,124)
#72626F
(114,98,111)
#645762
(100,87,98)
#564C55
(86,76,85)
#484148
(72,65,72)
#3A363B
(58,54,59)
#2C2B2E
(44,43,46)
#1E2021
(30,32,33)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #9C8396

#9C8396
(156,131,150)
#A58E9F
(165,142,159)
#AE99A8
(174,153,168)
#B7A4B1
(183,164,177)
#C0AFBA
(192,175,186)
#C9BAC3
(201,186,195)
#D2C5CC
(210,197,204)
#DBD0D5
(219,208,213)
#E4DBDE
(228,219,222)
#EDE6E7
(237,230,231)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8396 color. Also use rgb(156,131,150) instead hex code.

Text Font Color

.myTextColor { color: #9C8396; }

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

This text font color is #9C8396.


Background Color

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

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

This div background color is #9C8396.


Border color

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

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

This div border color is #9C8396.


Opacity

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

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

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

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

This text has shadow with #9C8396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8396 on black background.


Color preview on white background

This text has color #9C8396 on white background.



Black color preview on #9C8396 background

This text has black color on #9C8396 background.


White color preview on #9C8396 background

This text has white color on #9C8396 background.