COLOR #9976AC

HEX: #9976AC
RGB: (153,118,172)

Color info

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

RGB color model

#9976AC color RGB value is (153,118,172).

  • red value is 153;
  • green value is 118;
  • blue value is 172.
RGB:
(153,118,172)
(60%,46%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 118 of 255 = 46%
B 172 of 255 = 67%

153
118
172

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

Portions of RGB colors in percentages

R + G + B =
153 + 118 + 172 = 443 (100%)
R 153 of 443 ~ 34.54%
G 118 of 443 ~ 26.64%
B 172 of 443 ~ 38.83%

%34.54
%26.64
%38.83

CMYK color model

#9976AC color CMYK value is (11,31,0,33).

  • cyan value is 11.05%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(11,31,0,33)
C11M31Y0K33 
(11%,31%,0%,33%)
(0.11/0.31/0.00/0.33)	

CMYK percentages

%11.05
%31.4
%0
%32.55

Codes

Color #9976AC in popluar color models

9976AC
RGB153118172
HSL279°24.55%56.86%
HSB/HSV279°31.40%67.45%
CMYK11.05%31.40%0.00%
32.55%

Color #9976AC in popluar number systems.

HEX9976AC
Decimal153118172
Binary10011001111011010101100
Octal231166254

Shades and tints

Shades of #9976AC

#9976AC
(153,118,172)
#8C6C9D
(140,108,157)
#7F628E
(127,98,142)
#72587F
(114,88,127)
#654E70
(101,78,112)
#584461
(88,68,97)
#4B3A52
(75,58,82)
#3E3043
(62,48,67)
#312634
(49,38,52)
#241C25
(36,28,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #9976AC

#9976AC
(153,118,172)
#A282B3
(162,130,179)
#AB8EBA
(171,142,186)
#B49AC1
(180,154,193)
#BDA6C8
(189,166,200)
#C6B2CF
(198,178,207)
#CFBED6
(207,190,214)
#D8CADD
(216,202,221)
#E1D6E4
(225,214,228)
#EAE2EB
(234,226,235)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9976AC color. Also use rgb(153,118,172) instead hex code.

Text Font Color

.myTextColor { color: #9976AC; }

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

This text font color is #9976AC.


Background Color

.myBgColor { background-color: #9976AC; }

<div style="background-color:#9976AC">Inner text</div>

This div background color is #9976AC.


Border color

.myBorderColor { border: 1px solid #9976AC; }

<div style="border:3px solid #9976AC">Div</div>

This div border color is #9976AC.


Opacity

.myOpacity80 { color: #9976AC; opacity: 0.8; }

<p style="color:#9976AC;opacity:0.8;">80%</p>

Text with #9976AC 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 #9976AC;}

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

This text has shadow with #9976AC color.

.textShadow {text-shadow: 3px 3px 1px #9976AC, 3px 3px 1px red;}

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

This text has shadow with #9976AC primary color and red secondary color.


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

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

This text has shadow with #9976AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9976AC on black background.


Color preview on white background

This text has color #9976AC on white background.



Black color preview on #9976AC background

This text has black color on #9976AC background.


White color preview on #9976AC background

This text has white color on #9976AC background.