COLOR #ADA6D9

HEX: #ADA6D9 RGB: (173,166,217)

Color info

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

RGB color model

#ADA6D9 color RGB value is (173,166,217).

RGB: (173,166,217) (68%, 65%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 217 of 255 = 85%

173
166
217

R + G + B ~ 73%. #ADA6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 217 = 556 (100%)
R 173 of 556 ~ 31.12%
G 166 of 556 ~ 29.86%
B 217 of 556 ~ 39.03'%

%31.12
%29.86
%39.03

CMYK color model

#ADA6D9 color CMYK value is (20,24,0,15).

  • cyan value is 20.28%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (20,24,0,15) C20M24Y0K15 (20%,24%,0%,15%) (0.20/0.24/0.00/0.15) 

CMYK percentages

%20.28
%23.5
%0
%14.9

Codes

Color #ADA6D9 in popluar color models

AD A6 D9
RGB 173 166 217
HSL 248° 40.16% 75.10%
HSB/HSV 248° 23.50% 85.10%
CMYK 20.28% 23.50% 0.00%
14.90%

Color #ADA6D9 in popluar number systems.

HEX AD A6 D9
Decimal 173 166 217
Binary 10101101 10100110 11011001
Octal 255 246 331

Shades and tints

Shades of #ADA6D9

#ADA6D9
(173,166,217)
#9E97C6
(158,151,198)
#8F88B3
(143,136,179)
#8079A0
(128,121,160)
#716A8D
(113,106,141)
#625B7A
(98,91,122)
#534C67
(83,76,103)
#443D54
(68,61,84)
#352E41
(53,46,65)
#261F2E
(38,31,46)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #ADA6D9

#ADA6D9
(173,166,217)
#B4AEDC
(180,174,220)
#BBB6DF
(187,182,223)
#C2BEE2
(194,190,226)
#C9C6E5
(201,198,229)
#D0CEE8
(208,206,232)
#D7D6EB
(215,214,235)
#DEDEEE
(222,222,238)
#E5E6F1
(229,230,241)
#ECEEF4
(236,238,244)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6D9; }

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

This text font color is #ADA6D9.

Background Color

.myBgColor { background-color: #ADA6D9; }

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

This div background color is #ADA6D9.

Border color

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

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

This div border color is #ADA6D9.

Opacity

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

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

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

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

This text has shadow with #ADA6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA6D9.

Preview

Color preview on black background

This text has color #ADA6D9 on black background.


Color preview on white background

This text has color #ADA6D9 on white background.


Black color preview on #ADA6D9 background

This text has black color on #ADA6D9 background.


White color preview on #ADA6D9 background

This text has white color on #ADA6D9 background.


Related colors

Complementary color

Complementary color for #hex is #525926.


I love getcolorcode.com

Triadic colors

1 #D9ADA6 and #A6D9AD with #ADA6D9 are triadic colors.

2 #D9A6AD and #A6ADD9 with #ADA6D9 are triadic colors.