HEX: #E6FFDF
RGB: (230,255,223)
#E6FFDF contains red, green and blue colors in about the same proportion. Web safe color of #E6FFDF is #CCFFCC (or #CFC).
#E6FFDF color RGB value is (230,255,223).
RGB: (230,255,223)
(90%, 100%, 87%)
R 230 of 255 = 90%
G 255 of 255 = 100%
B 223 of 255 = 87%
R + G + B ~ 92%. #E6FFDF is light color.
R + G + B = 230 + 255 + 223 = 708 (100%)
R 230 of 708 ~ 32.49%
G 255 of 708 ~ 36.02%
B 223 of 708 ~ 31.5'%
#E6FFDF color CMYK value is (10,0,13,0).
CMYK: (10,0,13,0)
C10M0Y13K0 (10%, 0%, 13%, 0%)
(0.10 / 0.00 / 0.13 / 0.00)
Color #E6FFDF in popluar color models
E6 | FF | DF | |
---|---|---|---|
RGB | 230 | 255 | 223 |
HSL | 107° | 100.00% | 93.73% |
HSB/HSV | 107° | 12.55% | 100.00% |
CMYK | 9.80% | 0.00% | 12.55% |
0.00% |
Color #E6FFDF in popluar number systems.
HEX | E6 | FF | DF |
Decimal | 230 | 255 | 223 |
Binary | 11100110 | 11111111 | 11011111 |
Octal | 346 | 377 | 337 |
Shades of #E6FFDF
Tints of #E6FFDF
Examples of css and html codes for elements with #E6FFDF color. Also use rgb(230,255,223) instead hex code.
.myTextColor { color: #E6FFDF; }
<p style="color:#E6FFDF">This sample text font color is #E6FFDF.</p>
This text font color is #E6FFDF.
.myBgColor { background-color: #E6FFDF; }
<div style="background-color:#E6FFDF">Inner text</div>
This div background color is #E6FFDF.
.myBorderColor { border: 1px solid #E6FFDF; }
<div style="border:3px solid #E6FFDF">Div</div>
This div border color is #E6FFDF.
.myOpacity80 { color: #E6FFDF; opacity: 0.8; }
<p style="color:#E6FFDF;opacity:0.8;">80%</p>
Text with #E6FFDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FFDF;}
<p style="text-shadow: 3px 3px 1px #E6FFDF">Text here.</p>
This text has shadow with #E6FFDF color.
.textShadow {text-shadow: 3px 3px 1px #E6FFDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FFDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FFDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FFDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FFDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FFDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FFDF;
-webkit-box-shadow: 1px 1px 3px 2px #E6FFDF;
box-shadow: 1px 1px 3px 2px #E6FFDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FFDF; -webkit-box-shadow: 1px 1px 3px 2px #E6FFDF; box-shadow:1px 1px 3px 2px #E6FFDF;">
Div content here
</div>
This text has color #E6FFDF on black background.
This text has color #E6FFDF on white background.
This text has black color on #E6FFDF background.
This text has white color on #E6FFDF background.
Complementary color for #hex is #190020.