HEX: #E7B393
RGB: (231,179,147)
#E7B393 contains mainly red and green colors. Web safe color of #E7B393 is #FF9999 (or #F99).
#E7B393 color RGB value is (231,179,147).
RGB: (231,179,147)
(91%, 70%, 58%)
R 231 of 255 = 91%
G 179 of 255 = 70%
B 147 of 255 = 58%
R + G + B ~ 73%. #E7B393 is quite light color.
R + G + B = 231 + 179 + 147 = 557 (100%)
R 231 of 557 ~ 41.47%
G 179 of 557 ~ 32.14%
B 147 of 557 ~ 26.39'%
#E7B393 color CMYK value is (0,23,36,9).
CMYK: (0,23,36,9)
C0M23Y36K9 (0%, 23%, 36%, 9%)
(0.00 / 0.23 / 0.36 / 0.09)
Color #E7B393 in popluar color models
E7 | B3 | 93 | |
---|---|---|---|
RGB | 231 | 179 | 147 |
HSL | 23° | 63.64% | 74.12% |
HSB/HSV | 23° | 36.36% | 90.59% |
CMYK | 0.00% | 22.51% | 36.36% |
9.41% |
Color #E7B393 in popluar number systems.
HEX | E7 | B3 | 93 |
Decimal | 231 | 179 | 147 |
Binary | 11100111 | 10110011 | 10010011 |
Octal | 347 | 263 | 223 |
Shades of #E7B393
Tints of #E7B393
Examples of css and html codes for elements with #E7B393 color. Also use rgb(231,179,147) instead hex code.
.myTextColor { color: #E7B393; }
<p style="color:#E7B393">This sample text font color is #E7B393.</p>
This text font color is #E7B393.
.myBgColor { background-color: #E7B393; }
<div style="background-color:#E7B393">Inner text</div>
This div background color is #E7B393.
.myBorderColor { border: 1px solid #E7B393; }
<div style="border:3px solid #E7B393">Div</div>
This div border color is #E7B393.
.myOpacity80 { color: #E7B393; opacity: 0.8; }
<p style="color:#E7B393;opacity:0.8;">80%</p>
Text with #E7B393 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B393;}
<p style="text-shadow: 3px 3px 1px #E7B393">Text here.</p>
This text has shadow with #E7B393 color.
.textShadow {text-shadow: 3px 3px 1px #E7B393', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B393, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7B393 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B393, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B393, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B393 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7B393;
-webkit-box-shadow: 1px 1px 3px 2px #E7B393;
box-shadow: 1px 1px 3px 2px #E7B393;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7B393; -webkit-box-shadow: 1px 1px 3px 2px #E7B393; box-shadow:1px 1px 3px 2px #E7B393;">
Div content here
</div>
This text has color #E7B393 on black background.
This text has color #E7B393 on white background.
This text has black color on #E7B393 background.
This text has white color on #E7B393 background.
Complementary color for #hex is #184C6C.