COLOR #EDF3E5

HEX: #EDF3E5
RGB: (237,243,229)

Color info

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

RGB color model

#EDF3E5 color RGB value is (237,243,229).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 229 of 255 = 90%

237
243
229

R + G + B ~ 93%. #EDF3E5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 229 = 709 (100%)
R 237 of 709 ~ 33.43%
G 243 of 709 ~ 34.27%
B 229 of 709 ~ 32.3%

%33.43
%34.27
%32.3

CMYK color model

#EDF3E5 color CMYK value is (2,0,6,5).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(2,0,6,5)
C2M0Y6K5 
(2%,0%,6%,5%)
(0.02/0.00/0.06/0.05)	

CMYK percentages

%2.47
%0
%5.76
%4.71

Codes

Color #EDF3E5 in popluar color models

EDF3E5
RGB237243229
HSL86°36.84%92.55%
HSB/HSV86°5.76%95.29%
CMYK2.47%0.00%5.76%
4.71%

Color #EDF3E5 in popluar number systems.

HEXEDF3E5
Decimal237243229
Binary111011011111001111100101
Octal355363345

Shades and tints

Shades of #EDF3E5

#EDF3E5
(237,243,229)
#D8DDD1
(216,221,209)
#C3C7BD
(195,199,189)
#AEB1A9
(174,177,169)
#999B95
(153,155,149)
#848581
(132,133,129)
#6F6F6D
(111,111,109)
#5A5959
(90,89,89)
#454345
(69,67,69)
#302D31
(48,45,49)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDF3E5

#EDF3E5
(237,243,229)
#EEF4E7
(238,244,231)
#EFF5E9
(239,245,233)
#F0F6EB
(240,246,235)
#F1F7ED
(241,247,237)
#F2F8EF
(242,248,239)
#F3F9F1
(243,249,241)
#F4FAF3
(244,250,243)
#F5FBF5
(245,251,245)
#F6FCF7
(246,252,247)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3E5; }

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

This text font color is #EDF3E5.


Background Color

.myBgColor { background-color: #EDF3E5; }

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

This div background color is #EDF3E5.


Border color

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

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

This div border color is #EDF3E5.


Opacity

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

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

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

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

This text has shadow with #EDF3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3E5 on black background.


Color preview on white background

This text has color #EDF3E5 on white background.



Black color preview on #EDF3E5 background

This text has black color on #EDF3E5 background.


White color preview on #EDF3E5 background

This text has white color on #EDF3E5 background.