COLOR #EDF4DF

HEX: #EDF4DF
RGB: (237,244,223)

Color info

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

RGB color model

#EDF4DF color RGB value is (237,244,223).

  • red value is 237;
  • green value is 244;
  • blue value is 223.
RGB:
(237,244,223)
(93%,96%,87%)

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 223 of 255 = 87%

237
244
223

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

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 223 = 704 (100%)
R 237 of 704 ~ 33.66%
G 244 of 704 ~ 34.66%
B 223 of 704 ~ 31.68%

%33.66
%34.66
%31.68

CMYK color model

#EDF4DF color CMYK value is (3,0,9,4).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%
CMYK:
(3,0,9,4)
C3M0Y9K4 
(3%,0%,9%,4%)
(0.03/0.00/0.09/0.04)	

CMYK percentages

%2.87
%0
%8.61
%4.31

Codes

Color #EDF4DF in popluar color models

EDF4DF
RGB237244223
HSL80°48.84%91.57%
HSB/HSV80°8.61%95.69%
CMYK2.87%0.00%8.61%
4.31%

Color #EDF4DF in popluar number systems.

HEXEDF4DF
Decimal237244223
Binary111011011111010011011111
Octal355364337

Shades and tints

Shades of #EDF4DF

#EDF4DF
(237,244,223)
#D8DECB
(216,222,203)
#C3C8B7
(195,200,183)
#AEB2A3
(174,178,163)
#999C8F
(153,156,143)
#84867B
(132,134,123)
#6F7067
(111,112,103)
#5A5A53
(90,90,83)
#45443F
(69,68,63)
#302E2B
(48,46,43)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDF4DF

#EDF4DF
(237,244,223)
#EEF5E1
(238,245,225)
#EFF6E3
(239,246,227)
#F0F7E5
(240,247,229)
#F1F8E7
(241,248,231)
#F2F9E9
(242,249,233)
#F3FAEB
(243,250,235)
#F4FBED
(244,251,237)
#F5FCEF
(245,252,239)
#F6FDF1
(246,253,241)
#F7FEF3
(247,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF4DF; }

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

This text font color is #EDF4DF.


Background Color

.myBgColor { background-color: #EDF4DF; }

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

This div background color is #EDF4DF.


Border color

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

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

This div border color is #EDF4DF.


Opacity

.myOpacity80 { color: #EDF4DF; opacity: 0.8; }

<p style="color:#EDF4DF;opacity:0.8;">80%</p>

Text with #EDF4DF 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 #EDF4DF;}

<p style="text-shadow: 3px 3px 1px #EDF4DF">Text here.</p>

This text has shadow with #EDF4DF color.

.textShadow {text-shadow: 3px 3px 1px #EDF4DF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDF4DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDF4DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF4DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDF4DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDF4DF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDF4DF;
  -webkit-box-shadow:	1px 1px 3px 2px #EDF4DF;
  box-shadow:		1px 1px 3px 2px #EDF4DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF4DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDF4DF;
box-shadow:1px 1px 3px 2px #EDF4DF;">
Div content here</div>
This div box has shadow with color #EDF4DF.

Preview

Color preview on black background

This text has color #EDF4DF on black background.


Color preview on white background

This text has color #EDF4DF on white background.



Black color preview on #EDF4DF background

This text has black color on #EDF4DF background.


White color preview on #EDF4DF background

This text has white color on #EDF4DF background.