COLOR #9C8792

HEX: #9C8792
RGB: (156,135,146)

Color info

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

RGB color model

#9C8792 color RGB value is (156,135,146).

  • red value is 156;
  • green value is 135;
  • blue value is 146.
RGB:
(156,135,146)
(61%,53%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 146 of 255 = 57%

156
135
146

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 146 = 437 (100%)
R 156 of 437 ~ 35.7%
G 135 of 437 ~ 30.89%
B 146 of 437 ~ 33.41%

%35.7
%30.89
%33.41

CMYK color model

#9C8792 color CMYK value is (0,13,6,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 6.41%
  • key color value is 38.82%
CMYK:
(0,13,6,39)
C0M13Y6K39 
(0%,13%,6%,39%)
(0.00/0.13/0.06/0.39)	

CMYK percentages

%0
%13.46
%6.41
%38.82

Codes

Color #9C8792 in popluar color models

9C8792
RGB156135146
HSL329°9.59%57.06%
HSB/HSV329°13.46%61.18%
CMYK0.00%13.46%6.41%
38.82%

Color #9C8792 in popluar number systems.

HEX9C8792
Decimal156135146
Binary100111001000011110010010
Octal234207222

Shades and tints

Shades of #9C8792

#9C8792
(156,135,146)
#8E7B85
(142,123,133)
#806F78
(128,111,120)
#72636B
(114,99,107)
#64575E
(100,87,94)
#564B51
(86,75,81)
#483F44
(72,63,68)
#3A3337
(58,51,55)
#2C272A
(44,39,42)
#1E1B1D
(30,27,29)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #9C8792

#9C8792
(156,135,146)
#A5919B
(165,145,155)
#AE9BA4
(174,155,164)
#B7A5AD
(183,165,173)
#C0AFB6
(192,175,182)
#C9B9BF
(201,185,191)
#D2C3C8
(210,195,200)
#DBCDD1
(219,205,209)
#E4D7DA
(228,215,218)
#EDE1E3
(237,225,227)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8792 color. Also use rgb(156,135,146) instead hex code.

Text Font Color

.myTextColor { color: #9C8792; }

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

This text font color is #9C8792.


Background Color

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

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

This div background color is #9C8792.


Border color

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

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

This div border color is #9C8792.


Opacity

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

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

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

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

This text has shadow with #9C8792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8792 on black background.


Color preview on white background

This text has color #9C8792 on white background.



Black color preview on #9C8792 background

This text has black color on #9C8792 background.


White color preview on #9C8792 background

This text has white color on #9C8792 background.