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