HEX: #AE96DF
RGB: (174,150,223)
#AE96DF contains mainly red and blue colors. Web safe color of #AE96DF is #9999CC (or #99C).
#AE96DF color RGB value is (174,150,223).
RGB: (174,150,223)
(68%, 59%, 87%)
R 174 of 255 = 68%
G 150 of 255 = 59%
B 223 of 255 = 87%
R + G + B ~ 71%. #AE96DF is quite light color.
R + G + B = 174 + 150 + 223 = 547 (100%)
R 174 of 547 ~ 31.81%
G 150 of 547 ~ 27.42%
B 223 of 547 ~ 40.77'%
#AE96DF color CMYK value is (22,33,0,13).
CMYK: (22,33,0,13)
C22M33Y0K13 (22%, 33%, 0%, 13%)
(0.22 / 0.33 / 0.00 / 0.13)
Color #AE96DF in popluar color models
AE | 96 | DF | |
---|---|---|---|
RGB | 174 | 150 | 223 |
HSL | 260° | 53.28% | 73.14% |
HSB/HSV | 260° | 32.74% | 87.45% |
CMYK | 21.97% | 32.74% | 0.00% |
12.55% |
Color #AE96DF in popluar number systems.
HEX | AE | 96 | DF |
Decimal | 174 | 150 | 223 |
Binary | 10101110 | 10010110 | 11011111 |
Octal | 256 | 226 | 337 |
Shades of #AE96DF
Tints of #AE96DF
Examples of css and html codes for elements with #AE96DF color. Also use rgb(174,150,223) instead hex code.
.myTextColor { color: #AE96DF; }
<p style="color:#AE96DF">This sample text font color is #AE96DF.</p>
This text font color is #AE96DF.
.myBgColor { background-color: #AE96DF; }
<div style="background-color:#AE96DF">Inner text</div>
This div background color is #AE96DF.
.myBorderColor { border: 1px solid #AE96DF; }
<div style="border:3px solid #AE96DF">Div</div>
This div border color is #AE96DF.
.myOpacity80 { color: #AE96DF; opacity: 0.8; }
<p style="color:#AE96DF;opacity:0.8;">80%</p>
Text with #AE96DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE96DF;}
<p style="text-shadow: 3px 3px 1px #AE96DF">Text here.</p>
This text has shadow with #AE96DF color.
.textShadow {text-shadow: 3px 3px 1px #AE96DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE96DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE96DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE96DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE96DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE96DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE96DF;
-webkit-box-shadow: 1px 1px 3px 2px #AE96DF;
box-shadow: 1px 1px 3px 2px #AE96DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE96DF; -webkit-box-shadow: 1px 1px 3px 2px #AE96DF; box-shadow:1px 1px 3px 2px #AE96DF;">
Div content here
</div>
This text has color #AE96DF on black background.
This text has color #AE96DF on white background.
This text has black color on #AE96DF background.
This text has white color on #AE96DF background.
Complementary color for #hex is #516920.