COLOR #AD96D9

HEX: #AD96D9
RGB: (173,150,217)

Color info

#AD96D9 contains mainly red and blue colors. Web safe color of #AD96D9 is #9999CC (or #99C).

RGB color model

#AD96D9 color RGB value is (173,150,217).

  • red value is 173;
  • green value is 150;
  • blue value is 217.
RGB:
(173,150,217)
(68%,59%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 217 of 255 = 85%

173
150
217

R + G + B ~ 71%. #AD96D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 217 = 540 (100%)
R 173 of 540 ~ 32.04%
G 150 of 540 ~ 27.78%
B 217 of 540 ~ 40.19%

%32.04
%27.78
%40.19

CMYK color model

#AD96D9 color CMYK value is (20,31,0,15).

  • cyan value is 20.28%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,31,0,15)
C20M31Y0K15 
(20%,31%,0%,15%)
(0.20/0.31/0.00/0.15)	

CMYK percentages

%20.28
%30.88
%0
%14.9

Codes

Color #AD96D9 in popluar color models

AD96D9
RGB173150217
HSL261°46.85%71.96%
HSB/HSV261°30.88%85.10%
CMYK20.28%30.88%0.00%
14.90%

Color #AD96D9 in popluar number systems.

HEXAD96D9
Decimal173150217
Binary101011011001011011011001
Octal255226331

Shades and tints

Shades of #AD96D9

#AD96D9
(173,150,217)
#9E89C6
(158,137,198)
#8F7CB3
(143,124,179)
#806FA0
(128,111,160)
#71628D
(113,98,141)
#62557A
(98,85,122)
#534867
(83,72,103)
#443B54
(68,59,84)
#352E41
(53,46,65)
#26212E
(38,33,46)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #AD96D9

#AD96D9
(173,150,217)
#B49FDC
(180,159,220)
#BBA8DF
(187,168,223)
#C2B1E2
(194,177,226)
#C9BAE5
(201,186,229)
#D0C3E8
(208,195,232)
#D7CCEB
(215,204,235)
#DED5EE
(222,213,238)
#E5DEF1
(229,222,241)
#ECE7F4
(236,231,244)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD96D9 color. Also use rgb(173,150,217) instead hex code.

Text Font Color

.myTextColor { color: #AD96D9; }

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

This text font color is #AD96D9.


Background Color

.myBgColor { background-color: #AD96D9; }

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

This div background color is #AD96D9.


Border color

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

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

This div border color is #AD96D9.


Opacity

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

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

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

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

This text has shadow with #AD96D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96D9 on black background.


Color preview on white background

This text has color #AD96D9 on white background.



Black color preview on #AD96D9 background

This text has black color on #AD96D9 background.


White color preview on #AD96D9 background

This text has white color on #AD96D9 background.