COLOR #AD94E3

HEX: #AD94E3
RGB: (173,148,227)

Color info

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

RGB color model

#AD94E3 color RGB value is (173,148,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 227 of 255 = 89%

173
148
227

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

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 227 = 548 (100%)
R 173 of 548 ~ 31.57%
G 148 of 548 ~ 27.01%
B 227 of 548 ~ 41.42%

%31.57
%27.01
%41.42

CMYK color model

#AD94E3 color CMYK value is (24,35,0,11).

  • cyan value is 23.79%
  • magenta value is 34.80%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,35,0,11)
C24M35Y0K11 
(24%,35%,0%,11%)
(0.24/0.35/0.00/0.11)	

CMYK percentages

%23.79
%34.8
%0
%10.98

Codes

Color #AD94E3 in popluar color models

AD94E3
RGB173148227
HSL259°58.52%73.53%
HSB/HSV259°34.80%89.02%
CMYK23.79%34.80%0.00%
10.98%

Color #AD94E3 in popluar number systems.

HEXAD94E3
Decimal173148227
Binary101011011001010011100011
Octal255224343

Shades and tints

Shades of #AD94E3

#AD94E3
(173,148,227)
#9E87CF
(158,135,207)
#8F7ABB
(143,122,187)
#806DA7
(128,109,167)
#716093
(113,96,147)
#62537F
(98,83,127)
#53466B
(83,70,107)
#443957
(68,57,87)
#352C43
(53,44,67)
#261F2F
(38,31,47)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #AD94E3

#AD94E3
(173,148,227)
#B49DE5
(180,157,229)
#BBA6E7
(187,166,231)
#C2AFE9
(194,175,233)
#C9B8EB
(201,184,235)
#D0C1ED
(208,193,237)
#D7CAEF
(215,202,239)
#DED3F1
(222,211,241)
#E5DCF3
(229,220,243)
#ECE5F5
(236,229,245)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD94E3; }

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

This text font color is #AD94E3.


Background Color

.myBgColor { background-color: #AD94E3; }

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

This div background color is #AD94E3.


Border color

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

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

This div border color is #AD94E3.


Opacity

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

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

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

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

This text has shadow with #AD94E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD94E3 on black background.


Color preview on white background

This text has color #AD94E3 on white background.



Black color preview on #AD94E3 background

This text has black color on #AD94E3 background.


White color preview on #AD94E3 background

This text has white color on #AD94E3 background.