COLOR #9C7EAC

HEX: #9C7EAC RGB: (156,126,172)

Color info

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

RGB color model

#9C7EAC color RGB value is (156,126,172).

RGB: (156,126,172) (61%, 49%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 172 of 255 = 67%

156
126
172

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 172 = 454 (100%)
R 156 of 454 ~ 34.36%
G 126 of 454 ~ 27.75%
B 172 of 454 ~ 37.89'%

%34.36
%27.75
%37.89

CMYK color model

#9C7EAC color CMYK value is (9,27,0,33).

  • cyan value is 9.30%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (9,27,0,33) C9M27Y0K33 (9%,27%,0%,33%) (0.09/0.27/0.00/0.33) 

CMYK percentages

%9.3
%26.74
%0
%32.55

Codes

Color #9C7EAC in popluar color models

9C 7E AC
RGB 156 126 172
HSL 279° 21.70% 58.43%
HSB/HSV 279° 26.74% 67.45%
CMYK 9.30% 26.74% 0.00%
32.55%

Color #9C7EAC in popluar number systems.

HEX 9C 7E AC
Decimal 156 126 172
Binary 10011100 1111110 10101100
Octal 234 176 254

Shades and tints

Shades of #9C7EAC

#9C7EAC
(156,126,172)
#8E739D
(142,115,157)
#80688E
(128,104,142)
#725D7F
(114,93,127)
#645270
(100,82,112)
#564761
(86,71,97)
#483C52
(72,60,82)
#3A3143
(58,49,67)
#2C2634
(44,38,52)
#1E1B25
(30,27,37)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #9C7EAC

#9C7EAC
(156,126,172)
#A589B3
(165,137,179)
#AE94BA
(174,148,186)
#B79FC1
(183,159,193)
#C0AAC8
(192,170,200)
#C9B5CF
(201,181,207)
#D2C0D6
(210,192,214)
#DBCBDD
(219,203,221)
#E4D6E4
(228,214,228)
#EDE1EB
(237,225,235)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7EAC; }

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

This text font color is #9C7EAC.

Background Color

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

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

This div background color is #9C7EAC.

Border color

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

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

This div border color is #9C7EAC.

Opacity

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

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

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

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

This text has shadow with #9C7EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7EAC.

Preview

Color preview on black background

This text has color #9C7EAC on black background.


Color preview on white background

This text has color #9C7EAC on white background.


Black color preview on #9C7EAC background

This text has black color on #9C7EAC background.


White color preview on #9C7EAC background

This text has white color on #9C7EAC background.


Related colors

Complementary color

Complementary color for #hex is #638153.


I love getcolorcode.com

Triadic colors

1 #AC9C7E and #7EAC9C with #9C7EAC are triadic colors.

2 #AC7E9C and #7E9CAC with #9C7EAC are triadic colors.