COLOR #9966AA

HEX: #9966AA
RGB: (153,102,170)

Color info

#9966AA contains mainly red and blue colors. Web safe color of #9966AA is #996699 (or #969).

RGB color model

#9966AA color RGB value is (153,102,170).

  • red value is 153;
  • green value is 102;
  • blue value is 170.
RGB:
(153,102,170)
(60%,40%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 170 of 255 = 67%

153
102
170

R + G + B ~ 56%. #9966AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 170 = 425 (100%)
R 153 of 425 ~ 36%
G 102 of 425 ~ 24%
B 170 of 425 ~ 40%

%36
%24
%40

CMYK color model

#9966AA color CMYK value is (10,40,0,33).

  • cyan value is 10.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(10,40,0,33)
C10M40Y0K33 
(10%,40%,0%,33%)
(0.10/0.40/0.00/0.33)	

CMYK percentages

%10
%40
%0
%33.33

Codes

Color #9966AA in popluar color models

9966AA
RGB153102170
HSL285°28.57%53.33%
HSB/HSV285°40.00%66.67%
CMYK10.00%40.00%0.00%
33.33%

Color #9966AA in popluar number systems.

HEX9966AA
Decimal153102170
Binary10011001110011010101010
Octal231146252

Shades and tints

Shades of #9966AA

#9966AA
(153,102,170)
#8C5D9B
(140,93,155)
#7F548C
(127,84,140)
#724B7D
(114,75,125)
#65426E
(101,66,110)
#58395F
(88,57,95)
#4B3050
(75,48,80)
#3E2741
(62,39,65)
#311E32
(49,30,50)
#241523
(36,21,35)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #9966AA

#9966AA
(153,102,170)
#A273B1
(162,115,177)
#AB80B8
(171,128,184)
#B48DBF
(180,141,191)
#BD9AC6
(189,154,198)
#C6A7CD
(198,167,205)
#CFB4D4
(207,180,212)
#D8C1DB
(216,193,219)
#E1CEE2
(225,206,226)
#EADBE9
(234,219,233)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9966AA color. Also use rgb(153,102,170) instead hex code.

Text Font Color

.myTextColor { color: #9966AA; }

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

This text font color is #9966AA.


Background Color

.myBgColor { background-color: #9966AA; }

<div style="background-color:#9966AA">Inner text</div>

This div background color is #9966AA.


Border color

.myBorderColor { border: 1px solid #9966AA; }

<div style="border:3px solid #9966AA">Div</div>

This div border color is #9966AA.


Opacity

.myOpacity80 { color: #9966AA; opacity: 0.8; }

<p style="color:#9966AA;opacity:0.8;">80%</p>

Text with #9966AA 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 #9966AA;}

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

This text has shadow with #9966AA color.

.textShadow {text-shadow: 3px 3px 1px #9966AA, 3px 3px 1px red;}

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

This text has shadow with #9966AA primary color and red secondary color.


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

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

This text has shadow with #9966AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9966AA on black background.


Color preview on white background

This text has color #9966AA on white background.



Black color preview on #9966AA background

This text has black color on #9966AA background.


White color preview on #9966AA background

This text has white color on #9966AA background.