COLOR #AD94E8

HEX: #AD94E8
RGB: (173,148,232)

Color info

#AD94E8 contains mainly red and blue colors. Web safe color of #AD94E8 is #9999FF (or #99F).

RGB color model

#AD94E8 color RGB value is (173,148,232).

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

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 232 of 255 = 91%

173
148
232

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

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 232 = 553 (100%)
R 173 of 553 ~ 31.28%
G 148 of 553 ~ 26.76%
B 232 of 553 ~ 41.95%

%31.28
%26.76
%41.95

CMYK color model

#AD94E8 color CMYK value is (25,36,0,9).

  • cyan value is 25.43%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(25,36,0,9)
C25M36Y0K9 
(25%,36%,0%,9%)
(0.25/0.36/0.00/0.09)	

CMYK percentages

%25.43
%36.21
%0
%9.02

Codes

Color #AD94E8 in popluar color models

AD94E8
RGB173148232
HSL258°64.62%74.51%
HSB/HSV258°36.21%90.98%
CMYK25.43%36.21%0.00%
9.02%

Color #AD94E8 in popluar number systems.

HEXAD94E8
Decimal173148232
Binary101011011001010011101000
Octal255224350

Shades and tints

Shades of #AD94E8

#AD94E8
(173,148,232)
#9E87D3
(158,135,211)
#8F7ABE
(143,122,190)
#806DA9
(128,109,169)
#716094
(113,96,148)
#62537F
(98,83,127)
#53466A
(83,70,106)
#443955
(68,57,85)
#352C40
(53,44,64)
#261F2B
(38,31,43)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #AD94E8

#AD94E8
(173,148,232)
#B49DEA
(180,157,234)
#BBA6EC
(187,166,236)
#C2AFEE
(194,175,238)
#C9B8F0
(201,184,240)
#D0C1F2
(208,193,242)
#D7CAF4
(215,202,244)
#DED3F6
(222,211,246)
#E5DCF8
(229,220,248)
#ECE5FA
(236,229,250)
#F3EEFC
(243,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD94E8; }

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

This text font color is #AD94E8.


Background Color

.myBgColor { background-color: #AD94E8; }

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

This div background color is #AD94E8.


Border color

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

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

This div border color is #AD94E8.


Opacity

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

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

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

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

This text has shadow with #AD94E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD94E8 on black background.


Color preview on white background

This text has color #AD94E8 on white background.



Black color preview on #AD94E8 background

This text has black color on #AD94E8 background.


White color preview on #AD94E8 background

This text has white color on #AD94E8 background.