HEX: #AE9DBA
RGB: (174,157,186)
#AE9DBA contains red, green and blue colors in about the same proportion. Web safe color of #AE9DBA is #9999CC (or #99C).
#AE9DBA color RGB value is (174,157,186).
RGB: (174,157,186)
(68%, 62%, 73%)
R 174 of 255 = 68%
G 157 of 255 = 62%
B 186 of 255 = 73%
R + G + B ~ 68%. #AE9DBA is quite light color.
R + G + B = 174 + 157 + 186 = 517 (100%)
R 174 of 517 ~ 33.66%
G 157 of 517 ~ 30.37%
B 186 of 517 ~ 35.98'%
#AE9DBA color CMYK value is (6,16,0,27).
CMYK: (6,16,0,27) C6M16Y0K27 (6%,16%,0%,27%) (0.06/0.16/0.00/0.27)
Color #AE9DBA in popluar color models
AE | 9D | BA | |
---|---|---|---|
RGB | 174 | 157 | 186 |
HSL | 275° | 17.37% | 67.25% |
HSB/HSV | 275° | 15.59% | 72.94% |
CMYK | 6.45% | 15.59% | 0.00% |
27.06% |
Color #AE9DBA in popluar number systems.
HEX | AE | 9D | BA |
Decimal | 174 | 157 | 186 |
Binary | 10101110 | 10011101 | 10111010 |
Octal | 256 | 235 | 272 |
Shades of #AE9DBA
Tints of #AE9DBA
Examples of css and html codes for elements with #AE9DBA color. Also use rgb(174,157,186) instead hex code.
.myTextColor { color: #AE9DBA; }
<p style="color:#AE9DBA">This sample text font color is #AE9DBA.</p>
This text font color is #AE9DBA.
.myBgColor { background-color: #AE9DBA; }
<div style="background-color:#AE9DBA">Inner text</div>
This div background color is #AE9DBA.
.myBorderColor { border: 1px solid #AE9DBA; }
<div style="border:3px solid #AE9DBA">Div</div>
This div border color is #AE9DBA.
.myOpacity80 { color: #AE9DBA; opacity: 0.8; }
<p style="color:#AE9DBA;opacity:0.8;">80%</p>
Text with #AE9DBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE9DBA;}
<p style="text-shadow: 3px 3px 1px #AE9DBA">Text here.</p>
This text has shadow with #AE9DBA color.
.textShadow {text-shadow: 3px 3px 1px #AE9DBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE9DBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE9DBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE9DBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE9DBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE9DBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE9DBA;
-webkit-box-shadow: 1px 1px 3px 2px #AE9DBA;
box-shadow: 1px 1px 3px 2px #AE9DBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE9DBA; -webkit-box-shadow: 1px 1px 3px 2px #AE9DBA; box-shadow:1px 1px 3px 2px #AE9DBA;">
Div content here
</div>
This text has color #AE9DBA on black background.
This text has color #AE9DBA on white background.
This text has black color on #AE9DBA background.
This text has white color on #AE9DBA background.
Complementary color for #hex is #516245.