COLOR #EDF4E0

HEX: #EDF4E0
RGB: (237,244,224)

Color info

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

RGB color model

#EDF4E0 color RGB value is (237,244,224).

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

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 224 of 255 = 88%

237
244
224

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

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 224 = 705 (100%)
R 237 of 705 ~ 33.62%
G 244 of 705 ~ 34.61%
B 224 of 705 ~ 31.77%

%33.62
%34.61
%31.77

CMYK color model

#EDF4E0 color CMYK value is (3,0,8,4).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 4.31%
CMYK:
(3,0,8,4)
C3M0Y8K4 
(3%,0%,8%,4%)
(0.03/0.00/0.08/0.04)	

CMYK percentages

%2.87
%0
%8.2
%4.31

Codes

Color #EDF4E0 in popluar color models

EDF4E0
RGB237244224
HSL81°47.62%91.76%
HSB/HSV81°8.20%95.69%
CMYK2.87%0.00%8.20%
4.31%

Color #EDF4E0 in popluar number systems.

HEXEDF4E0
Decimal237244224
Binary111011011111010011100000
Octal355364340

Shades and tints

Shades of #EDF4E0

#EDF4E0
(237,244,224)
#D8DECC
(216,222,204)
#C3C8B8
(195,200,184)
#AEB2A4
(174,178,164)
#999C90
(153,156,144)
#84867C
(132,134,124)
#6F7068
(111,112,104)
#5A5A54
(90,90,84)
#454440
(69,68,64)
#302E2C
(48,46,44)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDF4E0

#EDF4E0
(237,244,224)
#EEF5E2
(238,245,226)
#EFF6E4
(239,246,228)
#F0F7E6
(240,247,230)
#F1F8E8
(241,248,232)
#F2F9EA
(242,249,234)
#F3FAEC
(243,250,236)
#F4FBEE
(244,251,238)
#F5FCF0
(245,252,240)
#F6FDF2
(246,253,242)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF4E0; }

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

This text font color is #EDF4E0.


Background Color

.myBgColor { background-color: #EDF4E0; }

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

This div background color is #EDF4E0.


Border color

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

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

This div border color is #EDF4E0.


Opacity

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

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

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

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

This text has shadow with #EDF4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4E0 on black background.


Color preview on white background

This text has color #EDF4E0 on white background.



Black color preview on #EDF4E0 background

This text has black color on #EDF4E0 background.


White color preview on #EDF4E0 background

This text has white color on #EDF4E0 background.