COLOR #9C7F8B

HEX: #9C7F8B
RGB: (156,127,139)

Color info

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

RGB color model

#9C7F8B color RGB value is (156,127,139).

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

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 139 of 255 = 55%

156
127
139

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

Portions of RGB colors in percentages

R + G + B =
156 + 127 + 139 = 422 (100%)
R 156 of 422 ~ 36.97%
G 127 of 422 ~ 30.09%
B 139 of 422 ~ 32.94%

%36.97
%30.09
%32.94

CMYK color model

#9C7F8B color CMYK value is (0,19,11,39).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 10.90%
  • key color value is 38.82%
CMYK:
(0,19,11,39)
C0M19Y11K39 
(0%,19%,11%,39%)
(0.00/0.19/0.11/0.39)	

CMYK percentages

%0
%18.59
%10.9
%38.82

Codes

Color #9C7F8B in popluar color models

9C7F8B
RGB156127139
HSL335°12.78%55.49%
HSB/HSV335°18.59%61.18%
CMYK0.00%18.59%10.90%
38.82%

Color #9C7F8B in popluar number systems.

HEX9C7F8B
Decimal156127139
Binary10011100111111110001011
Octal234177213

Shades and tints

Shades of #9C7F8B

#9C7F8B
(156,127,139)
#8E747F
(142,116,127)
#806973
(128,105,115)
#725E67
(114,94,103)
#64535B
(100,83,91)
#56484F
(86,72,79)
#483D43
(72,61,67)
#3A3237
(58,50,55)
#2C272B
(44,39,43)
#1E1C1F
(30,28,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #9C7F8B

#9C7F8B
(156,127,139)
#A58A95
(165,138,149)
#AE959F
(174,149,159)
#B7A0A9
(183,160,169)
#C0ABB3
(192,171,179)
#C9B6BD
(201,182,189)
#D2C1C7
(210,193,199)
#DBCCD1
(219,204,209)
#E4D7DB
(228,215,219)
#EDE2E5
(237,226,229)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7F8B; }

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

This text font color is #9C7F8B.


Background Color

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

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

This div background color is #9C7F8B.


Border color

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

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

This div border color is #9C7F8B.


Opacity

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

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

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

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

This text has shadow with #9C7F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7F8B on black background.


Color preview on white background

This text has color #9C7F8B on white background.



Black color preview on #9C7F8B background

This text has black color on #9C7F8B background.


White color preview on #9C7F8B background

This text has white color on #9C7F8B background.