HEX: #AEB0CC
RGB: (174,176,204)
#AEB0CC contains red, green and blue colors in about the same proportion. Web safe color of #AEB0CC is #9999CC (or #99C).
#AEB0CC color RGB value is (174,176,204).
RGB: (174,176,204)
(68%, 69%, 80%)
R 174 of 255 = 68%
G 176 of 255 = 69%
B 204 of 255 = 80%
R + G + B ~ 72%. #AEB0CC is quite light color.
R + G + B = 174 + 176 + 204 = 554 (100%)
R 174 of 554 ~ 31.41%
G 176 of 554 ~ 31.77%
B 204 of 554 ~ 36.82'%
#AEB0CC color CMYK value is (15,14,0,20).
CMYK: (15,14,0,20) C15M14Y0K20 (15%,14%,0%,20%) (0.15/0.14/0.00/0.20)
Color #AEB0CC in popluar color models
AE | B0 | CC | |
---|---|---|---|
RGB | 174 | 176 | 204 |
HSL | 236° | 22.73% | 74.12% |
HSB/HSV | 236° | 14.71% | 80.00% |
CMYK | 14.71% | 13.73% | 0.00% |
20.00% |
Color #AEB0CC in popluar number systems.
HEX | AE | B0 | CC |
Decimal | 174 | 176 | 204 |
Binary | 10101110 | 10110000 | 11001100 |
Octal | 256 | 260 | 314 |
Shades of #AEB0CC
Tints of #AEB0CC
Examples of css and html codes for elements with #AEB0CC color. Also use rgb(174,176,204) instead hex code.
.myTextColor { color: #AEB0CC; }
<p style="color:#AEB0CC">This sample text font color is #AEB0CC.</p>
This text font color is #AEB0CC.
.myBgColor { background-color: #AEB0CC; }
<div style="background-color:#AEB0CC">Inner text</div>
This div background color is #AEB0CC.
.myBorderColor { border: 1px solid #AEB0CC; }
<div style="border:3px solid #AEB0CC">Div</div>
This div border color is #AEB0CC.
.myOpacity80 { color: #AEB0CC; opacity: 0.8; }
<p style="color:#AEB0CC;opacity:0.8;">80%</p>
Text with #AEB0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB0CC;}
<p style="text-shadow: 3px 3px 1px #AEB0CC">Text here.</p>
This text has shadow with #AEB0CC color.
.textShadow {text-shadow: 3px 3px 1px #AEB0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB0CC;
-webkit-box-shadow: 1px 1px 3px 2px #AEB0CC;
box-shadow: 1px 1px 3px 2px #AEB0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB0CC; -webkit-box-shadow: 1px 1px 3px 2px #AEB0CC; box-shadow:1px 1px 3px 2px #AEB0CC;">
Div content here
</div>
This text has color #AEB0CC on black background.
This text has color #AEB0CC on white background.
This text has black color on #AEB0CC background.
This text has white color on #AEB0CC background.
Complementary color for #hex is #514F33.