COLOR #9C7388

HEX: #9C7388
RGB: (156,115,136)

Color info

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

RGB color model

#9C7388 color RGB value is (156,115,136).

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

RGB channels and saturation

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

156
115
136

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

Portions of RGB colors in percentages

R + G + B =
156 + 115 + 136 = 407 (100%)
R 156 of 407 ~ 38.33%
G 115 of 407 ~ 28.26%
B 136 of 407 ~ 33.42%

%38.33
%28.26
%33.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 12.82%
  • 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
%12.82
%38.82

Codes

Color #9C7388 in popluar color models

9C7388
RGB156115136
HSL329°17.15%53.14%
HSB/HSV329°26.28%61.18%
CMYK0.00%26.28%12.82%
38.82%

Color #9C7388 in popluar number systems.

HEX9C7388
Decimal156115136
Binary10011100111001110001000
Octal234163210

Shades and tints

Shades of #9C7388

#9C7388
(156,115,136)
#8E697C
(142,105,124)
#805F70
(128,95,112)
#725564
(114,85,100)
#644B58
(100,75,88)
#56414C
(86,65,76)
#483740
(72,55,64)
#3A2D34
(58,45,52)
#2C2328
(44,35,40)
#1E191C
(30,25,28)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #9C7388

#9C7388
(156,115,136)
#A57F92
(165,127,146)
#AE8B9C
(174,139,156)
#B797A6
(183,151,166)
#C0A3B0
(192,163,176)
#C9AFBA
(201,175,186)
#D2BBC4
(210,187,196)
#DBC7CE
(219,199,206)
#E4D3D8
(228,211,216)
#EDDFE2
(237,223,226)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7388; }

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

This text font color is #9C7388.


Background Color

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

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

This div background color is #9C7388.


Border color

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

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

This div border color is #9C7388.


Opacity

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

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

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

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

This text has shadow with #9C7388 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9C7388 on black background.


Color preview on white background

This text has color #9C7388 on white background.



Black color preview on #9C7388 background

This text has black color on #9C7388 background.


White color preview on #9C7388 background

This text has white color on #9C7388 background.