COLOR #AD9ED8

HEX: #AD9ED8 RGB: (173,158,216)

Color info

#AD9ED8 contains red, green and blue colors in about the same proportion. Web safe color of #AD9ED8 is #9999CC (or #99C).

RGB color model

#AD9ED8 color RGB value is (173,158,216).

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

RGB channels and saturation

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

173
158
216

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

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 216 = 547 (100%)
R 173 of 547 ~ 31.63%
G 158 of 547 ~ 28.88%
B 216 of 547 ~ 39.49'%

%31.63
%28.88
%39.49

CMYK color model

#AD9ED8 color CMYK value is (20,27,0,15).

  • cyan value is 19.91%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (20,27,0,15) C20M27Y0K15 (20%,27%,0%,15%) (0.20/0.27/0.00/0.15) 

CMYK percentages

%19.91
%26.85
%0
%15.29

Codes

Color #AD9ED8 in popluar color models

AD 9E D8
RGB 173 158 216
HSL 256° 42.65% 73.33%
HSB/HSV 256° 26.85% 84.71%
CMYK 19.91% 26.85% 0.00%
15.29%

Color #AD9ED8 in popluar number systems.

HEX AD 9E D8
Decimal 173 158 216
Binary 10101101 10011110 11011000
Octal 255 236 330

Shades and tints

Shades of #AD9ED8

#AD9ED8
(173,158,216)
#9E90C5
(158,144,197)
#8F82B2
(143,130,178)
#80749F
(128,116,159)
#71668C
(113,102,140)
#625879
(98,88,121)
#534A66
(83,74,102)
#443C53
(68,60,83)
#352E40
(53,46,64)
#26202D
(38,32,45)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #AD9ED8

#AD9ED8
(173,158,216)
#B4A6DB
(180,166,219)
#BBAEDE
(187,174,222)
#C2B6E1
(194,182,225)
#C9BEE4
(201,190,228)
#D0C6E7
(208,198,231)
#D7CEEA
(215,206,234)
#DED6ED
(222,214,237)
#E5DEF0
(229,222,240)
#ECE6F3
(236,230,243)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9ED8; }

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

This text font color is #AD9ED8.

Background Color

.myBgColor { background-color: #AD9ED8; }

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

This div background color is #AD9ED8.

Border color

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

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

This div border color is #AD9ED8.

Opacity

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

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

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

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

This text has shadow with #AD9ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9ED8.

Preview

Color preview on black background

This text has color #AD9ED8 on black background.


Color preview on white background

This text has color #AD9ED8 on white background.


Black color preview on #AD9ED8 background

This text has black color on #AD9ED8 background.


White color preview on #AD9ED8 background

This text has white color on #AD9ED8 background.


Related colors

Complementary color

Complementary color for #hex is #526127.


I love getcolorcode.com

Triadic colors

1 #D8AD9E and #9ED8AD with #AD9ED8 are triadic colors.

2 #D89EAD and #9EADD8 with #AD9ED8 are triadic colors.