HEX: #E6EDED
RGB: (230,237,237)
#E6EDED contains red, green and blue colors in about the same proportion. Web safe color of #E6EDED is #CCFFFF (or #CFF).
#E6EDED color RGB value is (230,237,237).
RGB: (230,237,237)
(90%, 93%, 93%)
R 230 of 255 = 90%
G 237 of 255 = 93%
B 237 of 255 = 93%
R + G + B ~ 92%. #E6EDED is light color.
R + G + B = 230 + 237 + 237 = 704 (100%)
R 230 of 704 ~ 32.67%
G 237 of 704 ~ 33.66%
B 237 of 704 ~ 33.66'%
#E6EDED color CMYK value is (3,0,0,7).
CMYK: (3,0,0,7) C3M0Y0K7 (3%,0%,0%,7%) (0.03/0.00/0.00/0.07)
Color #E6EDED in popluar color models
E6 | ED | ED | |
---|---|---|---|
RGB | 230 | 237 | 237 |
HSL | 180° | 16.28% | 91.57% |
HSB/HSV | 180° | 2.95% | 92.94% |
CMYK | 2.95% | 0.00% | 0.00% |
7.06% |
Color #E6EDED in popluar number systems.
HEX | E6 | ED | ED |
Decimal | 230 | 237 | 237 |
Binary | 11100110 | 11101101 | 11101101 |
Octal | 346 | 355 | 355 |
Shades of #E6EDED
Tints of #E6EDED
Examples of css and html codes for elements with #E6EDED color. Also use rgb(230,237,237) instead hex code.
.myTextColor { color: #E6EDED; }
<p style="color:#E6EDED">This sample text font color is #E6EDED.</p>
This text font color is #E6EDED.
.myBgColor { background-color: #E6EDED; }
<div style="background-color:#E6EDED">Inner text</div>
This div background color is #E6EDED.
.myBorderColor { border: 1px solid #E6EDED; }
<div style="border:3px solid #E6EDED">Div</div>
This div border color is #E6EDED.
.myOpacity80 { color: #E6EDED; opacity: 0.8; }
<p style="color:#E6EDED;opacity:0.8;">80%</p>
Text with #E6EDED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EDED;}
<p style="text-shadow: 3px 3px 1px #E6EDED">Text here.</p>
This text has shadow with #E6EDED color.
.textShadow {text-shadow: 3px 3px 1px #E6EDED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EDED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6EDED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EDED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EDED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EDED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EDED;
-webkit-box-shadow: 1px 1px 3px 2px #E6EDED;
box-shadow: 1px 1px 3px 2px #E6EDED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EDED; -webkit-box-shadow: 1px 1px 3px 2px #E6EDED; box-shadow:1px 1px 3px 2px #E6EDED;">
Div content here
</div>
This text has color #E6EDED on black background.
This text has color #E6EDED on white background.
This text has black color on #E6EDED background.
This text has white color on #E6EDED background.