HEX: #E5EBFC
RGB: (229,235,252)
#E5EBFC contains red, green and blue colors in about the same proportion. Web safe color of #E5EBFC is #CCFFFF (or #CFF).
#E5EBFC color RGB value is (229,235,252).
RGB: (229,235,252)
(90%, 92%, 99%)
R 229 of 255 = 90%
G 235 of 255 = 92%
B 252 of 255 = 99%
R + G + B ~ 94%. #E5EBFC is light color.
R + G + B = 229 + 235 + 252 = 716 (100%)
R 229 of 716 ~ 31.98%
G 235 of 716 ~ 32.82%
B 252 of 716 ~ 35.2'%
#E5EBFC color CMYK value is (9,7,0,1).
CMYK: (9,7,0,1)
C9M7Y0K1 (9%, 7%, 0%, 1%)
(0.09 / 0.07 / 0.00 / 0.01)
Color #E5EBFC in popluar color models
E5 | EB | FC | |
---|---|---|---|
RGB | 229 | 235 | 252 |
HSL | 224° | 79.31% | 94.31% |
HSB/HSV | 224° | 9.13% | 98.82% |
CMYK | 9.13% | 6.75% | 0.00% |
1.18% |
Color #E5EBFC in popluar number systems.
HEX | E5 | EB | FC |
Decimal | 229 | 235 | 252 |
Binary | 11100101 | 11101011 | 11111100 |
Octal | 345 | 353 | 374 |
Shades of #E5EBFC
Tints of #E5EBFC
Examples of css and html codes for elements with #E5EBFC color. Also use rgb(229,235,252) instead hex code.
.myTextColor { color: #E5EBFC; }
<p style="color:#E5EBFC">This sample text font color is #E5EBFC.</p>
This text font color is #E5EBFC.
.myBgColor { background-color: #E5EBFC; }
<div style="background-color:#E5EBFC">Inner text</div>
This div background color is #E5EBFC.
.myBorderColor { border: 1px solid #E5EBFC; }
<div style="border:3px solid #E5EBFC">Div</div>
This div border color is #E5EBFC.
.myOpacity80 { color: #E5EBFC; opacity: 0.8; }
<p style="color:#E5EBFC;opacity:0.8;">80%</p>
Text with #E5EBFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5EBFC;}
<p style="text-shadow: 3px 3px 1px #E5EBFC">Text here.</p>
This text has shadow with #E5EBFC color.
.textShadow {text-shadow: 3px 3px 1px #E5EBFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5EBFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5EBFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5EBFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5EBFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5EBFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5EBFC;
-webkit-box-shadow: 1px 1px 3px 2px #E5EBFC;
box-shadow: 1px 1px 3px 2px #E5EBFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5EBFC; -webkit-box-shadow: 1px 1px 3px 2px #E5EBFC; box-shadow:1px 1px 3px 2px #E5EBFC;">
Div content here
</div>
This text has color #E5EBFC on black background.
This text has color #E5EBFC on white background.
This text has black color on #E5EBFC background.
This text has white color on #E5EBFC background.
Complementary color for #hex is #1A1403.