HEX: #A7ADCD
RGB: (167,173,205)
#A7ADCD contains red, green and blue colors in about the same proportion. Web safe color of #A7ADCD is #9999CC (or #99C).
#A7ADCD color RGB value is (167,173,205).
RGB: (167,173,205)
(65%, 68%, 80%)
R 167 of 255 = 65%
G 173 of 255 = 68%
B 205 of 255 = 80%
R + G + B ~ 71%. #A7ADCD is quite light color.
R + G + B = 167 + 173 + 205 = 545 (100%)
R 167 of 545 ~ 30.64%
G 173 of 545 ~ 31.74%
B 205 of 545 ~ 37.61'%
#A7ADCD color CMYK value is (19,16,0,20).
CMYK: (19,16,0,20)
C19M16Y0K20 (19%, 16%, 0%, 20%)
(0.19 / 0.16 / 0.00 / 0.20)
Color #A7ADCD in popluar color models
A7 | AD | CD | |
---|---|---|---|
RGB | 167 | 173 | 205 |
HSL | 231° | 27.54% | 72.94% |
HSB/HSV | 231° | 18.54% | 80.39% |
CMYK | 18.54% | 15.61% | 0.00% |
19.61% |
Color #A7ADCD in popluar number systems.
HEX | A7 | AD | CD |
Decimal | 167 | 173 | 205 |
Binary | 10100111 | 10101101 | 11001101 |
Octal | 247 | 255 | 315 |
Shades of #A7ADCD
Tints of #A7ADCD
Examples of css and html codes for elements with #A7ADCD color. Also use rgb(167,173,205) instead hex code.
.myTextColor { color: #A7ADCD; }
<p style="color:#A7ADCD">This sample text font color is #A7ADCD.</p>
This text font color is #A7ADCD.
.myBgColor { background-color: #A7ADCD; }
<div style="background-color:#A7ADCD">Inner text</div>
This div background color is #A7ADCD.
.myBorderColor { border: 1px solid #A7ADCD; }
<div style="border:3px solid #A7ADCD">Div</div>
This div border color is #A7ADCD.
.myOpacity80 { color: #A7ADCD; opacity: 0.8; }
<p style="color:#A7ADCD;opacity:0.8;">80%</p>
Text with #A7ADCD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7ADCD;}
<p style="text-shadow: 3px 3px 1px #A7ADCD">Text here.</p>
This text has shadow with #A7ADCD color.
.textShadow {text-shadow: 3px 3px 1px #A7ADCD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7ADCD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7ADCD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7ADCD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7ADCD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7ADCD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7ADCD;
-webkit-box-shadow: 1px 1px 3px 2px #A7ADCD;
box-shadow: 1px 1px 3px 2px #A7ADCD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7ADCD; -webkit-box-shadow: 1px 1px 3px 2px #A7ADCD; box-shadow:1px 1px 3px 2px #A7ADCD;">
Div content here
</div>
This text has color #A7ADCD on black background.
This text has color #A7ADCD on white background.
This text has black color on #A7ADCD background.
This text has white color on #A7ADCD background.
Complementary color for #hex is #585232.