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