HEX: #E7D1A6
RGB: (231,209,166)
#E7D1A6 contains mainly red and green colors. Web safe color of #E7D1A6 is #FFCC99 (or #FC9).
#E7D1A6 color RGB value is (231,209,166).
RGB: (231,209,166)
(91%, 82%, 65%)
R 231 of 255 = 91%
G 209 of 255 = 82%
B 166 of 255 = 65%
R + G + B ~ 79%. #E7D1A6 is quite light color.
R + G + B = 231 + 209 + 166 = 606 (100%)
R 231 of 606 ~ 38.12%
G 209 of 606 ~ 34.49%
B 166 of 606 ~ 27.39'%
#E7D1A6 color CMYK value is (0,10,28,9).
CMYK: (0,10,28,9)
C0M10Y28K9 (0%, 10%, 28%, 9%)
(0.00 / 0.10 / 0.28 / 0.09)
Color #E7D1A6 in popluar color models
E7 | D1 | A6 | |
---|---|---|---|
RGB | 231 | 209 | 166 |
HSL | 40° | 57.52% | 77.84% |
HSB/HSV | 40° | 28.14% | 90.59% |
CMYK | 0.00% | 9.52% | 28.14% |
9.41% |
Color #E7D1A6 in popluar number systems.
HEX | E7 | D1 | A6 |
Decimal | 231 | 209 | 166 |
Binary | 11100111 | 11010001 | 10100110 |
Octal | 347 | 321 | 246 |
Shades of #E7D1A6
Tints of #E7D1A6
Examples of css and html codes for elements with #E7D1A6 color. Also use rgb(231,209,166) instead hex code.
.myTextColor { color: #E7D1A6; }
<p style="color:#E7D1A6">This sample text font color is #E7D1A6.</p>
This text font color is #E7D1A6.
.myBgColor { background-color: #E7D1A6; }
<div style="background-color:#E7D1A6">Inner text</div>
This div background color is #E7D1A6.
.myBorderColor { border: 1px solid #E7D1A6; }
<div style="border:3px solid #E7D1A6">Div</div>
This div border color is #E7D1A6.
.myOpacity80 { color: #E7D1A6; opacity: 0.8; }
<p style="color:#E7D1A6;opacity:0.8;">80%</p>
Text with #E7D1A6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7D1A6;}
<p style="text-shadow: 3px 3px 1px #E7D1A6">Text here.</p>
This text has shadow with #E7D1A6 color.
.textShadow {text-shadow: 3px 3px 1px #E7D1A6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7D1A6, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7D1A6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7D1A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7D1A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7D1A6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7D1A6;
-webkit-box-shadow: 1px 1px 3px 2px #E7D1A6;
box-shadow: 1px 1px 3px 2px #E7D1A6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7D1A6; -webkit-box-shadow: 1px 1px 3px 2px #E7D1A6; box-shadow:1px 1px 3px 2px #E7D1A6;">
Div content here
</div>
This text has color #E7D1A6 on black background.
This text has color #E7D1A6 on white background.
This text has black color on #E7D1A6 background.
This text has white color on #E7D1A6 background.
Complementary color for #hex is #182E59.