COLOR #AD9AE9

HEX: #AD9AE9
RGB: (173,154,233)

Color info

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

RGB color model

#AD9AE9 color RGB value is (173,154,233).

  • red value is 173;
  • green value is 154;
  • blue value is 233.
RGB:
(173,154,233)
(68%,60%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 233 of 255 = 91%

173
154
233

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

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 233 = 560 (100%)
R 173 of 560 ~ 30.89%
G 154 of 560 ~ 27.5%
B 233 of 560 ~ 41.61%

%30.89
%27.5
%41.61

CMYK color model

#AD9AE9 color CMYK value is (26,34,0,9).

  • cyan value is 25.75%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,34,0,9)
C26M34Y0K9 
(26%,34%,0%,9%)
(0.26/0.34/0.00/0.09)	

CMYK percentages

%25.75
%33.91
%0
%8.63

Codes

Color #AD9AE9 in popluar color models

AD9AE9
RGB173154233
HSL254°64.23%75.88%
HSB/HSV254°33.91%91.37%
CMYK25.75%33.91%0.00%
8.63%

Color #AD9AE9 in popluar number systems.

HEXAD9AE9
Decimal173154233
Binary101011011001101011101001
Octal255232351

Shades and tints

Shades of #AD9AE9

#AD9AE9
(173,154,233)
#9E8CD4
(158,140,212)
#8F7EBF
(143,126,191)
#8070AA
(128,112,170)
#716295
(113,98,149)
#625480
(98,84,128)
#53466B
(83,70,107)
#443856
(68,56,86)
#352A41
(53,42,65)
#261C2C
(38,28,44)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD9AE9

#AD9AE9
(173,154,233)
#B4A3EB
(180,163,235)
#BBACED
(187,172,237)
#C2B5EF
(194,181,239)
#C9BEF1
(201,190,241)
#D0C7F3
(208,199,243)
#D7D0F5
(215,208,245)
#DED9F7
(222,217,247)
#E5E2F9
(229,226,249)
#ECEBFB
(236,235,251)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9AE9 color. Also use rgb(173,154,233) instead hex code.

Text Font Color

.myTextColor { color: #AD9AE9; }

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

This text font color is #AD9AE9.


Background Color

.myBgColor { background-color: #AD9AE9; }

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

This div background color is #AD9AE9.


Border color

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

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

This div border color is #AD9AE9.


Opacity

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

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

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

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

This text has shadow with #AD9AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9AE9 on black background.


Color preview on white background

This text has color #AD9AE9 on white background.



Black color preview on #AD9AE9 background

This text has black color on #AD9AE9 background.


White color preview on #AD9AE9 background

This text has white color on #AD9AE9 background.