HEX: #EDF7DF
RGB: (237,247,223)
#EDF7DF contains red, green and blue colors in about the same proportion. Web safe color of #EDF7DF is #FFFFCC (or #FFC).
#EDF7DF color RGB value is (237,247,223).
RGB: (237,247,223)
(93%, 97%, 87%)
R 237 of 255 = 93%
G 247 of 255 = 97%
B 223 of 255 = 87%
R + G + B ~ 92%. #EDF7DF is light color.
R + G + B = 237 + 247 + 223 = 707 (100%)
R 237 of 707 ~ 33.52%
G 247 of 707 ~ 34.94%
B 223 of 707 ~ 31.54'%
#EDF7DF color CMYK value is (4,0,10,3).
CMYK: (4,0,10,3) C4M0Y10K3 (4%,0%,10%,3%) (0.04/0.00/0.10/0.03)
Color #EDF7DF in popluar color models
ED | F7 | DF | |
---|---|---|---|
RGB | 237 | 247 | 223 |
HSL | 85° | 60.00% | 92.16% |
HSB/HSV | 85° | 9.72% | 96.86% |
CMYK | 4.05% | 0.00% | 9.72% |
3.14% |
Color #EDF7DF in popluar number systems.
HEX | ED | F7 | DF |
Decimal | 237 | 247 | 223 |
Binary | 11101101 | 11110111 | 11011111 |
Octal | 355 | 367 | 337 |
Shades of #EDF7DF
Tints of #EDF7DF
Examples of css and html codes for elements with #EDF7DF color. Also use rgb(237,247,223) instead hex code.
.myTextColor { color: #EDF7DF; }
<p style="color:#EDF7DF">This sample text font color is #EDF7DF.</p>
This text font color is #EDF7DF.
.myBgColor { background-color: #EDF7DF; }
<div style="background-color:#EDF7DF">Inner text</div>
This div background color is #EDF7DF.
.myBorderColor { border: 1px solid #EDF7DF; }
<div style="border:3px solid #EDF7DF">Div</div>
This div border color is #EDF7DF.
.myOpacity80 { color: #EDF7DF; opacity: 0.8; }
<p style="color:#EDF7DF;opacity:0.8;">80%</p>
Text with #EDF7DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF7DF;}
<p style="text-shadow: 3px 3px 1px #EDF7DF">Text here.</p>
This text has shadow with #EDF7DF color.
.textShadow {text-shadow: 3px 3px 1px #EDF7DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF7DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF7DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF7DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF7DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF7DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF7DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDF7DF;
box-shadow: 1px 1px 3px 2px #EDF7DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF7DF; -webkit-box-shadow: 1px 1px 3px 2px #EDF7DF; box-shadow:1px 1px 3px 2px #EDF7DF;">
Div content here
</div>
This text has color #EDF7DF on black background.
This text has color #EDF7DF on white background.
This text has black color on #EDF7DF background.
This text has white color on #EDF7DF background.
Complementary color for #hex is #120820.