COLOR #9C7A8B

HEX: #9C7A8B
RGB: (156,122,139)

Color info

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

RGB color model

#9C7A8B color RGB value is (156,122,139).

  • red value is 156;
  • green value is 122;
  • blue value is 139.
RGB:
(156,122,139)
(61%,48%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 122 of 255 = 48%
B 139 of 255 = 55%

156
122
139

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

Portions of RGB colors in percentages

R + G + B =
156 + 122 + 139 = 417 (100%)
R 156 of 417 ~ 37.41%
G 122 of 417 ~ 29.26%
B 139 of 417 ~ 33.33%

%37.41
%29.26
%33.33

CMYK color model

#9C7A8B color CMYK value is (0,22,11,39).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 10.90%
  • key color value is 38.82%
CMYK:
(0,22,11,39)
C0M22Y11K39 
(0%,22%,11%,39%)
(0.00/0.22/0.11/0.39)	

CMYK percentages

%0
%21.79
%10.9
%38.82

Codes

Color #9C7A8B in popluar color models

9C7A8B
RGB156122139
HSL330°14.66%54.51%
HSB/HSV330°21.79%61.18%
CMYK0.00%21.79%10.90%
38.82%

Color #9C7A8B in popluar number systems.

HEX9C7A8B
Decimal156122139
Binary10011100111101010001011
Octal234172213

Shades and tints

Shades of #9C7A8B

#9C7A8B
(156,122,139)
#8E6F7F
(142,111,127)
#806473
(128,100,115)
#725967
(114,89,103)
#644E5B
(100,78,91)
#56434F
(86,67,79)
#483843
(72,56,67)
#3A2D37
(58,45,55)
#2C222B
(44,34,43)
#1E171F
(30,23,31)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #9C7A8B

#9C7A8B
(156,122,139)
#A58695
(165,134,149)
#AE929F
(174,146,159)
#B79EA9
(183,158,169)
#C0AAB3
(192,170,179)
#C9B6BD
(201,182,189)
#D2C2C7
(210,194,199)
#DBCED1
(219,206,209)
#E4DADB
(228,218,219)
#EDE6E5
(237,230,229)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7A8B color. Also use rgb(156,122,139) instead hex code.

Text Font Color

.myTextColor { color: #9C7A8B; }

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

This text font color is #9C7A8B.


Background Color

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

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

This div background color is #9C7A8B.


Border color

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

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

This div border color is #9C7A8B.


Opacity

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

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

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

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

This text has shadow with #9C7A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7A8B on black background.


Color preview on white background

This text has color #9C7A8B on white background.



Black color preview on #9C7A8B background

This text has black color on #9C7A8B background.


White color preview on #9C7A8B background

This text has white color on #9C7A8B background.