COLOR #EDF2DA

HEX: #EDF2DA
RGB: (237,242,218)

Color info

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

RGB color model

#EDF2DA color RGB value is (237,242,218).

  • red value is 237;
  • green value is 242;
  • blue value is 218.
RGB:
(237,242,218)
(93%,95%,85%)

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 218 of 255 = 85%

237
242
218

R + G + B ~ 91%. #EDF2DA is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 218 = 697 (100%)
R 237 of 697 ~ 34%
G 242 of 697 ~ 34.72%
B 218 of 697 ~ 31.28%

%34
%34.72
%31.28

CMYK color model

#EDF2DA color CMYK value is (2,0,10,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK:
(2,0,10,5)
C2M0Y10K5 
(2%,0%,10%,5%)
(0.02/0.00/0.10/0.05)	

CMYK percentages

%2.07
%0
%9.92
%5.1

Codes

Color #EDF2DA in popluar color models

EDF2DA
RGB237242218
HSL73°48.00%90.20%
HSB/HSV73°9.92%94.90%
CMYK2.07%0.00%9.92%
5.10%

Color #EDF2DA in popluar number systems.

HEXEDF2DA
Decimal237242218
Binary111011011111001011011010
Octal355362332

Shades and tints

Shades of #EDF2DA

#EDF2DA
(237,242,218)
#D8DCC7
(216,220,199)
#C3C6B4
(195,198,180)
#AEB0A1
(174,176,161)
#999A8E
(153,154,142)
#84847B
(132,132,123)
#6F6E68
(111,110,104)
#5A5855
(90,88,85)
#454242
(69,66,66)
#302C2F
(48,44,47)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDF2DA

#EDF2DA
(237,242,218)
#EEF3DD
(238,243,221)
#EFF4E0
(239,244,224)
#F0F5E3
(240,245,227)
#F1F6E6
(241,246,230)
#F2F7E9
(242,247,233)
#F3F8EC
(243,248,236)
#F4F9EF
(244,249,239)
#F5FAF2
(245,250,242)
#F6FBF5
(246,251,245)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF2DA color. Also use rgb(237,242,218) instead hex code.

Text Font Color

.myTextColor { color: #EDF2DA; }

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

This text font color is #EDF2DA.


Background Color

.myBgColor { background-color: #EDF2DA; }

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

This div background color is #EDF2DA.


Border color

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

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

This div border color is #EDF2DA.


Opacity

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

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

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

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

This text has shadow with #EDF2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2DA on black background.


Color preview on white background

This text has color #EDF2DA on white background.



Black color preview on #EDF2DA background

This text has black color on #EDF2DA background.


White color preview on #EDF2DA background

This text has white color on #EDF2DA background.