COLOR #9C7980

HEX: #9C7980 RGB: (156,121,128)

Color info

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

RGB color model

#9C7980 color RGB value is (156,121,128).

RGB: (156,121,128) (61%, 47%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 128 of 255 = 50%

156
121
128

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

Portions of RGB colors in percentages

R + G + B = 156 + 121 + 128 = 405 (100%)
R 156 of 405 ~ 38.52%
G 121 of 405 ~ 29.88%
B 128 of 405 ~ 31.6'%

%38.52
%29.88
%31.6

CMYK color model

#9C7980 color CMYK value is (0,22,18,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 17.95%
  • key color value is 38.82%

CMYK: (0,22,18,39)
C0M22Y18K39 (0%, 22%, 18%, 39%)
(0.00 / 0.22 / 0.18 / 0.39)

CMYK percentages

%0
%22.44
%17.95
%38.82

Codes

Color #9C7980 in popluar color models

9C 79 80
RGB 156 121 128
HSL 348° 15.02% 54.31%
HSB/HSV 348° 22.44% 61.18%
CMYK 0.00% 22.44% 17.95%
38.82%

Color #9C7980 in popluar number systems.

HEX 9C 79 80
Decimal 156 121 128
Binary 10011100 1111001 10000000
Octal 234 171 200

Shades and tints

Shades of #9C7980

#9C7980
(156,121,128)
#8E6E75
(142,110,117)
#80636A
(128,99,106)
#72585F
(114,88,95)
#644D54
(100,77,84)
#564249
(86,66,73)
#48373E
(72,55,62)
#3A2C33
(58,44,51)
#2C2128
(44,33,40)
#1E161D
(30,22,29)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #9C7980

#9C7980
(156,121,128)
#A5858B
(165,133,139)
#AE9196
(174,145,150)
#B79DA1
(183,157,161)
#C0A9AC
(192,169,172)
#C9B5B7
(201,181,183)
#D2C1C2
(210,193,194)
#DBCDCD
(219,205,205)
#E4D9D8
(228,217,216)
#EDE5E3
(237,229,227)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7980; }

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

This text font color is #9C7980.

Background Color

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

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

This div background color is #9C7980.

Border color

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

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

This div border color is #9C7980.

Opacity

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

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

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

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

This text has shadow with #9C7980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7980.

Preview

Color preview on black background

This text has color #9C7980 on black background.


Color preview on white background

This text has color #9C7980 on white background.


Black color preview on #9C7980 background

This text has black color on #9C7980 background.


White color preview on #9C7980 background

This text has white color on #9C7980 background.


Related colors

Complementary color

Complementary color for #hex is #63867F.


I love getcolorcode.com

Triadic colors

1 #809C79 and #79809C with #9C7980 are triadic colors.

2 #80799C and #799C80 with #9C7980 are triadic colors.