HEX: #AE88BE
RGB: (174,136,190)
#AE88BE contains red, green and blue colors in about the same proportion. Web safe color of #AE88BE is #9999CC (or #99C).
#AE88BE color RGB value is (174,136,190).
RGB: (174,136,190)
(68%, 53%, 75%)
R 174 of 255 = 68%
G 136 of 255 = 53%
B 190 of 255 = 75%
R + G + B ~ 65%. #AE88BE is quite light color.
R + G + B = 174 + 136 + 190 = 500 (100%)
R 174 of 500 ~ 34.8%
G 136 of 500 ~ 27.2%
B 190 of 500 ~ 38'%
#AE88BE color CMYK value is (8,28,0,25).
CMYK: (8,28,0,25)
C8M28Y0K25 (8%, 28%, 0%, 25%)
(0.08 / 0.28 / 0.00 / 0.25)
Color #AE88BE in popluar color models
AE | 88 | BE | |
---|---|---|---|
RGB | 174 | 136 | 190 |
HSL | 282° | 29.35% | 63.92% |
HSB/HSV | 282° | 28.42% | 74.51% |
CMYK | 8.42% | 28.42% | 0.00% |
25.49% |
Color #AE88BE in popluar number systems.
HEX | AE | 88 | BE |
Decimal | 174 | 136 | 190 |
Binary | 10101110 | 10001000 | 10111110 |
Octal | 256 | 210 | 276 |
Shades of #AE88BE
Tints of #AE88BE
Examples of css and html codes for elements with #AE88BE color. Also use rgb(174,136,190) instead hex code.
.myTextColor { color: #AE88BE; }
<p style="color:#AE88BE">This sample text font color is #AE88BE.</p>
This text font color is #AE88BE.
.myBgColor { background-color: #AE88BE; }
<div style="background-color:#AE88BE">Inner text</div>
This div background color is #AE88BE.
.myBorderColor { border: 1px solid #AE88BE; }
<div style="border:3px solid #AE88BE">Div</div>
This div border color is #AE88BE.
.myOpacity80 { color: #AE88BE; opacity: 0.8; }
<p style="color:#AE88BE;opacity:0.8;">80%</p>
Text with #AE88BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE88BE;}
<p style="text-shadow: 3px 3px 1px #AE88BE">Text here.</p>
This text has shadow with #AE88BE color.
.textShadow {text-shadow: 3px 3px 1px #AE88BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE88BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE88BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE88BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE88BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE88BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE88BE;
-webkit-box-shadow: 1px 1px 3px 2px #AE88BE;
box-shadow: 1px 1px 3px 2px #AE88BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE88BE; -webkit-box-shadow: 1px 1px 3px 2px #AE88BE; box-shadow:1px 1px 3px 2px #AE88BE;">
Div content here
</div>
This text has color #AE88BE on black background.
This text has color #AE88BE on white background.
This text has black color on #AE88BE background.
This text has white color on #AE88BE background.
Complementary color for #hex is #517741.