HEX: #AAB0CC
RGB: (170,176,204)
#AAB0CC contains red, green and blue colors in about the same proportion. Web safe color of #AAB0CC is #9999CC (or #99C).
#AAB0CC color RGB value is (170,176,204).
RGB: (170,176,204)
(67%, 69%, 80%)
R 170 of 255 = 67%
G 176 of 255 = 69%
B 204 of 255 = 80%
R + G + B ~ 72%. #AAB0CC is quite light color.
R + G + B = 170 + 176 + 204 = 550 (100%)
R 170 of 550 ~ 30.91%
G 176 of 550 ~ 32%
B 204 of 550 ~ 37.09'%
#AAB0CC color CMYK value is (17,14,0,20).
CMYK: (17,14,0,20)
C17M14Y0K20 (17%, 14%, 0%, 20%)
(0.17 / 0.14 / 0.00 / 0.20)
Color #AAB0CC in popluar color models
AA | B0 | CC | |
---|---|---|---|
RGB | 170 | 176 | 204 |
HSL | 229° | 25.00% | 73.33% |
HSB/HSV | 229° | 16.67% | 80.00% |
CMYK | 16.67% | 13.73% | 0.00% |
20.00% |
Color #AAB0CC in popluar number systems.
HEX | AA | B0 | CC |
Decimal | 170 | 176 | 204 |
Binary | 10101010 | 10110000 | 11001100 |
Octal | 252 | 260 | 314 |
Shades of #AAB0CC
Tints of #AAB0CC
Examples of css and html codes for elements with #AAB0CC color. Also use rgb(170,176,204) instead hex code.
.myTextColor { color: #AAB0CC; }
<p style="color:#AAB0CC">This sample text font color is #AAB0CC.</p>
This text font color is #AAB0CC.
.myBgColor { background-color: #AAB0CC; }
<div style="background-color:#AAB0CC">Inner text</div>
This div background color is #AAB0CC.
.myBorderColor { border: 1px solid #AAB0CC; }
<div style="border:3px solid #AAB0CC">Div</div>
This div border color is #AAB0CC.
.myOpacity80 { color: #AAB0CC; opacity: 0.8; }
<p style="color:#AAB0CC;opacity:0.8;">80%</p>
Text with #AAB0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAB0CC;}
<p style="text-shadow: 3px 3px 1px #AAB0CC">Text here.</p>
This text has shadow with #AAB0CC color.
.textShadow {text-shadow: 3px 3px 1px #AAB0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAB0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAB0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAB0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAB0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAB0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAB0CC;
-webkit-box-shadow: 1px 1px 3px 2px #AAB0CC;
box-shadow: 1px 1px 3px 2px #AAB0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAB0CC; -webkit-box-shadow: 1px 1px 3px 2px #AAB0CC; box-shadow:1px 1px 3px 2px #AAB0CC;">
Div content here
</div>
This text has color #AAB0CC on black background.
This text has color #AAB0CC on white background.
This text has black color on #AAB0CC background.
This text has white color on #AAB0CC background.
Complementary color for #hex is #554F33.