COLOR #EDF7DF

HEX: #EDF7DF RGB: (237,247,223)

Color info

#EDF7DF contains red, green and blue colors in about the same proportion. Web safe color of #EDF7DF is #FFFFCC (or #FFC).

RGB color model

#EDF7DF color RGB value is (237,247,223).

RGB: (237,247,223) (93%, 97%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 223 of 255 = 87%

237
247
223

R + G + B ~ 92%. #EDF7DF is light color.

Portions of RGB colors in percentages

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'%

%33.52
%34.94
%31.54

CMYK color model

#EDF7DF color CMYK value is (4,0,10,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK: (4,0,10,3) C4M0Y10K3 (4%,0%,10%,3%) (0.04/0.00/0.10/0.03) 

CMYK percentages

%4.05
%0
%9.72
%3.14

Codes

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 and tints

Shades of #EDF7DF

#EDF7DF
(237,247,223)
#D8E1CB
(216,225,203)
#C3CBB7
(195,203,183)
#AEB5A3
(174,181,163)
#999F8F
(153,159,143)
#84897B
(132,137,123)
#6F7367
(111,115,103)
#5A5D53
(90,93,83)
#45473F
(69,71,63)
#30312B
(48,49,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDF7DF

#EDF7DF
(237,247,223)
#EEF7E1
(238,247,225)
#EFF7E3
(239,247,227)
#F0F7E5
(240,247,229)
#F1F7E7
(241,247,231)
#F2F7E9
(242,247,233)
#F3F7EB
(243,247,235)
#F4F7ED
(244,247,237)
#F5F7EF
(245,247,239)
#F6F7F1
(246,247,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7DF color. Also use rgb(237,247,223) instead hex code.

Text Font Color

.myTextColor { color: #EDF7DF; }

<p style="color:#EDF7DF">This sample text font color is #EDF7DF.</p>

This text font color is #EDF7DF.

Background Color

.myBgColor { background-color: #EDF7DF; }

<div style="background-color:#EDF7DF">Inner text</div>

This div background color is #EDF7DF.

Border color

.myBorderColor { border: 1px solid #EDF7DF; }

<div style="border:3px solid #EDF7DF">Div</div>

This div border color is #EDF7DF.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #EDF7DF.

Preview

Color preview on black background

This text has color #EDF7DF on black background.


Color preview on white background

This text has color #EDF7DF on white background.


Black color preview on #EDF7DF background

This text has black color on #EDF7DF background.


White color preview on #EDF7DF background

This text has white color on #EDF7DF background.


Related colors

Complementary color

Complementary color for #hex is #120820.


I love getcolorcode.com

Triadic colors

1 #DFEDF7 and #F7DFED with #EDF7DF are triadic colors.

2 #DFF7ED and #F7EDDF with #EDF7DF are triadic colors.