COLOR #9C7387

HEX: #9C7387
RGB: (156,115,135)

Color info

#9C7387 contains red, green and blue colors in about the same proportion. Web safe color of #9C7387 is #996699 (or #969).

RGB color model

#9C7387 color RGB value is (156,115,135).

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

RGB channels and saturation

R 156 of 255 = 61%
G 115 of 255 = 45%
B 135 of 255 = 53%

156
115
135

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

Portions of RGB colors in percentages

R + G + B =
156 + 115 + 135 = 406 (100%)
R 156 of 406 ~ 38.42%
G 115 of 406 ~ 28.33%
B 135 of 406 ~ 33.25%

%38.42
%28.33
%33.25

CMYK color model

#9C7387 color CMYK value is (0,26,13,39).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(0,26,13,39)
C0M26Y13K39 
(0%,26%,13%,39%)
(0.00/0.26/0.13/0.39)	

CMYK percentages

%0
%26.28
%13.46
%38.82

Codes

Color #9C7387 in popluar color models

9C7387
RGB156115135
HSL331°17.15%53.14%
HSB/HSV331°26.28%61.18%
CMYK0.00%26.28%13.46%
38.82%

Color #9C7387 in popluar number systems.

HEX9C7387
Decimal156115135
Binary10011100111001110000111
Octal234163207

Shades and tints

Shades of #9C7387

#9C7387
(156,115,135)
#8E697B
(142,105,123)
#805F6F
(128,95,111)
#725563
(114,85,99)
#644B57
(100,75,87)
#56414B
(86,65,75)
#48373F
(72,55,63)
#3A2D33
(58,45,51)
#2C2327
(44,35,39)
#1E191B
(30,25,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9C7387

#9C7387
(156,115,135)
#A57F91
(165,127,145)
#AE8B9B
(174,139,155)
#B797A5
(183,151,165)
#C0A3AF
(192,163,175)
#C9AFB9
(201,175,185)
#D2BBC3
(210,187,195)
#DBC7CD
(219,199,205)
#E4D3D7
(228,211,215)
#EDDFE1
(237,223,225)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7387; }

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

This text font color is #9C7387.


Background Color

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

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

This div background color is #9C7387.


Border color

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

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

This div border color is #9C7387.


Opacity

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

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

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

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

This text has shadow with #9C7387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7387 on black background.


Color preview on white background

This text has color #9C7387 on white background.



Black color preview on #9C7387 background

This text has black color on #9C7387 background.


White color preview on #9C7387 background

This text has white color on #9C7387 background.