COLOR #AD94FF

HEX: #AD94FF
RGB: (173,148,255)

Color info

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

RGB color model

#AD94FF color RGB value is (173,148,255).

  • red value is 173;
  • green value is 148;
  • blue value is 255.
RGB:
(173,148,255)
(68%,58%,100%)

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 255 of 255 = 100%

173
148
255

R + G + B ~ 75%. #AD94FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 255 = 576 (100%)
R 173 of 576 ~ 30.03%
G 148 of 576 ~ 25.69%
B 255 of 576 ~ 44.27%

%30.03
%25.69
%44.27

CMYK color model

#AD94FF color CMYK value is (32,42,0,0).

  • cyan value is 32.16%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(32,42,0,0)
C32M42Y0K0 
(32%,42%,0%,0%)
(0.32/0.42/0.00/0.00)	

CMYK percentages

%32.16
%41.96
%0
%0

Codes

Color #AD94FF in popluar color models

AD94FF
RGB173148255
HSL254°100.00%79.02%
HSB/HSV254°41.96%100.00%
CMYK32.16%41.96%0.00%
0.00%

Color #AD94FF in popluar number systems.

HEXAD94FF
Decimal173148255
Binary101011011001010011111111
Octal255224377

Shades and tints

Shades of #AD94FF

#AD94FF
(173,148,255)
#9E87E8
(158,135,232)
#8F7AD1
(143,122,209)
#806DBA
(128,109,186)
#7160A3
(113,96,163)
#62538C
(98,83,140)
#534675
(83,70,117)
#44395E
(68,57,94)
#352C47
(53,44,71)
#261F30
(38,31,48)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #AD94FF

#AD94FF
(173,148,255)
#B49DFF
(180,157,255)
#BBA6FF
(187,166,255)
#C2AFFF
(194,175,255)
#C9B8FF
(201,184,255)
#D0C1FF
(208,193,255)
#D7CAFF
(215,202,255)
#DED3FF
(222,211,255)
#E5DCFF
(229,220,255)
#ECE5FF
(236,229,255)
#F3EEFF
(243,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD94FF color. Also use rgb(173,148,255) instead hex code.

Text Font Color

.myTextColor { color: #AD94FF; }

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

This text font color is #AD94FF.


Background Color

.myBgColor { background-color: #AD94FF; }

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

This div background color is #AD94FF.


Border color

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

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

This div border color is #AD94FF.


Opacity

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

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

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

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

This text has shadow with #AD94FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD94FF on black background.


Color preview on white background

This text has color #AD94FF on white background.



Black color preview on #AD94FF background

This text has black color on #AD94FF background.


White color preview on #AD94FF background

This text has white color on #AD94FF background.