COLOR #EDF3E0

HEX: #EDF3E0
RGB: (237,243,224)

Color info

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

RGB color model

#EDF3E0 color RGB value is (237,243,224).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 224 of 255 = 88%

237
243
224

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 224 = 704 (100%)
R 237 of 704 ~ 33.66%
G 243 of 704 ~ 34.52%
B 224 of 704 ~ 31.82%

%33.66
%34.52
%31.82

CMYK color model

#EDF3E0 color CMYK value is (2,0,8,5).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 7.82%
  • key color value is 4.71%
CMYK:
(2,0,8,5)
C2M0Y8K5 
(2%,0%,8%,5%)
(0.02/0.00/0.08/0.05)	

CMYK percentages

%2.47
%0
%7.82
%4.71

Codes

Color #EDF3E0 in popluar color models

EDF3E0
RGB237243224
HSL79°44.19%91.57%
HSB/HSV79°7.82%95.29%
CMYK2.47%0.00%7.82%
4.71%

Color #EDF3E0 in popluar number systems.

HEXEDF3E0
Decimal237243224
Binary111011011111001111100000
Octal355363340

Shades and tints

Shades of #EDF3E0

#EDF3E0
(237,243,224)
#D8DDCC
(216,221,204)
#C3C7B8
(195,199,184)
#AEB1A4
(174,177,164)
#999B90
(153,155,144)
#84857C
(132,133,124)
#6F6F68
(111,111,104)
#5A5954
(90,89,84)
#454340
(69,67,64)
#302D2C
(48,45,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDF3E0

#EDF3E0
(237,243,224)
#EEF4E2
(238,244,226)
#EFF5E4
(239,245,228)
#F0F6E6
(240,246,230)
#F1F7E8
(241,247,232)
#F2F8EA
(242,248,234)
#F3F9EC
(243,249,236)
#F4FAEE
(244,250,238)
#F5FBF0
(245,251,240)
#F6FCF2
(246,252,242)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3E0; }

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

This text font color is #EDF3E0.


Background Color

.myBgColor { background-color: #EDF3E0; }

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

This div background color is #EDF3E0.


Border color

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

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

This div border color is #EDF3E0.


Opacity

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

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

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

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

This text has shadow with #EDF3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3E0 on black background.


Color preview on white background

This text has color #EDF3E0 on white background.



Black color preview on #EDF3E0 background

This text has black color on #EDF3E0 background.


White color preview on #EDF3E0 background

This text has white color on #EDF3E0 background.