COLOR #AD9DDE

HEX: #AD9DDE
RGB: (173,157,222)

Color info

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

RGB color model

#AD9DDE color RGB value is (173,157,222).

  • red value is 173;
  • green value is 157;
  • blue value is 222.
RGB:
(173,157,222)
(68%,62%,87%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 222 of 255 = 87%

173
157
222

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

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 222 = 552 (100%)
R 173 of 552 ~ 31.34%
G 157 of 552 ~ 28.44%
B 222 of 552 ~ 40.22%

%31.34
%28.44
%40.22

CMYK color model

#AD9DDE color CMYK value is (22,29,0,13).

  • cyan value is 22.07%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(22,29,0,13)
C22M29Y0K13 
(22%,29%,0%,13%)
(0.22/0.29/0.00/0.13)	

CMYK percentages

%22.07
%29.28
%0
%12.94

Codes

Color #AD9DDE in popluar color models

AD9DDE
RGB173157222
HSL255°49.62%74.31%
HSB/HSV255°29.28%87.06%
CMYK22.07%29.28%0.00%
12.94%

Color #AD9DDE in popluar number systems.

HEXAD9DDE
Decimal173157222
Binary101011011001110111011110
Octal255235336

Shades and tints

Shades of #AD9DDE

#AD9DDE
(173,157,222)
#9E8FCA
(158,143,202)
#8F81B6
(143,129,182)
#8073A2
(128,115,162)
#71658E
(113,101,142)
#62577A
(98,87,122)
#534966
(83,73,102)
#443B52
(68,59,82)
#352D3E
(53,45,62)
#261F2A
(38,31,42)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #AD9DDE

#AD9DDE
(173,157,222)
#B4A5E1
(180,165,225)
#BBADE4
(187,173,228)
#C2B5E7
(194,181,231)
#C9BDEA
(201,189,234)
#D0C5ED
(208,197,237)
#D7CDF0
(215,205,240)
#DED5F3
(222,213,243)
#E5DDF6
(229,221,246)
#ECE5F9
(236,229,249)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DDE; }

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

This text font color is #AD9DDE.


Background Color

.myBgColor { background-color: #AD9DDE; }

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

This div background color is #AD9DDE.


Border color

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

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

This div border color is #AD9DDE.


Opacity

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

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

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

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

This text has shadow with #AD9DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DDE on black background.


Color preview on white background

This text has color #AD9DDE on white background.



Black color preview on #AD9DDE background

This text has black color on #AD9DDE background.


White color preview on #AD9DDE background

This text has white color on #AD9DDE background.