HEX: #E5AB9B
RGB: (229,171,155)
#E5AB9B contains mainly red and green colors. Web safe color of #E5AB9B is #CC9999 (or #C99).
#E5AB9B color RGB value is (229,171,155).
RGB: (229,171,155)
(90%, 67%, 61%)
R 229 of 255 = 90%
G 171 of 255 = 67%
B 155 of 255 = 61%
R + G + B ~ 73%. #E5AB9B is quite light color.
R + G + B = 229 + 171 + 155 = 555 (100%)
R 229 of 555 ~ 41.26%
G 171 of 555 ~ 30.81%
B 155 of 555 ~ 27.93'%
#E5AB9B color CMYK value is (0,25,32,10).
CMYK: (0,25,32,10)
C0M25Y32K10 (0%, 25%, 32%, 10%)
(0.00 / 0.25 / 0.32 / 0.10)
Color #E5AB9B in popluar color models
E5 | AB | 9B | |
---|---|---|---|
RGB | 229 | 171 | 155 |
HSL | 13° | 58.73% | 75.29% |
HSB/HSV | 13° | 32.31% | 89.80% |
CMYK | 0.00% | 25.33% | 32.31% |
10.20% |
Color #E5AB9B in popluar number systems.
HEX | E5 | AB | 9B |
Decimal | 229 | 171 | 155 |
Binary | 11100101 | 10101011 | 10011011 |
Octal | 345 | 253 | 233 |
Shades of #E5AB9B
Tints of #E5AB9B
Examples of css and html codes for elements with #E5AB9B color. Also use rgb(229,171,155) instead hex code.
.myTextColor { color: #E5AB9B; }
<p style="color:#E5AB9B">This sample text font color is #E5AB9B.</p>
This text font color is #E5AB9B.
.myBgColor { background-color: #E5AB9B; }
<div style="background-color:#E5AB9B">Inner text</div>
This div background color is #E5AB9B.
.myBorderColor { border: 1px solid #E5AB9B; }
<div style="border:3px solid #E5AB9B">Div</div>
This div border color is #E5AB9B.
.myOpacity80 { color: #E5AB9B; opacity: 0.8; }
<p style="color:#E5AB9B;opacity:0.8;">80%</p>
Text with #E5AB9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5AB9B;}
<p style="text-shadow: 3px 3px 1px #E5AB9B">Text here.</p>
This text has shadow with #E5AB9B color.
.textShadow {text-shadow: 3px 3px 1px #E5AB9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5AB9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5AB9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5AB9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5AB9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5AB9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5AB9B;
-webkit-box-shadow: 1px 1px 3px 2px #E5AB9B;
box-shadow: 1px 1px 3px 2px #E5AB9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5AB9B; -webkit-box-shadow: 1px 1px 3px 2px #E5AB9B; box-shadow:1px 1px 3px 2px #E5AB9B;">
Div content here
</div>
This text has color #E5AB9B on black background.
This text has color #E5AB9B on white background.
This text has black color on #E5AB9B background.
This text has white color on #E5AB9B background.
Complementary color for #hex is #1A5464.