COLOR #9C7E9A

HEX: #9C7E9A RGB: (156,126,154)

Color info

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

RGB color model

#9C7E9A color RGB value is (156,126,154).

RGB: (156,126,154) (61%, 49%, 60%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 154 of 255 = 60%

156
126
154

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 154 = 436 (100%)
R 156 of 436 ~ 35.78%
G 126 of 436 ~ 28.9%
B 154 of 436 ~ 35.32'%

%35.78
%28.9
%35.32

CMYK color model

#9C7E9A color CMYK value is (0,19,1,39).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 1.28%
  • key color value is 38.82%

CMYK: (0,19,1,39)
C0M19Y1K39 (0%, 19%, 1%, 39%)
(0.00 / 0.19 / 0.01 / 0.39)

CMYK percentages

%0
%19.23
%1.28
%38.82

Codes

Color #9C7E9A in popluar color models

9C 7E 9A
RGB 156 126 154
HSL 304° 13.16% 55.29%
HSB/HSV 304° 19.23% 61.18%
CMYK 0.00% 19.23% 1.28%
38.82%

Color #9C7E9A in popluar number systems.

HEX 9C 7E 9A
Decimal 156 126 154
Binary 10011100 1111110 10011010
Octal 234 176 232

Shades and tints

Shades of #9C7E9A

#9C7E9A
(156,126,154)
#8E738C
(142,115,140)
#80687E
(128,104,126)
#725D70
(114,93,112)
#645262
(100,82,98)
#564754
(86,71,84)
#483C46
(72,60,70)
#3A3138
(58,49,56)
#2C262A
(44,38,42)
#1E1B1C
(30,27,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9C7E9A

#9C7E9A
(156,126,154)
#A589A3
(165,137,163)
#AE94AC
(174,148,172)
#B79FB5
(183,159,181)
#C0AABE
(192,170,190)
#C9B5C7
(201,181,199)
#D2C0D0
(210,192,208)
#DBCBD9
(219,203,217)
#E4D6E2
(228,214,226)
#EDE1EB
(237,225,235)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7E9A; }

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

This text font color is #9C7E9A.

Background Color

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

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

This div background color is #9C7E9A.

Border color

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

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

This div border color is #9C7E9A.

Opacity

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

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

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

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

This text has shadow with #9C7E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7E9A.

Preview

Color preview on black background

This text has color #9C7E9A on black background.


Color preview on white background

This text has color #9C7E9A on white background.


Black color preview on #9C7E9A background

This text has black color on #9C7E9A background.


White color preview on #9C7E9A background

This text has white color on #9C7E9A background.


Related colors

Complementary color

Complementary color for #hex is #638165.


I love getcolorcode.com

Triadic colors

1 #9A9C7E and #7E9A9C with #9C7E9A are triadic colors.

2 #9A7E9C and #7E9C9A with #9C7E9A are triadic colors.