HEX: #E6FEFF
RGB: (230,254,255)
#E6FEFF contains red, green and blue colors in about the same proportion. Web safe color of #E6FEFF is #CCFFFF (or #CFF).
#E6FEFF color RGB value is (230,254,255).
RGB: (230,254,255)
(90%, 100%, 100%)
R 230 of 255 = 90%
G 254 of 255 = 100%
B 255 of 255 = 100%
R + G + B ~ 97%. #E6FEFF is light color.
R + G + B = 230 + 254 + 255 = 739 (100%)
R 230 of 739 ~ 31.12%
G 254 of 739 ~ 34.37%
B 255 of 739 ~ 34.51'%
#E6FEFF color CMYK value is (10,0,0,0).
CMYK: (10,0,0,0)
C10M0Y0K0 (10%, 0%, 0%, 0%)
(0.10 / 0.00 / 0.00 / 0.00)
Color #E6FEFF in popluar color models
E6 | FE | FF | |
---|---|---|---|
RGB | 230 | 254 | 255 |
HSL | 182° | 100.00% | 95.10% |
HSB/HSV | 182° | 9.80% | 100.00% |
CMYK | 9.80% | 0.39% | 0.00% |
0.00% |
Color #E6FEFF in popluar number systems.
HEX | E6 | FE | FF |
Decimal | 230 | 254 | 255 |
Binary | 11100110 | 11111110 | 11111111 |
Octal | 346 | 376 | 377 |
Shades of #E6FEFF
Tints of #E6FEFF
Examples of css and html codes for elements with #E6FEFF color. Also use rgb(230,254,255) instead hex code.
.myTextColor { color: #E6FEFF; }
<p style="color:#E6FEFF">This sample text font color is #E6FEFF.</p>
This text font color is #E6FEFF.
.myBgColor { background-color: #E6FEFF; }
<div style="background-color:#E6FEFF">Inner text</div>
This div background color is #E6FEFF.
.myBorderColor { border: 1px solid #E6FEFF; }
<div style="border:3px solid #E6FEFF">Div</div>
This div border color is #E6FEFF.
.myOpacity80 { color: #E6FEFF; opacity: 0.8; }
<p style="color:#E6FEFF;opacity:0.8;">80%</p>
Text with #E6FEFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FEFF;}
<p style="text-shadow: 3px 3px 1px #E6FEFF">Text here.</p>
This text has shadow with #E6FEFF color.
.textShadow {text-shadow: 3px 3px 1px #E6FEFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FEFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FEFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FEFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FEFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FEFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FEFF;
-webkit-box-shadow: 1px 1px 3px 2px #E6FEFF;
box-shadow: 1px 1px 3px 2px #E6FEFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FEFF; -webkit-box-shadow: 1px 1px 3px 2px #E6FEFF; box-shadow:1px 1px 3px 2px #E6FEFF;">
Div content here
</div>
This text has color #E6FEFF on black background.
This text has color #E6FEFF on white background.
This text has black color on #E6FEFF background.
This text has white color on #E6FEFF background.
Complementary color for #hex is #190100.