HEX: #AEC5BD
RGB: (174,197,189)
#AEC5BD contains red, green and blue colors in about the same proportion. Web safe color of #AEC5BD is #99CCCC (or #9CC).
#AEC5BD color RGB value is (174,197,189).
RGB: (174,197,189)
(68%, 77%, 74%)
R 174 of 255 = 68%
G 197 of 255 = 77%
B 189 of 255 = 74%
R + G + B ~ 73%. #AEC5BD is quite light color.
R + G + B = 174 + 197 + 189 = 560 (100%)
R 174 of 560 ~ 31.07%
G 197 of 560 ~ 35.18%
B 189 of 560 ~ 33.75'%
#AEC5BD color CMYK value is (12,0,4,23).
CMYK: (12,0,4,23)
C12M0Y4K23 (12%, 0%, 4%, 23%)
(0.12 / 0.00 / 0.04 / 0.23)
Color #AEC5BD in popluar color models
AE | C5 | BD | |
---|---|---|---|
RGB | 174 | 197 | 189 |
HSL | 159° | 16.55% | 72.75% |
HSB/HSV | 159° | 11.68% | 77.25% |
CMYK | 11.68% | 0.00% | 4.06% |
22.75% |
Color #AEC5BD in popluar number systems.
HEX | AE | C5 | BD |
Decimal | 174 | 197 | 189 |
Binary | 10101110 | 11000101 | 10111101 |
Octal | 256 | 305 | 275 |
Shades of #AEC5BD
Tints of #AEC5BD
Examples of css and html codes for elements with #AEC5BD color. Also use rgb(174,197,189) instead hex code.
.myTextColor { color: #AEC5BD; }
<p style="color:#AEC5BD">This sample text font color is #AEC5BD.</p>
This text font color is #AEC5BD.
.myBgColor { background-color: #AEC5BD; }
<div style="background-color:#AEC5BD">Inner text</div>
This div background color is #AEC5BD.
.myBorderColor { border: 1px solid #AEC5BD; }
<div style="border:3px solid #AEC5BD">Div</div>
This div border color is #AEC5BD.
.myOpacity80 { color: #AEC5BD; opacity: 0.8; }
<p style="color:#AEC5BD;opacity:0.8;">80%</p>
Text with #AEC5BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEC5BD;}
<p style="text-shadow: 3px 3px 1px #AEC5BD">Text here.</p>
This text has shadow with #AEC5BD color.
.textShadow {text-shadow: 3px 3px 1px #AEC5BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEC5BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEC5BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEC5BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEC5BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEC5BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEC5BD;
-webkit-box-shadow: 1px 1px 3px 2px #AEC5BD;
box-shadow: 1px 1px 3px 2px #AEC5BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEC5BD; -webkit-box-shadow: 1px 1px 3px 2px #AEC5BD; box-shadow:1px 1px 3px 2px #AEC5BD;">
Div content here
</div>
This text has color #AEC5BD on black background.
This text has color #AEC5BD on white background.
This text has black color on #AEC5BD background.
This text has white color on #AEC5BD background.
Complementary color for #hex is #513A42.