HEX: #E9EDFB
RGB: (233,237,251)
#E9EDFB contains red, green and blue colors in about the same proportion. Web safe color of #E9EDFB is #FFFFFF (or #FFF).
#E9EDFB color RGB value is (233,237,251).
RGB: (233,237,251)
(91%, 93%, 98%)
R 233 of 255 = 91%
G 237 of 255 = 93%
B 251 of 255 = 98%
R + G + B ~ 94%. #E9EDFB is light color.
R + G + B = 233 + 237 + 251 = 721 (100%)
R 233 of 721 ~ 32.32%
G 237 of 721 ~ 32.87%
B 251 of 721 ~ 34.81'%
#E9EDFB color CMYK value is (7,6,0,2).
CMYK: (7,6,0,2)
C7M6Y0K2 (7%, 6%, 0%, 2%)
(0.07 / 0.06 / 0.00 / 0.02)
Color #E9EDFB in popluar color models
E9 | ED | FB | |
---|---|---|---|
RGB | 233 | 237 | 251 |
HSL | 227° | 69.23% | 94.90% |
HSB/HSV | 227° | 7.17% | 98.43% |
CMYK | 7.17% | 5.58% | 0.00% |
1.57% |
Color #E9EDFB in popluar number systems.
HEX | E9 | ED | FB |
Decimal | 233 | 237 | 251 |
Binary | 11101001 | 11101101 | 11111011 |
Octal | 351 | 355 | 373 |
Shades of #E9EDFB
Tints of #E9EDFB
Examples of css and html codes for elements with #E9EDFB color. Also use rgb(233,237,251) instead hex code.
.myTextColor { color: #E9EDFB; }
<p style="color:#E9EDFB">This sample text font color is #E9EDFB.</p>
This text font color is #E9EDFB.
.myBgColor { background-color: #E9EDFB; }
<div style="background-color:#E9EDFB">Inner text</div>
This div background color is #E9EDFB.
.myBorderColor { border: 1px solid #E9EDFB; }
<div style="border:3px solid #E9EDFB">Div</div>
This div border color is #E9EDFB.
.myOpacity80 { color: #E9EDFB; opacity: 0.8; }
<p style="color:#E9EDFB;opacity:0.8;">80%</p>
Text with #E9EDFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9EDFB;}
<p style="text-shadow: 3px 3px 1px #E9EDFB">Text here.</p>
This text has shadow with #E9EDFB color.
.textShadow {text-shadow: 3px 3px 1px #E9EDFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9EDFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9EDFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9EDFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9EDFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9EDFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9EDFB;
-webkit-box-shadow: 1px 1px 3px 2px #E9EDFB;
box-shadow: 1px 1px 3px 2px #E9EDFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9EDFB; -webkit-box-shadow: 1px 1px 3px 2px #E9EDFB; box-shadow:1px 1px 3px 2px #E9EDFB;">
Div content here
</div>
This text has color #E9EDFB on black background.
This text has color #E9EDFB on white background.
This text has black color on #E9EDFB background.
This text has white color on #E9EDFB background.
Complementary color for #hex is #161204.