HEX: #A6AEBD
RGB: (166,174,189)
#A6AEBD contains red, green and blue colors in about the same proportion. Web safe color of #A6AEBD is #9999CC (or #99C).
#A6AEBD color RGB value is (166,174,189).
RGB: (166,174,189)
(65%, 68%, 74%)
R 166 of 255 = 65%
G 174 of 255 = 68%
B 189 of 255 = 74%
R + G + B ~ 69%. #A6AEBD is quite light color.
R + G + B = 166 + 174 + 189 = 529 (100%)
R 166 of 529 ~ 31.38%
G 174 of 529 ~ 32.89%
B 189 of 529 ~ 35.73'%
#A6AEBD color CMYK value is (12,8,0,26).
CMYK: (12,8,0,26)
C12M8Y0K26 (12%, 8%, 0%, 26%)
(0.12 / 0.08 / 0.00 / 0.26)
Color #A6AEBD in popluar color models
A6 | AE | BD | |
---|---|---|---|
RGB | 166 | 174 | 189 |
HSL | 219° | 14.84% | 69.61% |
HSB/HSV | 219° | 12.17% | 74.12% |
CMYK | 12.17% | 7.94% | 0.00% |
25.88% |
Color #A6AEBD in popluar number systems.
HEX | A6 | AE | BD |
Decimal | 166 | 174 | 189 |
Binary | 10100110 | 10101110 | 10111101 |
Octal | 246 | 256 | 275 |
Shades of #A6AEBD
Tints of #A6AEBD
Examples of css and html codes for elements with #A6AEBD color. Also use rgb(166,174,189) instead hex code.
.myTextColor { color: #A6AEBD; }
<p style="color:#A6AEBD">This sample text font color is #A6AEBD.</p>
This text font color is #A6AEBD.
.myBgColor { background-color: #A6AEBD; }
<div style="background-color:#A6AEBD">Inner text</div>
This div background color is #A6AEBD.
.myBorderColor { border: 1px solid #A6AEBD; }
<div style="border:3px solid #A6AEBD">Div</div>
This div border color is #A6AEBD.
.myOpacity80 { color: #A6AEBD; opacity: 0.8; }
<p style="color:#A6AEBD;opacity:0.8;">80%</p>
Text with #A6AEBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6AEBD;}
<p style="text-shadow: 3px 3px 1px #A6AEBD">Text here.</p>
This text has shadow with #A6AEBD color.
.textShadow {text-shadow: 3px 3px 1px #A6AEBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6AEBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6AEBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6AEBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6AEBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6AEBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6AEBD;
-webkit-box-shadow: 1px 1px 3px 2px #A6AEBD;
box-shadow: 1px 1px 3px 2px #A6AEBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6AEBD; -webkit-box-shadow: 1px 1px 3px 2px #A6AEBD; box-shadow:1px 1px 3px 2px #A6AEBD;">
Div content here
</div>
This text has color #A6AEBD on black background.
This text has color #A6AEBD on white background.
This text has black color on #A6AEBD background.
This text has white color on #A6AEBD background.
Complementary color for #hex is #595142.