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