HEX: #E6FEFD
RGB: (230,254,253)
#E6FEFD contains red, green and blue colors in about the same proportion. Web safe color of #E6FEFD is #CCFFFF (or #CFF).
#E6FEFD color RGB value is (230,254,253).
RGB: (230,254,253)
(90%, 100%, 99%)
R 230 of 255 = 90%
G 254 of 255 = 100%
B 253 of 255 = 99%
R + G + B ~ 96%. #E6FEFD is light color.
R + G + B = 230 + 254 + 253 = 737 (100%)
R 230 of 737 ~ 31.21%
G 254 of 737 ~ 34.46%
B 253 of 737 ~ 34.33'%
#E6FEFD color CMYK value is (9,0,0,0).
CMYK: (9,0,0,0)
C9M0Y0K0 (9%, 0%, 0%, 0%)
(0.09 / 0.00 / 0.00 / 0.00)
Color #E6FEFD in popluar color models
E6 | FE | FD | |
---|---|---|---|
RGB | 230 | 254 | 253 |
HSL | 178° | 92.31% | 94.90% |
HSB/HSV | 178° | 9.45% | 99.61% |
CMYK | 9.45% | 0.00% | 0.39% |
0.39% |
Color #E6FEFD in popluar number systems.
HEX | E6 | FE | FD |
Decimal | 230 | 254 | 253 |
Binary | 11100110 | 11111110 | 11111101 |
Octal | 346 | 376 | 375 |
Shades of #E6FEFD
Tints of #E6FEFD
Examples of css and html codes for elements with #E6FEFD color. Also use rgb(230,254,253) instead hex code.
.myTextColor { color: #E6FEFD; }
<p style="color:#E6FEFD">This sample text font color is #E6FEFD.</p>
This text font color is #E6FEFD.
.myBgColor { background-color: #E6FEFD; }
<div style="background-color:#E6FEFD">Inner text</div>
This div background color is #E6FEFD.
.myBorderColor { border: 1px solid #E6FEFD; }
<div style="border:3px solid #E6FEFD">Div</div>
This div border color is #E6FEFD.
.myOpacity80 { color: #E6FEFD; opacity: 0.8; }
<p style="color:#E6FEFD;opacity:0.8;">80%</p>
Text with #E6FEFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FEFD;}
<p style="text-shadow: 3px 3px 1px #E6FEFD">Text here.</p>
This text has shadow with #E6FEFD color.
.textShadow {text-shadow: 3px 3px 1px #E6FEFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FEFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FEFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FEFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FEFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FEFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FEFD;
-webkit-box-shadow: 1px 1px 3px 2px #E6FEFD;
box-shadow: 1px 1px 3px 2px #E6FEFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FEFD; -webkit-box-shadow: 1px 1px 3px 2px #E6FEFD; box-shadow:1px 1px 3px 2px #E6FEFD;">
Div content here
</div>
This text has color #E6FEFD on black background.
This text has color #E6FEFD on white background.
This text has black color on #E6FEFD background.
This text has white color on #E6FEFD background.
Complementary color for #hex is #190102.