COLOR #9C6980

HEX: #9C6980
RGB: (156,105,128)

Color info

#9C6980 contains red, green and blue colors in about the same proportion. Web safe color of #9C6980 is #996666 (or #966).

RGB color model

#9C6980 color RGB value is (156,105,128).

  • red value is 156;
  • green value is 105;
  • blue value is 128.
RGB:
(156,105,128)
(61%,41%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 105 of 255 = 41%
B 128 of 255 = 50%

156
105
128

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

Portions of RGB colors in percentages

R + G + B =
156 + 105 + 128 = 389 (100%)
R 156 of 389 ~ 40.1%
G 105 of 389 ~ 26.99%
B 128 of 389 ~ 32.9%

%40.1
%26.99
%32.9

CMYK color model

#9C6980 color CMYK value is (0,33,18,39).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 17.95%
  • key color value is 38.82%
CMYK:
(0,33,18,39)
C0M33Y18K39 
(0%,33%,18%,39%)
(0.00/0.33/0.18/0.39)	

CMYK percentages

%0
%32.69
%17.95
%38.82

Codes

Color #9C6980 in popluar color models

9C6980
RGB156105128
HSL333°20.48%51.18%
HSB/HSV333°32.69%61.18%
CMYK0.00%32.69%17.95%
38.82%

Color #9C6980 in popluar number systems.

HEX9C6980
Decimal156105128
Binary10011100110100110000000
Octal234151200

Shades and tints

Shades of #9C6980

#9C6980
(156,105,128)
#8E6075
(142,96,117)
#80576A
(128,87,106)
#724E5F
(114,78,95)
#644554
(100,69,84)
#563C49
(86,60,73)
#48333E
(72,51,62)
#3A2A33
(58,42,51)
#2C2128
(44,33,40)
#1E181D
(30,24,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #9C6980

#9C6980
(156,105,128)
#A5768B
(165,118,139)
#AE8396
(174,131,150)
#B790A1
(183,144,161)
#C09DAC
(192,157,172)
#C9AAB7
(201,170,183)
#D2B7C2
(210,183,194)
#DBC4CD
(219,196,205)
#E4D1D8
(228,209,216)
#EDDEE3
(237,222,227)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6980 color. Also use rgb(156,105,128) instead hex code.

Text Font Color

.myTextColor { color: #9C6980; }

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

This text font color is #9C6980.


Background Color

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

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

This div background color is #9C6980.


Border color

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

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

This div border color is #9C6980.


Opacity

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

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

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

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

This text has shadow with #9C6980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6980 on black background.


Color preview on white background

This text has color #9C6980 on white background.



Black color preview on #9C6980 background

This text has black color on #9C6980 background.


White color preview on #9C6980 background

This text has white color on #9C6980 background.