COLOR #AD9EDA

HEX: #AD9EDA RGB: (173,158,218)

Color info

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

RGB color model

#AD9EDA color RGB value is (173,158,218).

RGB: (173,158,218) (68%, 62%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 218 of 255 = 85%

173
158
218

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

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 218 = 549 (100%)
R 173 of 549 ~ 31.51%
G 158 of 549 ~ 28.78%
B 218 of 549 ~ 39.71'%

%31.51
%28.78
%39.71

CMYK color model

#AD9EDA color CMYK value is (21,28,0,15).

  • cyan value is 20.64%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,28,0,15)
C21M28Y0K15 (21%, 28%, 0%, 15%)
(0.21 / 0.28 / 0.00 / 0.15)

CMYK percentages

%20.64
%27.52
%0
%14.51

Codes

Color #AD9EDA in popluar color models

AD 9E DA
RGB 173 158 218
HSL 255° 44.78% 73.73%
HSB/HSV 255° 27.52% 85.49%
CMYK 20.64% 27.52% 0.00%
14.51%

Color #AD9EDA in popluar number systems.

HEX AD 9E DA
Decimal 173 158 218
Binary 10101101 10011110 11011010
Octal 255 236 332

Shades and tints

Shades of #AD9EDA

#AD9EDA
(173,158,218)
#9E90C7
(158,144,199)
#8F82B4
(143,130,180)
#8074A1
(128,116,161)
#71668E
(113,102,142)
#62587B
(98,88,123)
#534A68
(83,74,104)
#443C55
(68,60,85)
#352E42
(53,46,66)
#26202F
(38,32,47)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #AD9EDA

#AD9EDA
(173,158,218)
#B4A6DD
(180,166,221)
#BBAEE0
(187,174,224)
#C2B6E3
(194,182,227)
#C9BEE6
(201,190,230)
#D0C6E9
(208,198,233)
#D7CEEC
(215,206,236)
#DED6EF
(222,214,239)
#E5DEF2
(229,222,242)
#ECE6F5
(236,230,245)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9EDA color. Also use rgb(173,158,218) instead hex code.

Text Font Color

.myTextColor { color: #AD9EDA; }

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

This text font color is #AD9EDA.

Background Color

.myBgColor { background-color: #AD9EDA; }

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

This div background color is #AD9EDA.

Border color

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

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

This div border color is #AD9EDA.

Opacity

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

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

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

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

This text has shadow with #AD9EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9EDA.

Preview

Color preview on black background

This text has color #AD9EDA on black background.


Color preview on white background

This text has color #AD9EDA on white background.


Black color preview on #AD9EDA background

This text has black color on #AD9EDA background.


White color preview on #AD9EDA background

This text has white color on #AD9EDA background.


Related colors

Complementary color

Complementary color for #hex is #526125.


I love getcolorcode.com

Triadic colors

1 #DAAD9E and #9EDAAD with #AD9EDA are triadic colors.

2 #DA9EAD and #9EADDA with #AD9EDA are triadic colors.