COLOR #AD8DF5

HEX: #AD8DF5
RGB: (173,141,245)

Color info

#AD8DF5 contains mainly blue color. Web safe color of #AD8DF5 is #9999FF (or #99F).

RGB color model

#AD8DF5 color RGB value is (173,141,245).

  • red value is 173;
  • green value is 141;
  • blue value is 245.
RGB:
(173,141,245)
(68%,55%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 245 of 255 = 96%

173
141
245

R + G + B ~ 73%. #AD8DF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 141 + 245 = 559 (100%)
R 173 of 559 ~ 30.95%
G 141 of 559 ~ 25.22%
B 245 of 559 ~ 43.83%

%30.95
%25.22
%43.83

CMYK color model

#AD8DF5 color CMYK value is (29,42,0,4).

  • cyan value is 29.39%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,42,0,4)
C29M42Y0K4 
(29%,42%,0%,4%)
(0.29/0.42/0.00/0.04)	

CMYK percentages

%29.39
%42.45
%0
%3.92

Codes

Color #AD8DF5 in popluar color models

AD8DF5
RGB173141245
HSL258°83.87%75.69%
HSB/HSV258°42.45%96.08%
CMYK29.39%42.45%0.00%
3.92%

Color #AD8DF5 in popluar number systems.

HEXAD8DF5
Decimal173141245
Binary101011011000110111110101
Octal255215365

Shades and tints

Shades of #AD8DF5

#AD8DF5
(173,141,245)
#9E81DF
(158,129,223)
#8F75C9
(143,117,201)
#8069B3
(128,105,179)
#715D9D
(113,93,157)
#625187
(98,81,135)
#534571
(83,69,113)
#44395B
(68,57,91)
#352D45
(53,45,69)
#26212F
(38,33,47)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #AD8DF5

#AD8DF5
(173,141,245)
#B497F5
(180,151,245)
#BBA1F5
(187,161,245)
#C2ABF5
(194,171,245)
#C9B5F5
(201,181,245)
#D0BFF5
(208,191,245)
#D7C9F5
(215,201,245)
#DED3F5
(222,211,245)
#E5DDF5
(229,221,245)
#ECE7F5
(236,231,245)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8DF5 color. Also use rgb(173,141,245) instead hex code.

Text Font Color

.myTextColor { color: #AD8DF5; }

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

This text font color is #AD8DF5.


Background Color

.myBgColor { background-color: #AD8DF5; }

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

This div background color is #AD8DF5.


Border color

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

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

This div border color is #AD8DF5.


Opacity

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

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

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

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

This text has shadow with #AD8DF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8DF5 on black background.


Color preview on white background

This text has color #AD8DF5 on white background.



Black color preview on #AD8DF5 background

This text has black color on #AD8DF5 background.


White color preview on #AD8DF5 background

This text has white color on #AD8DF5 background.