HEX: #E1FCDA
RGB: (225,252,218)
#E1FCDA contains red, green and blue colors in about the same proportion. Web safe color of #E1FCDA is #CCFFCC (or #CFC).
#E1FCDA color RGB value is (225,252,218).
RGB: (225,252,218)
(88%, 99%, 85%)
R 225 of 255 = 88%
G 252 of 255 = 99%
B 218 of 255 = 85%
R + G + B ~ 91%. #E1FCDA is light color.
R + G + B = 225 + 252 + 218 = 695 (100%)
R 225 of 695 ~ 32.37%
G 252 of 695 ~ 36.26%
B 218 of 695 ~ 31.37'%
#E1FCDA color CMYK value is (11,0,13,1).
CMYK: (11,0,13,1) C11M0Y13K1 (11%,0%,13%,1%) (0.11/0.00/0.13/0.01)
Color #E1FCDA in popluar color models
E1 | FC | DA | |
---|---|---|---|
RGB | 225 | 252 | 218 |
HSL | 108° | 85.00% | 92.16% |
HSB/HSV | 108° | 13.49% | 98.82% |
CMYK | 10.71% | 0.00% | 13.49% |
1.18% |
Color #E1FCDA in popluar number systems.
HEX | E1 | FC | DA |
Decimal | 225 | 252 | 218 |
Binary | 11100001 | 11111100 | 11011010 |
Octal | 341 | 374 | 332 |
Shades of #E1FCDA
Tints of #E1FCDA
Examples of css and html codes for elements with #E1FCDA color. Also use rgb(225,252,218) instead hex code.
.myTextColor { color: #E1FCDA; }
<p style="color:#E1FCDA">This sample text font color is #E1FCDA.</p>
This text font color is #E1FCDA.
.myBgColor { background-color: #E1FCDA; }
<div style="background-color:#E1FCDA">Inner text</div>
This div background color is #E1FCDA.
.myBorderColor { border: 1px solid #E1FCDA; }
<div style="border:3px solid #E1FCDA">Div</div>
This div border color is #E1FCDA.
.myOpacity80 { color: #E1FCDA; opacity: 0.8; }
<p style="color:#E1FCDA;opacity:0.8;">80%</p>
Text with #E1FCDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1FCDA;}
<p style="text-shadow: 3px 3px 1px #E1FCDA">Text here.</p>
This text has shadow with #E1FCDA color.
.textShadow {text-shadow: 3px 3px 1px #E1FCDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1FCDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1FCDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1FCDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1FCDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1FCDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1FCDA;
-webkit-box-shadow: 1px 1px 3px 2px #E1FCDA;
box-shadow: 1px 1px 3px 2px #E1FCDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1FCDA; -webkit-box-shadow: 1px 1px 3px 2px #E1FCDA; box-shadow:1px 1px 3px 2px #E1FCDA;">
Div content here
</div>
This text has color #E1FCDA on black background.
This text has color #E1FCDA on white background.
This text has black color on #E1FCDA background.
This text has white color on #E1FCDA background.
Complementary color for #hex is #1E0325.