COLOR #ADA7DA

HEX: #ADA7DA RGB: (173,167,218)

Color info

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

RGB color model

#ADA7DA color RGB value is (173,167,218).

RGB: (173,167,218) (68%, 65%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 218 of 255 = 85%

173
167
218

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

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 218 = 558 (100%)
R 173 of 558 ~ 31%
G 167 of 558 ~ 29.93%
B 218 of 558 ~ 39.07'%

%31
%29.93
%39.07

CMYK color model

#ADA7DA color CMYK value is (21,23,0,15).

  • cyan value is 20.64%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,23,0,15)
C21M23Y0K15 (21%, 23%, 0%, 15%)
(0.21 / 0.23 / 0.00 / 0.15)

CMYK percentages

%20.64
%23.39
%0
%14.51

Codes

Color #ADA7DA in popluar color models

AD A7 DA
RGB 173 167 218
HSL 247° 40.80% 75.49%
HSB/HSV 247° 23.39% 85.49%
CMYK 20.64% 23.39% 0.00%
14.51%

Color #ADA7DA in popluar number systems.

HEX AD A7 DA
Decimal 173 167 218
Binary 10101101 10100111 11011010
Octal 255 247 332

Shades and tints

Shades of #ADA7DA

#ADA7DA
(173,167,218)
#9E98C7
(158,152,199)
#8F89B4
(143,137,180)
#807AA1
(128,122,161)
#716B8E
(113,107,142)
#625C7B
(98,92,123)
#534D68
(83,77,104)
#443E55
(68,62,85)
#352F42
(53,47,66)
#26202F
(38,32,47)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #ADA7DA

#ADA7DA
(173,167,218)
#B4AFDD
(180,175,221)
#BBB7E0
(187,183,224)
#C2BFE3
(194,191,227)
#C9C7E6
(201,199,230)
#D0CFE9
(208,207,233)
#D7D7EC
(215,215,236)
#DEDFEF
(222,223,239)
#E5E7F2
(229,231,242)
#ECEFF5
(236,239,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA7DA color. Also use rgb(173,167,218) instead hex code.

Text Font Color

.myTextColor { color: #ADA7DA; }

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

This text font color is #ADA7DA.

Background Color

.myBgColor { background-color: #ADA7DA; }

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

This div background color is #ADA7DA.

Border color

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

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

This div border color is #ADA7DA.

Opacity

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

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

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

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

This text has shadow with #ADA7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA7DA.

Preview

Color preview on black background

This text has color #ADA7DA on black background.


Color preview on white background

This text has color #ADA7DA on white background.


Black color preview on #ADA7DA background

This text has black color on #ADA7DA background.


White color preview on #ADA7DA background

This text has white color on #ADA7DA background.


Related colors

Complementary color

Complementary color for #hex is #525825.


I love getcolorcode.com

Triadic colors

1 #DAADA7 and #A7DAAD with #ADA7DA are triadic colors.

2 #DAA7AD and #A7ADDA with #ADA7DA are triadic colors.