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