COLOR #9C8795

HEX: #9C8795
RGB: (156,135,149)

Color info

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

RGB color model

#9C8795 color RGB value is (156,135,149).

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

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 149 of 255 = 58%

156
135
149

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 149 = 440 (100%)
R 156 of 440 ~ 35.45%
G 135 of 440 ~ 30.68%
B 149 of 440 ~ 33.86%

%35.45
%30.68
%33.86

CMYK color model

#9C8795 color CMYK value is (0,13,4,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(0,13,4,39)
C0M13Y4K39 
(0%,13%,4%,39%)
(0.00/0.13/0.04/0.39)	

CMYK percentages

%0
%13.46
%4.49
%38.82

Codes

Color #9C8795 in popluar color models

9C8795
RGB156135149
HSL320°9.59%57.06%
HSB/HSV320°13.46%61.18%
CMYK0.00%13.46%4.49%
38.82%

Color #9C8795 in popluar number systems.

HEX9C8795
Decimal156135149
Binary100111001000011110010101
Octal234207225

Shades and tints

Shades of #9C8795

#9C8795
(156,135,149)
#8E7B88
(142,123,136)
#806F7B
(128,111,123)
#72636E
(114,99,110)
#645761
(100,87,97)
#564B54
(86,75,84)
#483F47
(72,63,71)
#3A333A
(58,51,58)
#2C272D
(44,39,45)
#1E1B20
(30,27,32)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #9C8795

#9C8795
(156,135,149)
#A5919E
(165,145,158)
#AE9BA7
(174,155,167)
#B7A5B0
(183,165,176)
#C0AFB9
(192,175,185)
#C9B9C2
(201,185,194)
#D2C3CB
(210,195,203)
#DBCDD4
(219,205,212)
#E4D7DD
(228,215,221)
#EDE1E6
(237,225,230)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8795; }

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

This text font color is #9C8795.


Background Color

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

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

This div background color is #9C8795.


Border color

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

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

This div border color is #9C8795.


Opacity

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

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

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

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

This text has shadow with #9C8795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8795 on black background.


Color preview on white background

This text has color #9C8795 on white background.



Black color preview on #9C8795 background

This text has black color on #9C8795 background.


White color preview on #9C8795 background

This text has white color on #9C8795 background.