HEX: #E6A9AE
RGB: (230,169,174)
#E6A9AE contains mainly red and blue colors. Web safe color of #E6A9AE is #CC9999 (or #C99).
#E6A9AE color RGB value is (230,169,174).
RGB: (230,169,174)
(90%, 66%, 68%)
R 230 of 255 = 90%
G 169 of 255 = 66%
B 174 of 255 = 68%
R + G + B ~ 75%. #E6A9AE is quite light color.
R + G + B = 230 + 169 + 174 = 573 (100%)
R 230 of 573 ~ 40.14%
G 169 of 573 ~ 29.49%
B 174 of 573 ~ 30.37'%
#E6A9AE color CMYK value is (0,27,24,10).
CMYK: (0,27,24,10)
C0M27Y24K10 (0%, 27%, 24%, 10%)
(0.00 / 0.27 / 0.24 / 0.10)
Color #E6A9AE in popluar color models
E6 | A9 | AE | |
---|---|---|---|
RGB | 230 | 169 | 174 |
HSL | 355° | 54.95% | 78.24% |
HSB/HSV | 355° | 26.52% | 90.20% |
CMYK | 0.00% | 26.52% | 24.35% |
9.80% |
Color #E6A9AE in popluar number systems.
HEX | E6 | A9 | AE |
Decimal | 230 | 169 | 174 |
Binary | 11100110 | 10101001 | 10101110 |
Octal | 346 | 251 | 256 |
Shades of #E6A9AE
Tints of #E6A9AE
Examples of css and html codes for elements with #E6A9AE color. Also use rgb(230,169,174) instead hex code.
.myTextColor { color: #E6A9AE; }
<p style="color:#E6A9AE">This sample text font color is #E6A9AE.</p>
This text font color is #E6A9AE.
.myBgColor { background-color: #E6A9AE; }
<div style="background-color:#E6A9AE">Inner text</div>
This div background color is #E6A9AE.
.myBorderColor { border: 1px solid #E6A9AE; }
<div style="border:3px solid #E6A9AE">Div</div>
This div border color is #E6A9AE.
.myOpacity80 { color: #E6A9AE; opacity: 0.8; }
<p style="color:#E6A9AE;opacity:0.8;">80%</p>
Text with #E6A9AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A9AE;}
<p style="text-shadow: 3px 3px 1px #E6A9AE">Text here.</p>
This text has shadow with #E6A9AE color.
.textShadow {text-shadow: 3px 3px 1px #E6A9AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A9AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6A9AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A9AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A9AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A9AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6A9AE;
-webkit-box-shadow: 1px 1px 3px 2px #E6A9AE;
box-shadow: 1px 1px 3px 2px #E6A9AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A9AE; -webkit-box-shadow: 1px 1px 3px 2px #E6A9AE; box-shadow:1px 1px 3px 2px #E6A9AE;">
Div content here
</div>
This text has color #E6A9AE on black background.
This text has color #E6A9AE on white background.
This text has black color on #E6A9AE background.
This text has white color on #E6A9AE background.
Complementary color for #hex is #195651.