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