COLOR #AD9DE7

HEX: #AD9DE7 RGB: (173,157,231)

Color info

#AD9DE7 contains mainly red and blue colors. Web safe color of #AD9DE7 is #9999FF (or #99F).

RGB color model

#AD9DE7 color RGB value is (173,157,231).

RGB: (173,157,231) (68%, 62%, 91%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 231 of 255 = 91%

173
157
231

R + G + B ~ 74%. #AD9DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 157 + 231 = 561 (100%)
R 173 of 561 ~ 30.84%
G 157 of 561 ~ 27.99%
B 231 of 561 ~ 41.18'%

%30.84
%27.99
%41.18

CMYK color model

#AD9DE7 color CMYK value is (25,32,0,9).

  • cyan value is 25.11%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (25,32,0,9)
C25M32Y0K9 (25%, 32%, 0%, 9%)
(0.25 / 0.32 / 0.00 / 0.09)

CMYK percentages

%25.11
%32.03
%0
%9.41

Codes

Color #AD9DE7 in popluar color models

AD 9D E7
RGB 173 157 231
HSL 253° 60.66% 76.08%
HSB/HSV 253° 32.03% 90.59%
CMYK 25.11% 32.03% 0.00%
9.41%

Color #AD9DE7 in popluar number systems.

HEX AD 9D E7
Decimal 173 157 231
Binary 10101101 10011101 11100111
Octal 255 235 347

Shades and tints

Shades of #AD9DE7

#AD9DE7
(173,157,231)
#9E8FD2
(158,143,210)
#8F81BD
(143,129,189)
#8073A8
(128,115,168)
#716593
(113,101,147)
#62577E
(98,87,126)
#534969
(83,73,105)
#443B54
(68,59,84)
#352D3F
(53,45,63)
#261F2A
(38,31,42)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD9DE7

#AD9DE7
(173,157,231)
#B4A5E9
(180,165,233)
#BBADEB
(187,173,235)
#C2B5ED
(194,181,237)
#C9BDEF
(201,189,239)
#D0C5F1
(208,197,241)
#D7CDF3
(215,205,243)
#DED5F5
(222,213,245)
#E5DDF7
(229,221,247)
#ECE5F9
(236,229,249)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9DE7 color. Also use rgb(173,157,231) instead hex code.

Text Font Color

.myTextColor { color: #AD9DE7; }

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

This text font color is #AD9DE7.

Background Color

.myBgColor { background-color: #AD9DE7; }

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

This div background color is #AD9DE7.

Border color

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

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

This div border color is #AD9DE7.

Opacity

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

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

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

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

This text has shadow with #AD9DE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9DE7.

Preview

Color preview on black background

This text has color #AD9DE7 on black background.


Color preview on white background

This text has color #AD9DE7 on white background.


Black color preview on #AD9DE7 background

This text has black color on #AD9DE7 background.


White color preview on #AD9DE7 background

This text has white color on #AD9DE7 background.


Related colors

Complementary color

Complementary color for #hex is #526218.


I love getcolorcode.com

Triadic colors

1 #E7AD9D and #9DE7AD with #AD9DE7 are triadic colors.

2 #E79DAD and #9DADE7 with #AD9DE7 are triadic colors.