HEX: #AEBDCC
RGB: (174,189,204)
#AEBDCC contains red, green and blue colors in about the same proportion. Web safe color of #AEBDCC is #99CCCC (or #9CC).
#AEBDCC color RGB value is (174,189,204).
RGB: (174,189,204)
(68%, 74%, 80%)
R 174 of 255 = 68%
G 189 of 255 = 74%
B 204 of 255 = 80%
R + G + B ~ 74%. #AEBDCC is quite light color.
R + G + B = 174 + 189 + 204 = 567 (100%)
R 174 of 567 ~ 30.69%
G 189 of 567 ~ 33.33%
B 204 of 567 ~ 35.98'%
#AEBDCC color CMYK value is (15,7,0,20).
CMYK: (15,7,0,20) C15M7Y0K20 (15%,7%,0%,20%) (0.15/0.07/0.00/0.20)
Color #AEBDCC in popluar color models
AE | BD | CC | |
---|---|---|---|
RGB | 174 | 189 | 204 |
HSL | 210° | 22.73% | 74.12% |
HSB/HSV | 210° | 14.71% | 80.00% |
CMYK | 14.71% | 7.35% | 0.00% |
20.00% |
Color #AEBDCC in popluar number systems.
HEX | AE | BD | CC |
Decimal | 174 | 189 | 204 |
Binary | 10101110 | 10111101 | 11001100 |
Octal | 256 | 275 | 314 |
Shades of #AEBDCC
Tints of #AEBDCC
Examples of css and html codes for elements with #AEBDCC color. Also use rgb(174,189,204) instead hex code.
.myTextColor { color: #AEBDCC; }
<p style="color:#AEBDCC">This sample text font color is #AEBDCC.</p>
This text font color is #AEBDCC.
.myBgColor { background-color: #AEBDCC; }
<div style="background-color:#AEBDCC">Inner text</div>
This div background color is #AEBDCC.
.myBorderColor { border: 1px solid #AEBDCC; }
<div style="border:3px solid #AEBDCC">Div</div>
This div border color is #AEBDCC.
.myOpacity80 { color: #AEBDCC; opacity: 0.8; }
<p style="color:#AEBDCC;opacity:0.8;">80%</p>
Text with #AEBDCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBDCC;}
<p style="text-shadow: 3px 3px 1px #AEBDCC">Text here.</p>
This text has shadow with #AEBDCC color.
.textShadow {text-shadow: 3px 3px 1px #AEBDCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBDCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEBDCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBDCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBDCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBDCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBDCC;
-webkit-box-shadow: 1px 1px 3px 2px #AEBDCC;
box-shadow: 1px 1px 3px 2px #AEBDCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBDCC; -webkit-box-shadow: 1px 1px 3px 2px #AEBDCC; box-shadow:1px 1px 3px 2px #AEBDCC;">
Div content here
</div>
This text has color #AEBDCC on black background.
This text has color #AEBDCC on white background.
This text has black color on #AEBDCC background.
This text has white color on #AEBDCC background.
Complementary color for #hex is #514233.