HEX: #A7AEBB
RGB: (167,174,187)
#A7AEBB contains red, green and blue colors in about the same proportion. Web safe color of #A7AEBB is #9999CC (or #99C).
#A7AEBB color RGB value is (167,174,187).
RGB: (167,174,187)
(65%, 68%, 73%)
R 167 of 255 = 65%
G 174 of 255 = 68%
B 187 of 255 = 73%
R + G + B ~ 69%. #A7AEBB is quite light color.
R + G + B = 167 + 174 + 187 = 528 (100%)
R 167 of 528 ~ 31.63%
G 174 of 528 ~ 32.95%
B 187 of 528 ~ 35.42'%
#A7AEBB color CMYK value is (11,7,0,27).
CMYK: (11,7,0,27)
C11M7Y0K27 (11%, 7%, 0%, 27%)
(0.11 / 0.07 / 0.00 / 0.27)
Color #A7AEBB in popluar color models
A7 | AE | BB | |
---|---|---|---|
RGB | 167 | 174 | 187 |
HSL | 219° | 12.82% | 69.41% |
HSB/HSV | 219° | 10.70% | 73.33% |
CMYK | 10.70% | 6.95% | 0.00% |
26.67% |
Color #A7AEBB in popluar number systems.
HEX | A7 | AE | BB |
Decimal | 167 | 174 | 187 |
Binary | 10100111 | 10101110 | 10111011 |
Octal | 247 | 256 | 273 |
Shades of #A7AEBB
Tints of #A7AEBB
Examples of css and html codes for elements with #A7AEBB color. Also use rgb(167,174,187) instead hex code.
.myTextColor { color: #A7AEBB; }
<p style="color:#A7AEBB">This sample text font color is #A7AEBB.</p>
This text font color is #A7AEBB.
.myBgColor { background-color: #A7AEBB; }
<div style="background-color:#A7AEBB">Inner text</div>
This div background color is #A7AEBB.
.myBorderColor { border: 1px solid #A7AEBB; }
<div style="border:3px solid #A7AEBB">Div</div>
This div border color is #A7AEBB.
.myOpacity80 { color: #A7AEBB; opacity: 0.8; }
<p style="color:#A7AEBB;opacity:0.8;">80%</p>
Text with #A7AEBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7AEBB;}
<p style="text-shadow: 3px 3px 1px #A7AEBB">Text here.</p>
This text has shadow with #A7AEBB color.
.textShadow {text-shadow: 3px 3px 1px #A7AEBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7AEBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7AEBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7AEBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7AEBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7AEBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7AEBB;
-webkit-box-shadow: 1px 1px 3px 2px #A7AEBB;
box-shadow: 1px 1px 3px 2px #A7AEBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7AEBB; -webkit-box-shadow: 1px 1px 3px 2px #A7AEBB; box-shadow:1px 1px 3px 2px #A7AEBB;">
Div content here
</div>
This text has color #A7AEBB on black background.
This text has color #A7AEBB on white background.
This text has black color on #A7AEBB background.
This text has white color on #A7AEBB background.
Complementary color for #hex is #585144.