COLOR #EDF5DE

HEX: #EDF5DE
RGB: (237,245,222)

Color info

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

RGB color model

#EDF5DE color RGB value is (237,245,222).

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

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 222 of 255 = 87%

237
245
222

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

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 222 = 704 (100%)
R 237 of 704 ~ 33.66%
G 245 of 704 ~ 34.8%
B 222 of 704 ~ 31.53%

%33.66
%34.8
%31.53

CMYK color model

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

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

CMYK percentages

%3.27
%0
%9.39
%3.92

Codes

Color #EDF5DE in popluar color models

EDF5DE
RGB237245222
HSL81°53.49%91.57%
HSB/HSV81°9.39%96.08%
CMYK3.27%0.00%9.39%
3.92%

Color #EDF5DE in popluar number systems.

HEXEDF5DE
Decimal237245222
Binary111011011111010111011110
Octal355365336

Shades and tints

Shades of #EDF5DE

#EDF5DE
(237,245,222)
#D8DFCA
(216,223,202)
#C3C9B6
(195,201,182)
#AEB3A2
(174,179,162)
#999D8E
(153,157,142)
#84877A
(132,135,122)
#6F7166
(111,113,102)
#5A5B52
(90,91,82)
#45453E
(69,69,62)
#302F2A
(48,47,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDF5DE

#EDF5DE
(237,245,222)
#EEF5E1
(238,245,225)
#EFF5E4
(239,245,228)
#F0F5E7
(240,245,231)
#F1F5EA
(241,245,234)
#F2F5ED
(242,245,237)
#F3F5F0
(243,245,240)
#F4F5F3
(244,245,243)
#F5F5F6
(245,245,246)
#F6F5F9
(246,245,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5DE; }

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

This text font color is #EDF5DE.


Background Color

.myBgColor { background-color: #EDF5DE; }

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

This div background color is #EDF5DE.


Border color

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

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

This div border color is #EDF5DE.


Opacity

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

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

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

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

This text has shadow with #EDF5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5DE on black background.


Color preview on white background

This text has color #EDF5DE on white background.



Black color preview on #EDF5DE background

This text has black color on #EDF5DE background.


White color preview on #EDF5DE background

This text has white color on #EDF5DE background.