HEX: #E6EDFD
RGB: (230,237,253)
#E6EDFD contains red, green and blue colors in about the same proportion. Web safe color of #E6EDFD is #CCFFFF (or #CFF).
#E6EDFD color RGB value is (230,237,253).
RGB: (230,237,253)
(90%, 93%, 99%)
R 230 of 255 = 90%
G 237 of 255 = 93%
B 253 of 255 = 99%
R + G + B ~ 94%. #E6EDFD is light color.
R + G + B = 230 + 237 + 253 = 720 (100%)
R 230 of 720 ~ 31.94%
G 237 of 720 ~ 32.92%
B 253 of 720 ~ 35.14'%
#E6EDFD color CMYK value is (9,6,0,1).
CMYK: (9,6,0,1) C9M6Y0K1 (9%,6%,0%,1%) (0.09/0.06/0.00/0.01)
Color #E6EDFD in popluar color models
E6 | ED | FD | |
---|---|---|---|
RGB | 230 | 237 | 253 |
HSL | 222° | 85.19% | 94.71% |
HSB/HSV | 222° | 9.09% | 99.22% |
CMYK | 9.09% | 6.32% | 0.00% |
0.78% |
Color #E6EDFD in popluar number systems.
HEX | E6 | ED | FD |
Decimal | 230 | 237 | 253 |
Binary | 11100110 | 11101101 | 11111101 |
Octal | 346 | 355 | 375 |
Shades of #E6EDFD
Tints of #E6EDFD
Examples of css and html codes for elements with #E6EDFD color. Also use rgb(230,237,253) instead hex code.
.myTextColor { color: #E6EDFD; }
<p style="color:#E6EDFD">This sample text font color is #E6EDFD.</p>
This text font color is #E6EDFD.
.myBgColor { background-color: #E6EDFD; }
<div style="background-color:#E6EDFD">Inner text</div>
This div background color is #E6EDFD.
.myBorderColor { border: 1px solid #E6EDFD; }
<div style="border:3px solid #E6EDFD">Div</div>
This div border color is #E6EDFD.
.myOpacity80 { color: #E6EDFD; opacity: 0.8; }
<p style="color:#E6EDFD;opacity:0.8;">80%</p>
Text with #E6EDFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EDFD;}
<p style="text-shadow: 3px 3px 1px #E6EDFD">Text here.</p>
This text has shadow with #E6EDFD color.
.textShadow {text-shadow: 3px 3px 1px #E6EDFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EDFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6EDFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EDFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EDFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EDFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EDFD;
-webkit-box-shadow: 1px 1px 3px 2px #E6EDFD;
box-shadow: 1px 1px 3px 2px #E6EDFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EDFD; -webkit-box-shadow: 1px 1px 3px 2px #E6EDFD; box-shadow:1px 1px 3px 2px #E6EDFD;">
Div content here
</div>
This text has color #E6EDFD on black background.
This text has color #E6EDFD on white background.
This text has black color on #E6EDFD background.
This text has white color on #E6EDFD background.
Complementary color for #hex is #191202.