COLOR #AD9AD8

HEX: #AD9AD8 RGB: (173,154,216)

Color info

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

RGB color model

#AD9AD8 color RGB value is (173,154,216).

RGB: (173,154,216) (68%, 60%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 216 of 255 = 85%

173
154
216

R + G + B ~ 71%. #AD9AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 154 + 216 = 543 (100%)
R 173 of 543 ~ 31.86%
G 154 of 543 ~ 28.36%
B 216 of 543 ~ 39.78'%

%31.86
%28.36
%39.78

CMYK color model

#AD9AD8 color CMYK value is (20,29,0,15).

  • cyan value is 19.91%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (20,29,0,15)
C20M29Y0K15 (20%, 29%, 0%, 15%)
(0.20 / 0.29 / 0.00 / 0.15)

CMYK percentages

%19.91
%28.7
%0
%15.29

Codes

Color #AD9AD8 in popluar color models

AD 9A D8
RGB 173 154 216
HSL 258° 44.29% 72.55%
HSB/HSV 258° 28.70% 84.71%
CMYK 19.91% 28.70% 0.00%
15.29%

Color #AD9AD8 in popluar number systems.

HEX AD 9A D8
Decimal 173 154 216
Binary 10101101 10011010 11011000
Octal 255 232 330

Shades and tints

Shades of #AD9AD8

#AD9AD8
(173,154,216)
#9E8CC5
(158,140,197)
#8F7EB2
(143,126,178)
#80709F
(128,112,159)
#71628C
(113,98,140)
#625479
(98,84,121)
#534666
(83,70,102)
#443853
(68,56,83)
#352A40
(53,42,64)
#261C2D
(38,28,45)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #AD9AD8

#AD9AD8
(173,154,216)
#B4A3DB
(180,163,219)
#BBACDE
(187,172,222)
#C2B5E1
(194,181,225)
#C9BEE4
(201,190,228)
#D0C7E7
(208,199,231)
#D7D0EA
(215,208,234)
#DED9ED
(222,217,237)
#E5E2F0
(229,226,240)
#ECEBF3
(236,235,243)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9AD8; }

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

This text font color is #AD9AD8.

Background Color

.myBgColor { background-color: #AD9AD8; }

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

This div background color is #AD9AD8.

Border color

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

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

This div border color is #AD9AD8.

Opacity

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

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

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

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

This text has shadow with #AD9AD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9AD8.

Preview

Color preview on black background

This text has color #AD9AD8 on black background.


Color preview on white background

This text has color #AD9AD8 on white background.


Black color preview on #AD9AD8 background

This text has black color on #AD9AD8 background.


White color preview on #AD9AD8 background

This text has white color on #AD9AD8 background.


Related colors

Complementary color

Complementary color for #hex is #526527.


I love getcolorcode.com

Triadic colors

1 #D8AD9A and #9AD8AD with #AD9AD8 are triadic colors.

2 #D89AAD and #9AADD8 with #AD9AD8 are triadic colors.