HEX: #A7ADDB
RGB: (167,173,219)
#A7ADDB contains red, green and blue colors in about the same proportion. Web safe color of #A7ADDB is #9999CC (or #99C).
#A7ADDB color RGB value is (167,173,219).
RGB: (167,173,219)
(65%, 68%, 86%)
R 167 of 255 = 65%
G 173 of 255 = 68%
B 219 of 255 = 86%
R + G + B ~ 73%. #A7ADDB is quite light color.
R + G + B = 167 + 173 + 219 = 559 (100%)
R 167 of 559 ~ 29.87%
G 173 of 559 ~ 30.95%
B 219 of 559 ~ 39.18'%
#A7ADDB color CMYK value is (24,21,0,14).
CMYK: (24,21,0,14)
C24M21Y0K14 (24%, 21%, 0%, 14%)
(0.24 / 0.21 / 0.00 / 0.14)
Color #A7ADDB in popluar color models
A7 | AD | DB | |
---|---|---|---|
RGB | 167 | 173 | 219 |
HSL | 233° | 41.94% | 75.69% |
HSB/HSV | 233° | 23.74% | 85.88% |
CMYK | 23.74% | 21.00% | 0.00% |
14.12% |
Color #A7ADDB in popluar number systems.
HEX | A7 | AD | DB |
Decimal | 167 | 173 | 219 |
Binary | 10100111 | 10101101 | 11011011 |
Octal | 247 | 255 | 333 |
Shades of #A7ADDB
Tints of #A7ADDB
Examples of css and html codes for elements with #A7ADDB color. Also use rgb(167,173,219) instead hex code.
.myTextColor { color: #A7ADDB; }
<p style="color:#A7ADDB">This sample text font color is #A7ADDB.</p>
This text font color is #A7ADDB.
.myBgColor { background-color: #A7ADDB; }
<div style="background-color:#A7ADDB">Inner text</div>
This div background color is #A7ADDB.
.myBorderColor { border: 1px solid #A7ADDB; }
<div style="border:3px solid #A7ADDB">Div</div>
This div border color is #A7ADDB.
.myOpacity80 { color: #A7ADDB; opacity: 0.8; }
<p style="color:#A7ADDB;opacity:0.8;">80%</p>
Text with #A7ADDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7ADDB;}
<p style="text-shadow: 3px 3px 1px #A7ADDB">Text here.</p>
This text has shadow with #A7ADDB color.
.textShadow {text-shadow: 3px 3px 1px #A7ADDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7ADDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7ADDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7ADDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7ADDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7ADDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7ADDB;
-webkit-box-shadow: 1px 1px 3px 2px #A7ADDB;
box-shadow: 1px 1px 3px 2px #A7ADDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7ADDB; -webkit-box-shadow: 1px 1px 3px 2px #A7ADDB; box-shadow:1px 1px 3px 2px #A7ADDB;">
Div content here
</div>
This text has color #A7ADDB on black background.
This text has color #A7ADDB on white background.
This text has black color on #A7ADDB background.
This text has white color on #A7ADDB background.
Complementary color for #hex is #585224.