COLOR #9C8595

HEX: #9C8595
RGB: (156,133,149)

Color info

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

RGB color model

#9C8595 color RGB value is (156,133,149).

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

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 149 of 255 = 58%

156
133
149

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

Portions of RGB colors in percentages

R + G + B =
156 + 133 + 149 = 438 (100%)
R 156 of 438 ~ 35.62%
G 133 of 438 ~ 30.37%
B 149 of 438 ~ 34.02%

%35.62
%30.37
%34.02

CMYK color model

#9C8595 color CMYK value is (0,15,4,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(0,15,4,39)
C0M15Y4K39 
(0%,15%,4%,39%)
(0.00/0.15/0.04/0.39)	

CMYK percentages

%0
%14.74
%4.49
%38.82

Codes

Color #9C8595 in popluar color models

9C8595
RGB156133149
HSL318°10.41%56.67%
HSB/HSV318°14.74%61.18%
CMYK0.00%14.74%4.49%
38.82%

Color #9C8595 in popluar number systems.

HEX9C8595
Decimal156133149
Binary100111001000010110010101
Octal234205225

Shades and tints

Shades of #9C8595

#9C8595
(156,133,149)
#8E7988
(142,121,136)
#806D7B
(128,109,123)
#72616E
(114,97,110)
#645561
(100,85,97)
#564954
(86,73,84)
#483D47
(72,61,71)
#3A313A
(58,49,58)
#2C252D
(44,37,45)
#1E1920
(30,25,32)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #9C8595

#9C8595
(156,133,149)
#A5909E
(165,144,158)
#AE9BA7
(174,155,167)
#B7A6B0
(183,166,176)
#C0B1B9
(192,177,185)
#C9BCC2
(201,188,194)
#D2C7CB
(210,199,203)
#DBD2D4
(219,210,212)
#E4DDDD
(228,221,221)
#EDE8E6
(237,232,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8595; }

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

This text font color is #9C8595.


Background Color

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

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

This div background color is #9C8595.


Border color

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

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

This div border color is #9C8595.


Opacity

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

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

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

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

This text has shadow with #9C8595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8595 on black background.


Color preview on white background

This text has color #9C8595 on white background.



Black color preview on #9C8595 background

This text has black color on #9C8595 background.


White color preview on #9C8595 background

This text has white color on #9C8595 background.