HEX: #E7EFA1
RGB: (231,239,161)
#E7EFA1 contains mainly red and green colors. Web safe color of #E7EFA1 is #FFFF99 (or #FF9).
#E7EFA1 color RGB value is (231,239,161).
RGB: (231,239,161)
(91%, 94%, 63%)
R 231 of 255 = 91%
G 239 of 255 = 94%
B 161 of 255 = 63%
R + G + B ~ 83%. #E7EFA1 is quite light color.
R + G + B = 231 + 239 + 161 = 631 (100%)
R 231 of 631 ~ 36.61%
G 239 of 631 ~ 37.88%
B 161 of 631 ~ 25.52'%
#E7EFA1 color CMYK value is (3,0,33,6).
CMYK: (3,0,33,6)
C3M0Y33K6 (3%, 0%, 33%, 6%)
(0.03 / 0.00 / 0.33 / 0.06)
Color #E7EFA1 in popluar color models
E7 | EF | A1 | |
---|---|---|---|
RGB | 231 | 239 | 161 |
HSL | 66° | 70.91% | 78.43% |
HSB/HSV | 66° | 32.64% | 93.73% |
CMYK | 3.35% | 0.00% | 32.64% |
6.27% |
Color #E7EFA1 in popluar number systems.
HEX | E7 | EF | A1 |
Decimal | 231 | 239 | 161 |
Binary | 11100111 | 11101111 | 10100001 |
Octal | 347 | 357 | 241 |
Shades of #E7EFA1
Tints of #E7EFA1
Examples of css and html codes for elements with #E7EFA1 color. Also use rgb(231,239,161) instead hex code.
.myTextColor { color: #E7EFA1; }
<p style="color:#E7EFA1">This sample text font color is #E7EFA1.</p>
This text font color is #E7EFA1.
.myBgColor { background-color: #E7EFA1; }
<div style="background-color:#E7EFA1">Inner text</div>
This div background color is #E7EFA1.
.myBorderColor { border: 1px solid #E7EFA1; }
<div style="border:3px solid #E7EFA1">Div</div>
This div border color is #E7EFA1.
.myOpacity80 { color: #E7EFA1; opacity: 0.8; }
<p style="color:#E7EFA1;opacity:0.8;">80%</p>
Text with #E7EFA1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7EFA1;}
<p style="text-shadow: 3px 3px 1px #E7EFA1">Text here.</p>
This text has shadow with #E7EFA1 color.
.textShadow {text-shadow: 3px 3px 1px #E7EFA1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7EFA1, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7EFA1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7EFA1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7EFA1, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7EFA1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7EFA1;
-webkit-box-shadow: 1px 1px 3px 2px #E7EFA1;
box-shadow: 1px 1px 3px 2px #E7EFA1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7EFA1; -webkit-box-shadow: 1px 1px 3px 2px #E7EFA1; box-shadow:1px 1px 3px 2px #E7EFA1;">
Div content here
</div>
This text has color #E7EFA1 on black background.
This text has color #E7EFA1 on white background.
This text has black color on #E7EFA1 background.
This text has white color on #E7EFA1 background.
Complementary color for #hex is #18105E.