HEX: #ADA7DA
RGB: (173,167,218)
#ADA7DA contains red, green and blue colors in about the same proportion. Web safe color of #ADA7DA is #9999CC (or #99C).
#ADA7DA color RGB value is (173,167,218).
RGB: (173,167,218)
(68%, 65%, 85%)
R 173 of 255 = 68%
G 167 of 255 = 65%
B 218 of 255 = 85%
R + G + B ~ 73%. #ADA7DA is quite light color.
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'%
#ADA7DA color CMYK value is (21,23,0,15).
CMYK: (21,23,0,15)
C21M23Y0K15 (21%, 23%, 0%, 15%)
(0.21 / 0.23 / 0.00 / 0.15)
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 of #ADA7DA
Tints of #ADA7DA
Examples of css and html codes for elements with #ADA7DA color. Also use rgb(173,167,218) instead hex code.
.myTextColor { color: #ADA7DA; }
<p style="color:#ADA7DA">This sample text font color is #ADA7DA.</p>
This text font color is #ADA7DA.
.myBgColor { background-color: #ADA7DA; }
<div style="background-color:#ADA7DA">Inner text</div>
This div background color is #ADA7DA.
.myBorderColor { border: 1px solid #ADA7DA; }
<div style="border:3px solid #ADA7DA">Div</div>
This div border color is #ADA7DA.
.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%.
.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.
/* 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 text has color #ADA7DA on black background.
This text has color #ADA7DA on white background.
This text has black color on #ADA7DA background.
This text has white color on #ADA7DA background.
Complementary color for #hex is #525825.