HEX: #A7ADDF
RGB: (167,173,223)
#A7ADDF contains red, green and blue colors in about the same proportion. Web safe color of #A7ADDF is #9999CC (or #99C).
#A7ADDF color RGB value is (167,173,223).
RGB: (167,173,223)
(65%, 68%, 87%)
R 167 of 255 = 65%
G 173 of 255 = 68%
B 223 of 255 = 87%
R + G + B ~ 73%. #A7ADDF is quite light color.
R + G + B = 167 + 173 + 223 = 563 (100%)
R 167 of 563 ~ 29.66%
G 173 of 563 ~ 30.73%
B 223 of 563 ~ 39.61'%
#A7ADDF color CMYK value is (25,22,0,13).
CMYK: (25,22,0,13) C25M22Y0K13 (25%,22%,0%,13%) (0.25/0.22/0.00/0.13)
Color #A7ADDF in popluar color models
A7 | AD | DF | |
---|---|---|---|
RGB | 167 | 173 | 223 |
HSL | 234° | 46.67% | 76.47% |
HSB/HSV | 234° | 25.11% | 87.45% |
CMYK | 25.11% | 22.42% | 0.00% |
12.55% |
Color #A7ADDF in popluar number systems.
HEX | A7 | AD | DF |
Decimal | 167 | 173 | 223 |
Binary | 10100111 | 10101101 | 11011111 |
Octal | 247 | 255 | 337 |
Shades of #A7ADDF
Tints of #A7ADDF
Examples of css and html codes for elements with #A7ADDF color. Also use rgb(167,173,223) instead hex code.
.myTextColor { color: #A7ADDF; }
<p style="color:#A7ADDF">This sample text font color is #A7ADDF.</p>
This text font color is #A7ADDF.
.myBgColor { background-color: #A7ADDF; }
<div style="background-color:#A7ADDF">Inner text</div>
This div background color is #A7ADDF.
.myBorderColor { border: 1px solid #A7ADDF; }
<div style="border:3px solid #A7ADDF">Div</div>
This div border color is #A7ADDF.
.myOpacity80 { color: #A7ADDF; opacity: 0.8; }
<p style="color:#A7ADDF;opacity:0.8;">80%</p>
Text with #A7ADDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7ADDF;}
<p style="text-shadow: 3px 3px 1px #A7ADDF">Text here.</p>
This text has shadow with #A7ADDF color.
.textShadow {text-shadow: 3px 3px 1px #A7ADDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7ADDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7ADDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7ADDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7ADDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7ADDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7ADDF;
-webkit-box-shadow: 1px 1px 3px 2px #A7ADDF;
box-shadow: 1px 1px 3px 2px #A7ADDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7ADDF; -webkit-box-shadow: 1px 1px 3px 2px #A7ADDF; box-shadow:1px 1px 3px 2px #A7ADDF;">
Div content here
</div>
This text has color #A7ADDF on black background.
This text has color #A7ADDF on white background.
This text has black color on #A7ADDF background.
This text has white color on #A7ADDF background.
Complementary color for #hex is #585220.