COLOR #ADA0D9

HEX: #ADA0D9 RGB: (173,160,217)

Color info

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

RGB color model

#ADA0D9 color RGB value is (173,160,217).

RGB: (173,160,217) (68%, 63%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 217 of 255 = 85%

173
160
217

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 217 = 550 (100%)
R 173 of 550 ~ 31.45%
G 160 of 550 ~ 29.09%
B 217 of 550 ~ 39.45'%

%31.45
%29.09
%39.45

CMYK color model

#ADA0D9 color CMYK value is (20,26,0,15).

  • cyan value is 20.28%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (20,26,0,15)
C20M26Y0K15 (20%, 26%, 0%, 15%)
(0.20 / 0.26 / 0.00 / 0.15)

CMYK percentages

%20.28
%26.27
%0
%14.9

Codes

Color #ADA0D9 in popluar color models

AD A0 D9
RGB 173 160 217
HSL 254° 42.86% 73.92%
HSB/HSV 254° 26.27% 85.10%
CMYK 20.28% 26.27% 0.00%
14.90%

Color #ADA0D9 in popluar number systems.

HEX AD A0 D9
Decimal 173 160 217
Binary 10101101 10100000 11011001
Octal 255 240 331

Shades and tints

Shades of #ADA0D9

#ADA0D9
(173,160,217)
#9E92C6
(158,146,198)
#8F84B3
(143,132,179)
#8076A0
(128,118,160)
#71688D
(113,104,141)
#625A7A
(98,90,122)
#534C67
(83,76,103)
#443E54
(68,62,84)
#353041
(53,48,65)
#26222E
(38,34,46)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADA0D9

#ADA0D9
(173,160,217)
#B4A8DC
(180,168,220)
#BBB0DF
(187,176,223)
#C2B8E2
(194,184,226)
#C9C0E5
(201,192,229)
#D0C8E8
(208,200,232)
#D7D0EB
(215,208,235)
#DED8EE
(222,216,238)
#E5E0F1
(229,224,241)
#ECE8F4
(236,232,244)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA0D9 color. Also use rgb(173,160,217) instead hex code.

Text Font Color

.myTextColor { color: #ADA0D9; }

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

This text font color is #ADA0D9.

Background Color

.myBgColor { background-color: #ADA0D9; }

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

This div background color is #ADA0D9.

Border color

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

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

This div border color is #ADA0D9.

Opacity

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

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

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

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

This text has shadow with #ADA0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0D9.

Preview

Color preview on black background

This text has color #ADA0D9 on black background.


Color preview on white background

This text has color #ADA0D9 on white background.


Black color preview on #ADA0D9 background

This text has black color on #ADA0D9 background.


White color preview on #ADA0D9 background

This text has white color on #ADA0D9 background.


Related colors

Complementary color

Complementary color for #hex is #525F26.


I love getcolorcode.com

Triadic colors

1 #D9ADA0 and #A0D9AD with #ADA0D9 are triadic colors.

2 #D9A0AD and #A0ADD9 with #ADA0D9 are triadic colors.