COLOR #9973AC

HEX: #9973AC
RGB: (153,115,172)

Color info

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

RGB color model

#9973AC color RGB value is (153,115,172).

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

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 172 of 255 = 67%

153
115
172

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 172 = 440 (100%)
R 153 of 440 ~ 34.77%
G 115 of 440 ~ 26.14%
B 172 of 440 ~ 39.09%

%34.77
%26.14
%39.09

CMYK color model

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

  • cyan value is 11.05%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(11,33,0,33)
C11M33Y0K33 
(11%,33%,0%,33%)
(0.11/0.33/0.00/0.33)	

CMYK percentages

%11.05
%33.14
%0
%32.55

Codes

Color #9973AC in popluar color models

9973AC
RGB153115172
HSL280°25.56%56.27%
HSB/HSV280°33.14%67.45%
CMYK11.05%33.14%0.00%
32.55%

Color #9973AC in popluar number systems.

HEX9973AC
Decimal153115172
Binary10011001111001110101100
Octal231163254

Shades and tints

Shades of #9973AC

#9973AC
(153,115,172)
#8C699D
(140,105,157)
#7F5F8E
(127,95,142)
#72557F
(114,85,127)
#654B70
(101,75,112)
#584161
(88,65,97)
#4B3752
(75,55,82)
#3E2D43
(62,45,67)
#312334
(49,35,52)
#241925
(36,25,37)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #9973AC

#9973AC
(153,115,172)
#A27FB3
(162,127,179)
#AB8BBA
(171,139,186)
#B497C1
(180,151,193)
#BDA3C8
(189,163,200)
#C6AFCF
(198,175,207)
#CFBBD6
(207,187,214)
#D8C7DD
(216,199,221)
#E1D3E4
(225,211,228)
#EADFEB
(234,223,235)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9973AC; }

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

This text font color is #9973AC.


Background Color

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

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

This div background color is #9973AC.


Border color

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

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

This div border color is #9973AC.


Opacity

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

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

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

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

This text has shadow with #9973AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9973AC on black background.


Color preview on white background

This text has color #9973AC on white background.



Black color preview on #9973AC background

This text has black color on #9973AC background.


White color preview on #9973AC background

This text has white color on #9973AC background.