COLOR #AD96E3

HEX: #AD96E3
RGB: (173,150,227)

Color info

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

RGB color model

#AD96E3 color RGB value is (173,150,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 227 of 255 = 89%

173
150
227

R + G + B ~ 72%. #AD96E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 227 = 550 (100%)
R 173 of 550 ~ 31.45%
G 150 of 550 ~ 27.27%
B 227 of 550 ~ 41.27%

%31.45
%27.27
%41.27

CMYK color model

#AD96E3 color CMYK value is (24,34,0,11).

  • cyan value is 23.79%
  • magenta value is 33.92%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,34,0,11)
C24M34Y0K11 
(24%,34%,0%,11%)
(0.24/0.34/0.00/0.11)	

CMYK percentages

%23.79
%33.92
%0
%10.98

Codes

Color #AD96E3 in popluar color models

AD96E3
RGB173150227
HSL258°57.89%73.92%
HSB/HSV258°33.92%89.02%
CMYK23.79%33.92%0.00%
10.98%

Color #AD96E3 in popluar number systems.

HEXAD96E3
Decimal173150227
Binary101011011001011011100011
Octal255226343

Shades and tints

Shades of #AD96E3

#AD96E3
(173,150,227)
#9E89CF
(158,137,207)
#8F7CBB
(143,124,187)
#806FA7
(128,111,167)
#716293
(113,98,147)
#62557F
(98,85,127)
#53486B
(83,72,107)
#443B57
(68,59,87)
#352E43
(53,46,67)
#26212F
(38,33,47)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #AD96E3

#AD96E3
(173,150,227)
#B49FE5
(180,159,229)
#BBA8E7
(187,168,231)
#C2B1E9
(194,177,233)
#C9BAEB
(201,186,235)
#D0C3ED
(208,195,237)
#D7CCEF
(215,204,239)
#DED5F1
(222,213,241)
#E5DEF3
(229,222,243)
#ECE7F5
(236,231,245)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD96E3; }

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

This text font color is #AD96E3.


Background Color

.myBgColor { background-color: #AD96E3; }

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

This div background color is #AD96E3.


Border color

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

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

This div border color is #AD96E3.


Opacity

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

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

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

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

This text has shadow with #AD96E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96E3 on black background.


Color preview on white background

This text has color #AD96E3 on white background.



Black color preview on #AD96E3 background

This text has black color on #AD96E3 background.


White color preview on #AD96E3 background

This text has white color on #AD96E3 background.