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