HEX: #AEB7DA
RGB: (174,183,218)
#AEB7DA contains red, green and blue colors in about the same proportion. Web safe color of #AEB7DA is #99CCCC (or #9CC).
#AEB7DA color RGB value is (174,183,218).
RGB: (174,183,218)
(68%, 72%, 85%)
R 174 of 255 = 68%
G 183 of 255 = 72%
B 218 of 255 = 85%
R + G + B ~ 75%. #AEB7DA is quite light color.
R + G + B = 174 + 183 + 218 = 575 (100%)
R 174 of 575 ~ 30.26%
G 183 of 575 ~ 31.83%
B 218 of 575 ~ 37.91'%
#AEB7DA color CMYK value is (20,16,0,15).
CMYK: (20,16,0,15)
C20M16Y0K15 (20%, 16%, 0%, 15%)
(0.20 / 0.16 / 0.00 / 0.15)
Color #AEB7DA in popluar color models
AE | B7 | DA | |
---|---|---|---|
RGB | 174 | 183 | 218 |
HSL | 228° | 37.29% | 76.86% |
HSB/HSV | 228° | 20.18% | 85.49% |
CMYK | 20.18% | 16.06% | 0.00% |
14.51% |
Color #AEB7DA in popluar number systems.
HEX | AE | B7 | DA |
Decimal | 174 | 183 | 218 |
Binary | 10101110 | 10110111 | 11011010 |
Octal | 256 | 267 | 332 |
Shades of #AEB7DA
Tints of #AEB7DA
Examples of css and html codes for elements with #AEB7DA color. Also use rgb(174,183,218) instead hex code.
.myTextColor { color: #AEB7DA; }
<p style="color:#AEB7DA">This sample text font color is #AEB7DA.</p>
This text font color is #AEB7DA.
.myBgColor { background-color: #AEB7DA; }
<div style="background-color:#AEB7DA">Inner text</div>
This div background color is #AEB7DA.
.myBorderColor { border: 1px solid #AEB7DA; }
<div style="border:3px solid #AEB7DA">Div</div>
This div border color is #AEB7DA.
.myOpacity80 { color: #AEB7DA; opacity: 0.8; }
<p style="color:#AEB7DA;opacity:0.8;">80%</p>
Text with #AEB7DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB7DA;}
<p style="text-shadow: 3px 3px 1px #AEB7DA">Text here.</p>
This text has shadow with #AEB7DA color.
.textShadow {text-shadow: 3px 3px 1px #AEB7DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB7DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB7DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB7DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB7DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB7DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB7DA;
-webkit-box-shadow: 1px 1px 3px 2px #AEB7DA;
box-shadow: 1px 1px 3px 2px #AEB7DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB7DA; -webkit-box-shadow: 1px 1px 3px 2px #AEB7DA; box-shadow:1px 1px 3px 2px #AEB7DA;">
Div content here
</div>
This text has color #AEB7DA on black background.
This text has color #AEB7DA on white background.
This text has black color on #AEB7DA background.
This text has white color on #AEB7DA background.
Complementary color for #hex is #514825.