COLOR #9C8790

HEX: #9C8790
RGB: (156,135,144)

Color info

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

RGB color model

#9C8790 color RGB value is (156,135,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 144 of 255 = 56%

156
135
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 144 = 435 (100%)
R 156 of 435 ~ 35.86%
G 135 of 435 ~ 31.03%
B 144 of 435 ~ 33.1%

%35.86
%31.03
%33.1

CMYK color model

#9C8790 color CMYK value is (0,13,8,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,13,8,39)
C0M13Y8K39 
(0%,13%,8%,39%)
(0.00/0.13/0.08/0.39)	

CMYK percentages

%0
%13.46
%7.69
%38.82

Codes

Color #9C8790 in popluar color models

9C8790
RGB156135144
HSL334°9.59%57.06%
HSB/HSV334°13.46%61.18%
CMYK0.00%13.46%7.69%
38.82%

Color #9C8790 in popluar number systems.

HEX9C8790
Decimal156135144
Binary100111001000011110010000
Octal234207220

Shades and tints

Shades of #9C8790

#9C8790
(156,135,144)
#8E7B83
(142,123,131)
#806F76
(128,111,118)
#726369
(114,99,105)
#64575C
(100,87,92)
#564B4F
(86,75,79)
#483F42
(72,63,66)
#3A3335
(58,51,53)
#2C2728
(44,39,40)
#1E1B1B
(30,27,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #9C8790

#9C8790
(156,135,144)
#A5919A
(165,145,154)
#AE9BA4
(174,155,164)
#B7A5AE
(183,165,174)
#C0AFB8
(192,175,184)
#C9B9C2
(201,185,194)
#D2C3CC
(210,195,204)
#DBCDD6
(219,205,214)
#E4D7E0
(228,215,224)
#EDE1EA
(237,225,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8790; }

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

This text font color is #9C8790.


Background Color

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

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

This div background color is #9C8790.


Border color

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

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

This div border color is #9C8790.


Opacity

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

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

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

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

This text has shadow with #9C8790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8790 on black background.


Color preview on white background

This text has color #9C8790 on white background.



Black color preview on #9C8790 background

This text has black color on #9C8790 background.


White color preview on #9C8790 background

This text has white color on #9C8790 background.