HEX: #A7ABDD
RGB: (167,171,221)
#A7ABDD contains red, green and blue colors in about the same proportion. Web safe color of #A7ABDD is #9999CC (or #99C).
#A7ABDD color RGB value is (167,171,221).
RGB: (167,171,221)
(65%, 67%, 87%)
R 167 of 255 = 65%
G 171 of 255 = 67%
B 221 of 255 = 87%
R + G + B ~ 73%. #A7ABDD is quite light color.
R + G + B = 167 + 171 + 221 = 559 (100%)
R 167 of 559 ~ 29.87%
G 171 of 559 ~ 30.59%
B 221 of 559 ~ 39.53'%
#A7ABDD color CMYK value is (24,23,0,13).
CMYK: (24,23,0,13)
C24M23Y0K13 (24%, 23%, 0%, 13%)
(0.24 / 0.23 / 0.00 / 0.13)
Color #A7ABDD in popluar color models
A7 | AB | DD | |
---|---|---|---|
RGB | 167 | 171 | 221 |
HSL | 236° | 44.26% | 76.08% |
HSB/HSV | 236° | 24.43% | 86.67% |
CMYK | 24.43% | 22.62% | 0.00% |
13.33% |
Color #A7ABDD in popluar number systems.
HEX | A7 | AB | DD |
Decimal | 167 | 171 | 221 |
Binary | 10100111 | 10101011 | 11011101 |
Octal | 247 | 253 | 335 |
Shades of #A7ABDD
Tints of #A7ABDD
Examples of css and html codes for elements with #A7ABDD color. Also use rgb(167,171,221) instead hex code.
.myTextColor { color: #A7ABDD; }
<p style="color:#A7ABDD">This sample text font color is #A7ABDD.</p>
This text font color is #A7ABDD.
.myBgColor { background-color: #A7ABDD; }
<div style="background-color:#A7ABDD">Inner text</div>
This div background color is #A7ABDD.
.myBorderColor { border: 1px solid #A7ABDD; }
<div style="border:3px solid #A7ABDD">Div</div>
This div border color is #A7ABDD.
.myOpacity80 { color: #A7ABDD; opacity: 0.8; }
<p style="color:#A7ABDD;opacity:0.8;">80%</p>
Text with #A7ABDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7ABDD;}
<p style="text-shadow: 3px 3px 1px #A7ABDD">Text here.</p>
This text has shadow with #A7ABDD color.
.textShadow {text-shadow: 3px 3px 1px #A7ABDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7ABDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7ABDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7ABDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7ABDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7ABDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7ABDD;
-webkit-box-shadow: 1px 1px 3px 2px #A7ABDD;
box-shadow: 1px 1px 3px 2px #A7ABDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7ABDD; -webkit-box-shadow: 1px 1px 3px 2px #A7ABDD; box-shadow:1px 1px 3px 2px #A7ABDD;">
Div content here
</div>
This text has color #A7ABDD on black background.
This text has color #A7ABDD on white background.
This text has black color on #A7ABDD background.
This text has white color on #A7ABDD background.
Complementary color for #hex is #585422.