HEX: #AEB5BE
RGB: (174,181,190)
#AEB5BE contains red, green and blue colors in about the same proportion. Web safe color of #AEB5BE is #99CCCC (or #9CC).
#AEB5BE color RGB value is (174,181,190).
RGB: (174,181,190)
(68%, 71%, 75%)
R 174 of 255 = 68%
G 181 of 255 = 71%
B 190 of 255 = 75%
R + G + B ~ 71%. #AEB5BE is quite light color.
R + G + B = 174 + 181 + 190 = 545 (100%)
R 174 of 545 ~ 31.93%
G 181 of 545 ~ 33.21%
B 190 of 545 ~ 34.86'%
#AEB5BE color CMYK value is (8,5,0,25).
CMYK: (8,5,0,25) C8M5Y0K25 (8%,5%,0%,25%) (0.08/0.05/0.00/0.25)
Color #AEB5BE in popluar color models
AE | B5 | BE | |
---|---|---|---|
RGB | 174 | 181 | 190 |
HSL | 214° | 10.96% | 71.37% |
HSB/HSV | 214° | 8.42% | 74.51% |
CMYK | 8.42% | 4.74% | 0.00% |
25.49% |
Color #AEB5BE in popluar number systems.
HEX | AE | B5 | BE |
Decimal | 174 | 181 | 190 |
Binary | 10101110 | 10110101 | 10111110 |
Octal | 256 | 265 | 276 |
Shades of #AEB5BE
Tints of #AEB5BE
Examples of css and html codes for elements with #AEB5BE color. Also use rgb(174,181,190) instead hex code.
.myTextColor { color: #AEB5BE; }
<p style="color:#AEB5BE">This sample text font color is #AEB5BE.</p>
This text font color is #AEB5BE.
.myBgColor { background-color: #AEB5BE; }
<div style="background-color:#AEB5BE">Inner text</div>
This div background color is #AEB5BE.
.myBorderColor { border: 1px solid #AEB5BE; }
<div style="border:3px solid #AEB5BE">Div</div>
This div border color is #AEB5BE.
.myOpacity80 { color: #AEB5BE; opacity: 0.8; }
<p style="color:#AEB5BE;opacity:0.8;">80%</p>
Text with #AEB5BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB5BE;}
<p style="text-shadow: 3px 3px 1px #AEB5BE">Text here.</p>
This text has shadow with #AEB5BE color.
.textShadow {text-shadow: 3px 3px 1px #AEB5BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB5BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEB5BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB5BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB5BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB5BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEB5BE;
-webkit-box-shadow: 1px 1px 3px 2px #AEB5BE;
box-shadow: 1px 1px 3px 2px #AEB5BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB5BE; -webkit-box-shadow: 1px 1px 3px 2px #AEB5BE; box-shadow:1px 1px 3px 2px #AEB5BE;">
Div content here
</div>
This text has color #AEB5BE on black background.
This text has color #AEB5BE on white background.
This text has black color on #AEB5BE background.
This text has white color on #AEB5BE background.
Complementary color for #hex is #514A41.