HEX: #E7FDFF
RGB: (231,253,255)
#E7FDFF contains red, green and blue colors in about the same proportion. Web safe color of #E7FDFF is #FFFFFF (or #FFF).
#E7FDFF color RGB value is (231,253,255).
RGB: (231,253,255)
(91%, 99%, 100%)
R 231 of 255 = 91%
G 253 of 255 = 99%
B 255 of 255 = 100%
R + G + B ~ 97%. #E7FDFF is light color.
R + G + B = 231 + 253 + 255 = 739 (100%)
R 231 of 739 ~ 31.26%
G 253 of 739 ~ 34.24%
B 255 of 739 ~ 34.51'%
#E7FDFF color CMYK value is (9,1,0,0).
CMYK: (9,1,0,0)
C9M1Y0K0 (9%, 1%, 0%, 0%)
(0.09 / 0.01 / 0.00 / 0.00)
Color #E7FDFF in popluar color models
E7 | FD | FF | |
---|---|---|---|
RGB | 231 | 253 | 255 |
HSL | 185° | 100.00% | 95.29% |
HSB/HSV | 185° | 9.41% | 100.00% |
CMYK | 9.41% | 0.78% | 0.00% |
0.00% |
Color #E7FDFF in popluar number systems.
HEX | E7 | FD | FF |
Decimal | 231 | 253 | 255 |
Binary | 11100111 | 11111101 | 11111111 |
Octal | 347 | 375 | 377 |
Shades of #E7FDFF
Tints of #E7FDFF
Examples of css and html codes for elements with #E7FDFF color. Also use rgb(231,253,255) instead hex code.
.myTextColor { color: #E7FDFF; }
<p style="color:#E7FDFF">This sample text font color is #E7FDFF.</p>
This text font color is #E7FDFF.
.myBgColor { background-color: #E7FDFF; }
<div style="background-color:#E7FDFF">Inner text</div>
This div background color is #E7FDFF.
.myBorderColor { border: 1px solid #E7FDFF; }
<div style="border:3px solid #E7FDFF">Div</div>
This div border color is #E7FDFF.
.myOpacity80 { color: #E7FDFF; opacity: 0.8; }
<p style="color:#E7FDFF;opacity:0.8;">80%</p>
Text with #E7FDFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7FDFF;}
<p style="text-shadow: 3px 3px 1px #E7FDFF">Text here.</p>
This text has shadow with #E7FDFF color.
.textShadow {text-shadow: 3px 3px 1px #E7FDFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7FDFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7FDFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7FDFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7FDFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7FDFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7FDFF;
-webkit-box-shadow: 1px 1px 3px 2px #E7FDFF;
box-shadow: 1px 1px 3px 2px #E7FDFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7FDFF; -webkit-box-shadow: 1px 1px 3px 2px #E7FDFF; box-shadow:1px 1px 3px 2px #E7FDFF;">
Div content here
</div>
This text has color #E7FDFF on black background.
This text has color #E7FDFF on white background.
This text has black color on #E7FDFF background.
This text has white color on #E7FDFF background.
Complementary color for #hex is #180200.