COLOR #9C7088

HEX: #9C7088
RGB: (156,112,136)

Color info

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

RGB color model

#9C7088 color RGB value is (156,112,136).

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

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 136 of 255 = 53%

156
112
136

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

Portions of RGB colors in percentages

R + G + B =
156 + 112 + 136 = 404 (100%)
R 156 of 404 ~ 38.61%
G 112 of 404 ~ 27.72%
B 136 of 404 ~ 33.66%

%38.61
%27.72
%33.66

CMYK color model

#9C7088 color CMYK value is (0,28,13,39).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 12.82%
  • key color value is 38.82%
CMYK:
(0,28,13,39)
C0M28Y13K39 
(0%,28%,13%,39%)
(0.00/0.28/0.13/0.39)	

CMYK percentages

%0
%28.21
%12.82
%38.82

Codes

Color #9C7088 in popluar color models

9C7088
RGB156112136
HSL327°18.18%52.55%
HSB/HSV327°28.21%61.18%
CMYK0.00%28.21%12.82%
38.82%

Color #9C7088 in popluar number systems.

HEX9C7088
Decimal156112136
Binary10011100111000010001000
Octal234160210

Shades and tints

Shades of #9C7088

#9C7088
(156,112,136)
#8E667C
(142,102,124)
#805C70
(128,92,112)
#725264
(114,82,100)
#644858
(100,72,88)
#563E4C
(86,62,76)
#483440
(72,52,64)
#3A2A34
(58,42,52)
#2C2028
(44,32,40)
#1E161C
(30,22,28)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #9C7088

#9C7088
(156,112,136)
#A57D92
(165,125,146)
#AE8A9C
(174,138,156)
#B797A6
(183,151,166)
#C0A4B0
(192,164,176)
#C9B1BA
(201,177,186)
#D2BEC4
(210,190,196)
#DBCBCE
(219,203,206)
#E4D8D8
(228,216,216)
#EDE5E2
(237,229,226)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7088; }

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

This text font color is #9C7088.


Background Color

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

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

This div background color is #9C7088.


Border color

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

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

This div border color is #9C7088.


Opacity

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

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

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

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

This text has shadow with #9C7088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7088 on black background.


Color preview on white background

This text has color #9C7088 on white background.



Black color preview on #9C7088 background

This text has black color on #9C7088 background.


White color preview on #9C7088 background

This text has white color on #9C7088 background.