HEX: #AEB5DC
RGB: (174,181,220)
#AEB5DC contains red, green and blue colors in about the same proportion. Web safe color of #AEB5DC is #99CCCC (or #9CC).
#AEB5DC color RGB value is (174,181,220).
RGB: (174,181,220)
(68%, 71%, 86%)
R 174 of 255 = 68%
G 181 of 255 = 71%
B 220 of 255 = 86%
R + G + B ~ 75%. #AEB5DC is quite light color.
R + G + B = 174 + 181 + 220 = 575 (100%)
R 174 of 575 ~ 30.26%
G 181 of 575 ~ 31.48%
B 220 of 575 ~ 38.26'%
#AEB5DC color CMYK value is (21,18,0,14).
CMYK: (21,18,0,14)
C21M18Y0K14 (21%, 18%, 0%, 14%)
(0.21 / 0.18 / 0.00 / 0.14)
Color #AEB5DC in popluar color models
AE | B5 | DC | |
---|---|---|---|
RGB | 174 | 181 | 220 |
HSL | 231° | 39.66% | 77.25% |
HSB/HSV | 231° | 20.91% | 86.27% |
CMYK | 20.91% | 17.73% | 0.00% |
13.73% |
Color #AEB5DC in popluar number systems.
HEX | AE | B5 | DC |
Decimal | 174 | 181 | 220 |
Binary | 10101110 | 10110101 | 11011100 |
Octal | 256 | 265 | 334 |
Shades of #AEB5DC
Tints of #AEB5DC
Examples of css and html codes for elements with #AEB5DC color. Also use rgb(174,181,220) instead hex code.
.myTextColor { color: #AEB5DC; }
<p style="color:#AEB5DC">This sample text font color is #AEB5DC.</p>
This text font color is #AEB5DC.
.myBgColor { background-color: #AEB5DC; }
<div style="background-color:#AEB5DC">Inner text</div>
This div background color is #AEB5DC.
.myBorderColor { border: 1px solid #AEB5DC; }
<div style="border:3px solid #AEB5DC">Div</div>
This div border color is #AEB5DC.
.myOpacity80 { color: #AEB5DC; opacity: 0.8; }
<p style="color:#AEB5DC;opacity:0.8;">80%</p>
Text with #AEB5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB5DC;}
<p style="text-shadow: 3px 3px 1px #AEB5DC">Text here.</p>
This text has shadow with #AEB5DC color.
.textShadow {text-shadow: 3px 3px 1px #AEB5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB5DC;
-webkit-box-shadow: 1px 1px 3px 2px #AEB5DC;
box-shadow: 1px 1px 3px 2px #AEB5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB5DC; -webkit-box-shadow: 1px 1px 3px 2px #AEB5DC; box-shadow:1px 1px 3px 2px #AEB5DC;">
Div content here
</div>
This text has color #AEB5DC on black background.
This text has color #AEB5DC on white background.
This text has black color on #AEB5DC background.
This text has white color on #AEB5DC background.
Complementary color for #hex is #514A23.