COLOR #AD66C3

HEX: #AD66C3
RGB: (173,102,195)

Color info

#AD66C3 contains mainly red and blue colors. Web safe color of #AD66C3 is #9966CC (or #96C).

RGB color model

#AD66C3 color RGB value is (173,102,195).

  • red value is 173;
  • green value is 102;
  • blue value is 195.
RGB:
(173,102,195)
(68%,40%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 102 of 255 = 40%
B 195 of 255 = 76%

173
102
195

R + G + B ~ 61%. #AD66C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 102 + 195 = 470 (100%)
R 173 of 470 ~ 36.81%
G 102 of 470 ~ 21.7%
B 195 of 470 ~ 41.49%

%36.81
%21.7
%41.49

CMYK color model

#AD66C3 color CMYK value is (11,48,0,24).

  • cyan value is 11.28%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,48,0,24)
C11M48Y0K24 
(11%,48%,0%,24%)
(0.11/0.48/0.00/0.24)	

CMYK percentages

%11.28
%47.69
%0
%23.53

Codes

Color #AD66C3 in popluar color models

AD66C3
RGB173102195
HSL286°43.66%58.24%
HSB/HSV286°47.69%76.47%
CMYK11.28%47.69%0.00%
23.53%

Color #AD66C3 in popluar number systems.

HEXAD66C3
Decimal173102195
Binary10101101110011011000011
Octal255146303

Shades and tints

Shades of #AD66C3

#AD66C3
(173,102,195)
#9E5DB2
(158,93,178)
#8F54A1
(143,84,161)
#804B90
(128,75,144)
#71427F
(113,66,127)
#62396E
(98,57,110)
#53305D
(83,48,93)
#44274C
(68,39,76)
#351E3B
(53,30,59)
#26152A
(38,21,42)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #AD66C3

#AD66C3
(173,102,195)
#B473C8
(180,115,200)
#BB80CD
(187,128,205)
#C28DD2
(194,141,210)
#C99AD7
(201,154,215)
#D0A7DC
(208,167,220)
#D7B4E1
(215,180,225)
#DEC1E6
(222,193,230)
#E5CEEB
(229,206,235)
#ECDBF0
(236,219,240)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD66C3 color. Also use rgb(173,102,195) instead hex code.

Text Font Color

.myTextColor { color: #AD66C3; }

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

This text font color is #AD66C3.


Background Color

.myBgColor { background-color: #AD66C3; }

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

This div background color is #AD66C3.


Border color

.myBorderColor { border: 1px solid #AD66C3; }

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

This div border color is #AD66C3.


Opacity

.myOpacity80 { color: #AD66C3; opacity: 0.8; }

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

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

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

This text has shadow with #AD66C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD66C3 on black background.


Color preview on white background

This text has color #AD66C3 on white background.



Black color preview on #AD66C3 background

This text has black color on #AD66C3 background.


White color preview on #AD66C3 background

This text has white color on #AD66C3 background.