COLOR #EDF3DA

HEX: #EDF3DA
RGB: (237,243,218)

Color info

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

RGB color model

#EDF3DA color RGB value is (237,243,218).

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

RGB channels and saturation

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

237
243
218

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 218 = 698 (100%)
R 237 of 698 ~ 33.95%
G 243 of 698 ~ 34.81%
B 218 of 698 ~ 31.23%

%33.95
%34.81
%31.23

CMYK color model

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

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

CMYK percentages

%2.47
%0
%10.29
%4.71

Codes

Color #EDF3DA in popluar color models

EDF3DA
RGB237243218
HSL74°51.02%90.39%
HSB/HSV74°10.29%95.29%
CMYK2.47%0.00%10.29%
4.71%

Color #EDF3DA in popluar number systems.

HEXEDF3DA
Decimal237243218
Binary111011011111001111011010
Octal355363332

Shades and tints

Shades of #EDF3DA

#EDF3DA
(237,243,218)
#D8DDC7
(216,221,199)
#C3C7B4
(195,199,180)
#AEB1A1
(174,177,161)
#999B8E
(153,155,142)
#84857B
(132,133,123)
#6F6F68
(111,111,104)
#5A5955
(90,89,85)
#454342
(69,67,66)
#302D2F
(48,45,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDF3DA

#EDF3DA
(237,243,218)
#EEF4DD
(238,244,221)
#EFF5E0
(239,245,224)
#F0F6E3
(240,246,227)
#F1F7E6
(241,247,230)
#F2F8E9
(242,248,233)
#F3F9EC
(243,249,236)
#F4FAEF
(244,250,239)
#F5FBF2
(245,251,242)
#F6FCF5
(246,252,245)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3DA; }

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

This text font color is #EDF3DA.


Background Color

.myBgColor { background-color: #EDF3DA; }

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

This div background color is #EDF3DA.


Border color

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

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

This div border color is #EDF3DA.


Opacity

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

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

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

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

This text has shadow with #EDF3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3DA on black background.


Color preview on white background

This text has color #EDF3DA on white background.



Black color preview on #EDF3DA background

This text has black color on #EDF3DA background.


White color preview on #EDF3DA background

This text has white color on #EDF3DA background.