HEX: #E7A7AB
RGB: (231,167,171)
#E7A7AB contains mainly red color. Web safe color of #E7A7AB is #FF9999 (or #F99).
#E7A7AB color RGB value is (231,167,171).
RGB: (231,167,171)
(91%, 65%, 67%)
R 231 of 255 = 91%
G 167 of 255 = 65%
B 171 of 255 = 67%
R + G + B ~ 74%. #E7A7AB is quite light color.
R + G + B = 231 + 167 + 171 = 569 (100%)
R 231 of 569 ~ 40.6%
G 167 of 569 ~ 29.35%
B 171 of 569 ~ 30.05'%
#E7A7AB color CMYK value is (0,28,26,9).
CMYK: (0,28,26,9)
C0M28Y26K9 (0%, 28%, 26%, 9%)
(0.00 / 0.28 / 0.26 / 0.09)
Color #E7A7AB in popluar color models
E7 | A7 | AB | |
---|---|---|---|
RGB | 231 | 167 | 171 |
HSL | 356° | 57.14% | 78.04% |
HSB/HSV | 356° | 27.71% | 90.59% |
CMYK | 0.00% | 27.71% | 25.97% |
9.41% |
Color #E7A7AB in popluar number systems.
HEX | E7 | A7 | AB |
Decimal | 231 | 167 | 171 |
Binary | 11100111 | 10100111 | 10101011 |
Octal | 347 | 247 | 253 |
Shades of #E7A7AB
Tints of #E7A7AB
Examples of css and html codes for elements with #E7A7AB color. Also use rgb(231,167,171) instead hex code.
.myTextColor { color: #E7A7AB; }
<p style="color:#E7A7AB">This sample text font color is #E7A7AB.</p>
This text font color is #E7A7AB.
.myBgColor { background-color: #E7A7AB; }
<div style="background-color:#E7A7AB">Inner text</div>
This div background color is #E7A7AB.
.myBorderColor { border: 1px solid #E7A7AB; }
<div style="border:3px solid #E7A7AB">Div</div>
This div border color is #E7A7AB.
.myOpacity80 { color: #E7A7AB; opacity: 0.8; }
<p style="color:#E7A7AB;opacity:0.8;">80%</p>
Text with #E7A7AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7A7AB;}
<p style="text-shadow: 3px 3px 1px #E7A7AB">Text here.</p>
This text has shadow with #E7A7AB color.
.textShadow {text-shadow: 3px 3px 1px #E7A7AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7A7AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7A7AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7A7AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7A7AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7A7AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7A7AB;
-webkit-box-shadow: 1px 1px 3px 2px #E7A7AB;
box-shadow: 1px 1px 3px 2px #E7A7AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7A7AB; -webkit-box-shadow: 1px 1px 3px 2px #E7A7AB; box-shadow:1px 1px 3px 2px #E7A7AB;">
Div content here
</div>
This text has color #E7A7AB on black background.
This text has color #E7A7AB on white background.
This text has black color on #E7A7AB background.
This text has white color on #E7A7AB background.
Complementary color for #hex is #185854.