COLOR #EDF4EA

HEX: #EDF4EA
RGB: (237,244,234)

Color info

#EDF4EA contains red, green and blue colors in about the same proportion. Web safe color of #EDF4EA is #FFFFFF (or #FFF).

RGB color model

#EDF4EA color RGB value is (237,244,234).

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

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 234 of 255 = 92%

237
244
234

R + G + B ~ 94%. #EDF4EA is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 234 = 715 (100%)
R 237 of 715 ~ 33.15%
G 244 of 715 ~ 34.13%
B 234 of 715 ~ 32.73%

%33.15
%34.13
%32.73

CMYK color model

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

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 4.31%
CMYK:
(3,0,4,4)
C3M0Y4K4 
(3%,0%,4%,4%)
(0.03/0.00/0.04/0.04)	

CMYK percentages

%2.87
%0
%4.1
%4.31

Codes

Color #EDF4EA in popluar color models

EDF4EA
RGB237244234
HSL102°31.25%93.73%
HSB/HSV102°4.10%95.69%
CMYK2.87%0.00%4.10%
4.31%

Color #EDF4EA in popluar number systems.

HEXEDF4EA
Decimal237244234
Binary111011011111010011101010
Octal355364352

Shades and tints

Shades of #EDF4EA

#EDF4EA
(237,244,234)
#D8DED5
(216,222,213)
#C3C8C0
(195,200,192)
#AEB2AB
(174,178,171)
#999C96
(153,156,150)
#848681
(132,134,129)
#6F706C
(111,112,108)
#5A5A57
(90,90,87)
#454442
(69,68,66)
#302E2D
(48,46,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDF4EA

#EDF4EA
(237,244,234)
#EEF5EB
(238,245,235)
#EFF6EC
(239,246,236)
#F0F7ED
(240,247,237)
#F1F8EE
(241,248,238)
#F2F9EF
(242,249,239)
#F3FAF0
(243,250,240)
#F4FBF1
(244,251,241)
#F5FCF2
(245,252,242)
#F6FDF3
(246,253,243)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF4EA; }

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

This text font color is #EDF4EA.


Background Color

.myBgColor { background-color: #EDF4EA; }

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

This div background color is #EDF4EA.


Border color

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

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

This div border color is #EDF4EA.


Opacity

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

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

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

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

This text has shadow with #EDF4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4EA on black background.


Color preview on white background

This text has color #EDF4EA on white background.



Black color preview on #EDF4EA background

This text has black color on #EDF4EA background.


White color preview on #EDF4EA background

This text has white color on #EDF4EA background.