HEX: #E3EDDE
RGB: (227,237,222)
#E3EDDE contains red, green and blue colors in about the same proportion. Web safe color of #E3EDDE is #CCFFCC (or #CFC).
#E3EDDE color RGB value is (227,237,222).
RGB: (227,237,222)
(89%, 93%, 87%)
R 227 of 255 = 89%
G 237 of 255 = 93%
B 222 of 255 = 87%
R + G + B ~ 90%. #E3EDDE is light color.
R + G + B = 227 + 237 + 222 = 686 (100%)
R 227 of 686 ~ 33.09%
G 237 of 686 ~ 34.55%
B 222 of 686 ~ 32.36'%
#E3EDDE color CMYK value is (4,0,6,7).
CMYK: (4,0,6,7) C4M0Y6K7 (4%,0%,6%,7%) (0.04/0.00/0.06/0.07)
Color #E3EDDE in popluar color models
E3 | ED | DE | |
---|---|---|---|
RGB | 227 | 237 | 222 |
HSL | 100° | 29.41% | 90.00% |
HSB/HSV | 100° | 6.33% | 92.94% |
CMYK | 4.22% | 0.00% | 6.33% |
7.06% |
Color #E3EDDE in popluar number systems.
HEX | E3 | ED | DE |
Decimal | 227 | 237 | 222 |
Binary | 11100011 | 11101101 | 11011110 |
Octal | 343 | 355 | 336 |
Shades of #E3EDDE
Tints of #E3EDDE
Examples of css and html codes for elements with #E3EDDE color. Also use rgb(227,237,222) instead hex code.
.myTextColor { color: #E3EDDE; }
<p style="color:#E3EDDE">This sample text font color is #E3EDDE.</p>
This text font color is #E3EDDE.
.myBgColor { background-color: #E3EDDE; }
<div style="background-color:#E3EDDE">Inner text</div>
This div background color is #E3EDDE.
.myBorderColor { border: 1px solid #E3EDDE; }
<div style="border:3px solid #E3EDDE">Div</div>
This div border color is #E3EDDE.
.myOpacity80 { color: #E3EDDE; opacity: 0.8; }
<p style="color:#E3EDDE;opacity:0.8;">80%</p>
Text with #E3EDDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3EDDE;}
<p style="text-shadow: 3px 3px 1px #E3EDDE">Text here.</p>
This text has shadow with #E3EDDE color.
.textShadow {text-shadow: 3px 3px 1px #E3EDDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3EDDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3EDDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3EDDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3EDDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3EDDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3EDDE;
-webkit-box-shadow: 1px 1px 3px 2px #E3EDDE;
box-shadow: 1px 1px 3px 2px #E3EDDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3EDDE; -webkit-box-shadow: 1px 1px 3px 2px #E3EDDE; box-shadow:1px 1px 3px 2px #E3EDDE;">
Div content here
</div>
This text has color #E3EDDE on black background.
This text has color #E3EDDE on white background.
This text has black color on #E3EDDE background.
This text has white color on #E3EDDE background.
Complementary color for #hex is #1C1221.