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