HEX: #E6FDEA
RGB: (230,253,234)
#E6FDEA contains red, green and blue colors in about the same proportion. Web safe color of #E6FDEA is #CCFFFF (or #CFF).
#E6FDEA color RGB value is (230,253,234).
RGB: (230,253,234)
(90%, 99%, 92%)
R 230 of 255 = 90%
G 253 of 255 = 99%
B 234 of 255 = 92%
R + G + B ~ 94%. #E6FDEA is light color.
R + G + B = 230 + 253 + 234 = 717 (100%)
R 230 of 717 ~ 32.08%
G 253 of 717 ~ 35.29%
B 234 of 717 ~ 32.64'%
#E6FDEA color CMYK value is (9,0,8,1).
CMYK: (9,0,8,1) C9M0Y8K1 (9%,0%,8%,1%) (0.09/0.00/0.08/0.01)
Color #E6FDEA in popluar color models
E6 | FD | EA | |
---|---|---|---|
RGB | 230 | 253 | 234 |
HSL | 130° | 85.19% | 94.71% |
HSB/HSV | 130° | 9.09% | 99.22% |
CMYK | 9.09% | 0.00% | 7.51% |
0.78% |
Color #E6FDEA in popluar number systems.
HEX | E6 | FD | EA |
Decimal | 230 | 253 | 234 |
Binary | 11100110 | 11111101 | 11101010 |
Octal | 346 | 375 | 352 |
Shades of #E6FDEA
Tints of #E6FDEA
Examples of css and html codes for elements with #E6FDEA color. Also use rgb(230,253,234) instead hex code.
.myTextColor { color: #E6FDEA; }
<p style="color:#E6FDEA">This sample text font color is #E6FDEA.</p>
This text font color is #E6FDEA.
.myBgColor { background-color: #E6FDEA; }
<div style="background-color:#E6FDEA">Inner text</div>
This div background color is #E6FDEA.
.myBorderColor { border: 1px solid #E6FDEA; }
<div style="border:3px solid #E6FDEA">Div</div>
This div border color is #E6FDEA.
.myOpacity80 { color: #E6FDEA; opacity: 0.8; }
<p style="color:#E6FDEA;opacity:0.8;">80%</p>
Text with #E6FDEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FDEA;}
<p style="text-shadow: 3px 3px 1px #E6FDEA">Text here.</p>
This text has shadow with #E6FDEA color.
.textShadow {text-shadow: 3px 3px 1px #E6FDEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FDEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FDEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FDEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FDEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FDEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FDEA;
-webkit-box-shadow: 1px 1px 3px 2px #E6FDEA;
box-shadow: 1px 1px 3px 2px #E6FDEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FDEA; -webkit-box-shadow: 1px 1px 3px 2px #E6FDEA; box-shadow:1px 1px 3px 2px #E6FDEA;">
Div content here
</div>
This text has color #E6FDEA on black background.
This text has color #E6FDEA on white background.
This text has black color on #E6FDEA background.
This text has white color on #E6FDEA background.
Complementary color for #hex is #190215.