HEX: #AE99BC
RGB: (174,153,188)
#AE99BC contains red, green and blue colors in about the same proportion. Web safe color of #AE99BC is #9999CC (or #99C).
#AE99BC color RGB value is (174,153,188).
RGB: (174,153,188)
(68%, 60%, 74%)
R 174 of 255 = 68%
G 153 of 255 = 60%
B 188 of 255 = 74%
R + G + B ~ 67%. #AE99BC is quite light color.
R + G + B = 174 + 153 + 188 = 515 (100%)
R 174 of 515 ~ 33.79%
G 153 of 515 ~ 29.71%
B 188 of 515 ~ 36.5'%
#AE99BC color CMYK value is (7,19,0,26).
CMYK: (7,19,0,26) C7M19Y0K26 (7%,19%,0%,26%) (0.07/0.19/0.00/0.26)
Color #AE99BC in popluar color models
AE | 99 | BC | |
---|---|---|---|
RGB | 174 | 153 | 188 |
HSL | 276° | 20.71% | 66.86% |
HSB/HSV | 276° | 18.62% | 73.73% |
CMYK | 7.45% | 18.62% | 0.00% |
26.27% |
Color #AE99BC in popluar number systems.
HEX | AE | 99 | BC |
Decimal | 174 | 153 | 188 |
Binary | 10101110 | 10011001 | 10111100 |
Octal | 256 | 231 | 274 |
Shades of #AE99BC
Tints of #AE99BC
Examples of css and html codes for elements with #AE99BC color. Also use rgb(174,153,188) instead hex code.
.myTextColor { color: #AE99BC; }
<p style="color:#AE99BC">This sample text font color is #AE99BC.</p>
This text font color is #AE99BC.
.myBgColor { background-color: #AE99BC; }
<div style="background-color:#AE99BC">Inner text</div>
This div background color is #AE99BC.
.myBorderColor { border: 1px solid #AE99BC; }
<div style="border:3px solid #AE99BC">Div</div>
This div border color is #AE99BC.
.myOpacity80 { color: #AE99BC; opacity: 0.8; }
<p style="color:#AE99BC;opacity:0.8;">80%</p>
Text with #AE99BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE99BC;}
<p style="text-shadow: 3px 3px 1px #AE99BC">Text here.</p>
This text has shadow with #AE99BC color.
.textShadow {text-shadow: 3px 3px 1px #AE99BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE99BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE99BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE99BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE99BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE99BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE99BC;
-webkit-box-shadow: 1px 1px 3px 2px #AE99BC;
box-shadow: 1px 1px 3px 2px #AE99BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE99BC; -webkit-box-shadow: 1px 1px 3px 2px #AE99BC; box-shadow:1px 1px 3px 2px #AE99BC;">
Div content here
</div>
This text has color #AE99BC on black background.
This text has color #AE99BC on white background.
This text has black color on #AE99BC background.
This text has white color on #AE99BC background.
Complementary color for #hex is #516643.