HEX: #EDF3DE
RGB: (237,243,222)
#EDF3DE contains red, green and blue colors in about the same proportion. Web safe color of #EDF3DE is #FFFFCC (or #FFC).
#EDF3DE color RGB value is (237,243,222).
RGB: (237,243,222)
(93%, 95%, 87%)
R 237 of 255 = 93%
G 243 of 255 = 95%
B 222 of 255 = 87%
R + G + B ~ 92%. #EDF3DE is light color.
R + G + B = 237 + 243 + 222 = 702 (100%)
R 237 of 702 ~ 33.76%
G 243 of 702 ~ 34.62%
B 222 of 702 ~ 31.62'%
#EDF3DE color CMYK value is (2,0,9,5).
CMYK: (2,0,9,5)
C2M0Y9K5 (2%, 0%, 9%, 5%)
(0.02 / 0.00 / 0.09 / 0.05)
Color #EDF3DE in popluar color models
ED | F3 | DE | |
---|---|---|---|
RGB | 237 | 243 | 222 |
HSL | 77° | 46.67% | 91.18% |
HSB/HSV | 77° | 8.64% | 95.29% |
CMYK | 2.47% | 0.00% | 8.64% |
4.71% |
Color #EDF3DE in popluar number systems.
HEX | ED | F3 | DE |
Decimal | 237 | 243 | 222 |
Binary | 11101101 | 11110011 | 11011110 |
Octal | 355 | 363 | 336 |
Shades of #EDF3DE
Tints of #EDF3DE
Examples of css and html codes for elements with #EDF3DE color. Also use rgb(237,243,222) instead hex code.
.myTextColor { color: #EDF3DE; }
<p style="color:#EDF3DE">This sample text font color is #EDF3DE.</p>
This text font color is #EDF3DE.
.myBgColor { background-color: #EDF3DE; }
<div style="background-color:#EDF3DE">Inner text</div>
This div background color is #EDF3DE.
.myBorderColor { border: 1px solid #EDF3DE; }
<div style="border:3px solid #EDF3DE">Div</div>
This div border color is #EDF3DE.
.myOpacity80 { color: #EDF3DE; opacity: 0.8; }
<p style="color:#EDF3DE;opacity:0.8;">80%</p>
Text with #EDF3DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF3DE;}
<p style="text-shadow: 3px 3px 1px #EDF3DE">Text here.</p>
This text has shadow with #EDF3DE color.
.textShadow {text-shadow: 3px 3px 1px #EDF3DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF3DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF3DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF3DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF3DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF3DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF3DE;
-webkit-box-shadow: 1px 1px 3px 2px #EDF3DE;
box-shadow: 1px 1px 3px 2px #EDF3DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF3DE; -webkit-box-shadow: 1px 1px 3px 2px #EDF3DE; box-shadow:1px 1px 3px 2px #EDF3DE;">
Div content here
</div>
This text has color #EDF3DE on black background.
This text has color #EDF3DE on white background.
This text has black color on #EDF3DE background.
This text has white color on #EDF3DE background.
Complementary color for #hex is #120C21.