COLOR #9C7EA0

HEX: #9C7EA0 RGB: (156,126,160)

Color info

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

RGB color model

#9C7EA0 color RGB value is (156,126,160).

RGB: (156,126,160) (61%, 49%, 63%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 160 of 255 = 63%

156
126
160

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 160 = 442 (100%)
R 156 of 442 ~ 35.29%
G 126 of 442 ~ 28.51%
B 160 of 442 ~ 36.2'%

%35.29
%28.51
%36.2

CMYK color model

#9C7EA0 color CMYK value is (2,21,0,37).

  • cyan value is 2.50%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (2,21,0,37)
C2M21Y0K37 (2%, 21%, 0%, 37%)
(0.02 / 0.21 / 0.00 / 0.37)

CMYK percentages

%2.5
%21.25
%0
%37.25

Codes

Color #9C7EA0 in popluar color models

9C 7E A0
RGB 156 126 160
HSL 293° 15.18% 56.08%
HSB/HSV 293° 21.25% 62.75%
CMYK 2.50% 21.25% 0.00%
37.25%

Color #9C7EA0 in popluar number systems.

HEX 9C 7E A0
Decimal 156 126 160
Binary 10011100 1111110 10100000
Octal 234 176 240

Shades and tints

Shades of #9C7EA0

#9C7EA0
(156,126,160)
#8E7392
(142,115,146)
#806884
(128,104,132)
#725D76
(114,93,118)
#645268
(100,82,104)
#56475A
(86,71,90)
#483C4C
(72,60,76)
#3A313E
(58,49,62)
#2C2630
(44,38,48)
#1E1B22
(30,27,34)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #9C7EA0

#9C7EA0
(156,126,160)
#A589A8
(165,137,168)
#AE94B0
(174,148,176)
#B79FB8
(183,159,184)
#C0AAC0
(192,170,192)
#C9B5C8
(201,181,200)
#D2C0D0
(210,192,208)
#DBCBD8
(219,203,216)
#E4D6E0
(228,214,224)
#EDE1E8
(237,225,232)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7EA0; }

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

This text font color is #9C7EA0.

Background Color

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

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

This div background color is #9C7EA0.

Border color

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

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

This div border color is #9C7EA0.

Opacity

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

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

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

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

This text has shadow with #9C7EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7EA0.

Preview

Color preview on black background

This text has color #9C7EA0 on black background.


Color preview on white background

This text has color #9C7EA0 on white background.


Black color preview on #9C7EA0 background

This text has black color on #9C7EA0 background.


White color preview on #9C7EA0 background

This text has white color on #9C7EA0 background.


Related colors

Complementary color

Complementary color for #hex is #63815F.


I love getcolorcode.com

Triadic colors

1 #A09C7E and #7EA09C with #9C7EA0 are triadic colors.

2 #A07E9C and #7E9CA0 with #9C7EA0 are triadic colors.