COLOR #EDF5EE

HEX: #EDF5EE
RGB: (237,245,238)

Color info

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

RGB color model

#EDF5EE color RGB value is (237,245,238).

  • red value is 237;
  • green value is 245;
  • blue value is 238.
RGB:
(237,245,238)
(93%,96%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 238 of 255 = 93%

237
245
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 238 = 720 (100%)
R 237 of 720 ~ 32.92%
G 245 of 720 ~ 34.03%
B 238 of 720 ~ 33.06%

%32.92
%34.03
%33.06

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK:
(3,0,3,4)
C3M0Y3K4 
(3%,0%,3%,4%)
(0.03/0.00/0.03/0.04)	

CMYK percentages

%3.27
%0
%2.86
%3.92

Codes

Color #EDF5EE in popluar color models

EDF5EE
RGB237245238
HSL128°28.57%94.51%
HSB/HSV128°3.27%96.08%
CMYK3.27%0.00%2.86%
3.92%

Color #EDF5EE in popluar number systems.

HEXEDF5EE
Decimal237245238
Binary111011011111010111101110
Octal355365356

Shades and tints

Shades of #EDF5EE

#EDF5EE
(237,245,238)
#D8DFD9
(216,223,217)
#C3C9C4
(195,201,196)
#AEB3AF
(174,179,175)
#999D9A
(153,157,154)
#848785
(132,135,133)
#6F7170
(111,113,112)
#5A5B5B
(90,91,91)
#454546
(69,69,70)
#302F31
(48,47,49)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDF5EE

#EDF5EE
(237,245,238)
#EEF5EF
(238,245,239)
#EFF5F0
(239,245,240)
#F0F5F1
(240,245,241)
#F1F5F2
(241,245,242)
#F2F5F3
(242,245,243)
#F3F5F4
(243,245,244)
#F4F5F5
(244,245,245)
#F5F5F6
(245,245,246)
#F6F5F7
(246,245,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF5EE color. Also use rgb(237,245,238) instead hex code.

Text Font Color

.myTextColor { color: #EDF5EE; }

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

This text font color is #EDF5EE.


Background Color

.myBgColor { background-color: #EDF5EE; }

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

This div background color is #EDF5EE.


Border color

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

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

This div border color is #EDF5EE.


Opacity

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

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

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

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

This text has shadow with #EDF5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5EE on black background.


Color preview on white background

This text has color #EDF5EE on white background.



Black color preview on #EDF5EE background

This text has black color on #EDF5EE background.


White color preview on #EDF5EE background

This text has white color on #EDF5EE background.