HEX: #AEB9DB
RGB: (174,185,219)
#AEB9DB contains red, green and blue colors in about the same proportion. Web safe color of #AEB9DB is #99CCCC (or #9CC).
#AEB9DB color RGB value is (174,185,219).
RGB: (174,185,219)
(68%, 73%, 86%)
R 174 of 255 = 68%
G 185 of 255 = 73%
B 219 of 255 = 86%
R + G + B ~ 76%. #AEB9DB is quite light color.
R + G + B = 174 + 185 + 219 = 578 (100%)
R 174 of 578 ~ 30.1%
G 185 of 578 ~ 32.01%
B 219 of 578 ~ 37.89'%
#AEB9DB color CMYK value is (21,16,0,14).
CMYK: (21,16,0,14) C21M16Y0K14 (21%,16%,0%,14%) (0.21/0.16/0.00/0.14)
Color #AEB9DB in popluar color models
AE | B9 | DB | |
---|---|---|---|
RGB | 174 | 185 | 219 |
HSL | 225° | 38.46% | 77.06% |
HSB/HSV | 225° | 20.55% | 85.88% |
CMYK | 20.55% | 15.53% | 0.00% |
14.12% |
Color #AEB9DB in popluar number systems.
HEX | AE | B9 | DB |
Decimal | 174 | 185 | 219 |
Binary | 10101110 | 10111001 | 11011011 |
Octal | 256 | 271 | 333 |
Shades of #AEB9DB
Tints of #AEB9DB
Examples of css and html codes for elements with #AEB9DB color. Also use rgb(174,185,219) instead hex code.
.myTextColor { color: #AEB9DB; }
<p style="color:#AEB9DB">This sample text font color is #AEB9DB.</p>
This text font color is #AEB9DB.
.myBgColor { background-color: #AEB9DB; }
<div style="background-color:#AEB9DB">Inner text</div>
This div background color is #AEB9DB.
.myBorderColor { border: 1px solid #AEB9DB; }
<div style="border:3px solid #AEB9DB">Div</div>
This div border color is #AEB9DB.
.myOpacity80 { color: #AEB9DB; opacity: 0.8; }
<p style="color:#AEB9DB;opacity:0.8;">80%</p>
Text with #AEB9DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB9DB;}
<p style="text-shadow: 3px 3px 1px #AEB9DB">Text here.</p>
This text has shadow with #AEB9DB color.
.textShadow {text-shadow: 3px 3px 1px #AEB9DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB9DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB9DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB9DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB9DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB9DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB9DB;
-webkit-box-shadow: 1px 1px 3px 2px #AEB9DB;
box-shadow: 1px 1px 3px 2px #AEB9DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB9DB; -webkit-box-shadow: 1px 1px 3px 2px #AEB9DB; box-shadow:1px 1px 3px 2px #AEB9DB;">
Div content here
</div>
This text has color #AEB9DB on black background.
This text has color #AEB9DB on white background.
This text has black color on #AEB9DB background.
This text has white color on #AEB9DB background.
Complementary color for #hex is #514624.