COLOR #EDF1E5

HEX: #EDF1E5 RGB: (237,241,229)

Color info

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

RGB color model

#EDF1E5 color RGB value is (237,241,229).

RGB: (237,241,229) (93%, 95%, 90%)

RGB channels and saturation

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

237
241
229

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

Portions of RGB colors in percentages

R + G + B = 237 + 241 + 229 = 707 (100%)
R 237 of 707 ~ 33.52%
G 241 of 707 ~ 34.09%
B 229 of 707 ~ 32.39'%

%33.52
%34.09
%32.39

CMYK color model

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

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 5.49%

CMYK: (2,0,5,5)
C2M0Y5K5 (2%, 0%, 5%, 5%)
(0.02 / 0.00 / 0.05 / 0.05)

CMYK percentages

%1.66
%0
%4.98
%5.49

Codes

Color #EDF1E5 in popluar color models

ED F1 E5
RGB 237 241 229
HSL 80° 30.00% 92.16%
HSB/HSV 80° 4.98% 94.51%
CMYK 1.66% 0.00% 4.98%
5.49%

Color #EDF1E5 in popluar number systems.

HEX ED F1 E5
Decimal 237 241 229
Binary 11101101 11110001 11100101
Octal 355 361 345

Shades and tints

Shades of #EDF1E5

#EDF1E5
(237,241,229)
#D8DCD1
(216,220,209)
#C3C7BD
(195,199,189)
#AEB2A9
(174,178,169)
#999D95
(153,157,149)
#848881
(132,136,129)
#6F736D
(111,115,109)
#5A5E59
(90,94,89)
#454945
(69,73,69)
#303431
(48,52,49)
#1B1F1D
(27,31,29)
#000000
(0,0,0)

Tints of #EDF1E5

#EDF1E5
(237,241,229)
#EEF2E7
(238,242,231)
#EFF3E9
(239,243,233)
#F0F4EB
(240,244,235)
#F1F5ED
(241,245,237)
#F2F6EF
(242,246,239)
#F3F7F1
(243,247,241)
#F4F8F3
(244,248,243)
#F5F9F5
(245,249,245)
#F6FAF7
(246,250,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1E5; }

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

This text font color is #EDF1E5.

Background Color

.myBgColor { background-color: #EDF1E5; }

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

This div background color is #EDF1E5.

Border color

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

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

This div border color is #EDF1E5.

Opacity

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

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

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

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

This text has shadow with #EDF1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF1E5.

Preview

Color preview on black background

This text has color #EDF1E5 on black background.


Color preview on white background

This text has color #EDF1E5 on white background.


Black color preview on #EDF1E5 background

This text has black color on #EDF1E5 background.


White color preview on #EDF1E5 background

This text has white color on #EDF1E5 background.


Related colors

Complementary color

Complementary color for #hex is #120E1A.


I love getcolorcode.com

Triadic colors

1 #E5EDF1 and #F1E5ED with #EDF1E5 are triadic colors.

2 #E5F1ED and #F1EDE5 with #EDF1E5 are triadic colors.