HEX: #E5F7FF
RGB: (229,247,255)
#E5F7FF contains red, green and blue colors in about the same proportion. Web safe color of #E5F7FF is #CCFFFF (or #CFF).
#E5F7FF color RGB value is (229,247,255).
RGB: (229,247,255)
(90%, 97%, 100%)
R 229 of 255 = 90%
G 247 of 255 = 97%
B 255 of 255 = 100%
R + G + B ~ 96%. #E5F7FF is light color.
R + G + B = 229 + 247 + 255 = 731 (100%)
R 229 of 731 ~ 31.33%
G 247 of 731 ~ 33.79%
B 255 of 731 ~ 34.88'%
#E5F7FF color CMYK value is (10,3,0,0).
CMYK: (10,3,0,0) C10M3Y0K0 (10%,3%,0%,0%) (0.10/0.03/0.00/0.00)
Color #E5F7FF in popluar color models
E5 | F7 | FF | |
---|---|---|---|
RGB | 229 | 247 | 255 |
HSL | 198° | 100.00% | 94.90% |
HSB/HSV | 198° | 10.20% | 100.00% |
CMYK | 10.20% | 3.14% | 0.00% |
0.00% |
Color #E5F7FF in popluar number systems.
HEX | E5 | F7 | FF |
Decimal | 229 | 247 | 255 |
Binary | 11100101 | 11110111 | 11111111 |
Octal | 345 | 367 | 377 |
Shades of #E5F7FF
Tints of #E5F7FF
Examples of css and html codes for elements with #E5F7FF color. Also use rgb(229,247,255) instead hex code.
.myTextColor { color: #E5F7FF; }
<p style="color:#E5F7FF">This sample text font color is #E5F7FF.</p>
This text font color is #E5F7FF.
.myBgColor { background-color: #E5F7FF; }
<div style="background-color:#E5F7FF">Inner text</div>
This div background color is #E5F7FF.
.myBorderColor { border: 1px solid #E5F7FF; }
<div style="border:3px solid #E5F7FF">Div</div>
This div border color is #E5F7FF.
.myOpacity80 { color: #E5F7FF; opacity: 0.8; }
<p style="color:#E5F7FF;opacity:0.8;">80%</p>
Text with #E5F7FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5F7FF;}
<p style="text-shadow: 3px 3px 1px #E5F7FF">Text here.</p>
This text has shadow with #E5F7FF color.
.textShadow {text-shadow: 3px 3px 1px #E5F7FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5F7FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5F7FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5F7FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5F7FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5F7FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5F7FF;
-webkit-box-shadow: 1px 1px 3px 2px #E5F7FF;
box-shadow: 1px 1px 3px 2px #E5F7FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5F7FF; -webkit-box-shadow: 1px 1px 3px 2px #E5F7FF; box-shadow:1px 1px 3px 2px #E5F7FF;">
Div content here
</div>
This text has color #E5F7FF on black background.
This text has color #E5F7FF on white background.
This text has black color on #E5F7FF background.
This text has white color on #E5F7FF background.
Complementary color for #hex is #1A0800.