COLOR #9C7E9E

HEX: #9C7E9E
RGB: (156,126,158)

Color info

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

RGB color model

#9C7E9E color RGB value is (156,126,158).

  • red value is 156;
  • green value is 126;
  • blue value is 158.
RGB:
(156,126,158)
(61%,49%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 158 of 255 = 62%

156
126
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 126 + 158 = 440 (100%)
R 156 of 440 ~ 35.45%
G 126 of 440 ~ 28.64%
B 158 of 440 ~ 35.91%

%35.45
%28.64
%35.91

CMYK color model

#9C7E9E color CMYK value is (1,20,0,38).

  • cyan value is 1.27%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(1,20,0,38)
C1M20Y0K38 
(1%,20%,0%,38%)
(0.01/0.20/0.00/0.38)	

CMYK percentages

%1.27
%20.25
%0
%38.04

Codes

Color #9C7E9E in popluar color models

9C7E9E
RGB156126158
HSL296°14.16%55.69%
HSB/HSV296°20.25%61.96%
CMYK1.27%20.25%0.00%
38.04%

Color #9C7E9E in popluar number systems.

HEX9C7E9E
Decimal156126158
Binary10011100111111010011110
Octal234176236

Shades and tints

Shades of #9C7E9E

#9C7E9E
(156,126,158)
#8E7390
(142,115,144)
#806882
(128,104,130)
#725D74
(114,93,116)
#645266
(100,82,102)
#564758
(86,71,88)
#483C4A
(72,60,74)
#3A313C
(58,49,60)
#2C262E
(44,38,46)
#1E1B20
(30,27,32)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #9C7E9E

#9C7E9E
(156,126,158)
#A589A6
(165,137,166)
#AE94AE
(174,148,174)
#B79FB6
(183,159,182)
#C0AABE
(192,170,190)
#C9B5C6
(201,181,198)
#D2C0CE
(210,192,206)
#DBCBD6
(219,203,214)
#E4D6DE
(228,214,222)
#EDE1E6
(237,225,230)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7E9E color. Also use rgb(156,126,158) instead hex code.

Text Font Color

.myTextColor { color: #9C7E9E; }

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

This text font color is #9C7E9E.


Background Color

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

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

This div background color is #9C7E9E.


Border color

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

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

This div border color is #9C7E9E.


Opacity

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

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

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

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

This text has shadow with #9C7E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7E9E on black background.


Color preview on white background

This text has color #9C7E9E on white background.



Black color preview on #9C7E9E background

This text has black color on #9C7E9E background.


White color preview on #9C7E9E background

This text has white color on #9C7E9E background.