COLOR #EDF5D1

HEX: #EDF5D1 RGB: (237,245,209)

Color info

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

RGB color model

#EDF5D1 color RGB value is (237,245,209).

RGB: (237,245,209) (93%, 96%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 209 of 255 = 82%

237
245
209

R + G + B ~ 90%. #EDF5D1 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 245 + 209 = 691 (100%)
R 237 of 691 ~ 34.3%
G 245 of 691 ~ 35.46%
B 209 of 691 ~ 30.25'%

%34.3
%35.46
%30.25

CMYK color model

#EDF5D1 color CMYK value is (3,0,15,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 3.92%

CMYK: (3,0,15,4)
C3M0Y15K4 (3%, 0%, 15%, 4%)
(0.03 / 0.00 / 0.15 / 0.04)

CMYK percentages

%3.27
%0
%14.69
%3.92

Codes

Color #EDF5D1 in popluar color models

ED F5 D1
RGB 237 245 209
HSL 73° 64.29% 89.02%
HSB/HSV 73° 14.69% 96.08%
CMYK 3.27% 0.00% 14.69%
3.92%

Color #EDF5D1 in popluar number systems.

HEX ED F5 D1
Decimal 237 245 209
Binary 11101101 11110101 11010001
Octal 355 365 321

Shades and tints

Shades of #EDF5D1

#EDF5D1
(237,245,209)
#D8DFBE
(216,223,190)
#C3C9AB
(195,201,171)
#AEB398
(174,179,152)
#999D85
(153,157,133)
#848772
(132,135,114)
#6F715F
(111,113,95)
#5A5B4C
(90,91,76)
#454539
(69,69,57)
#302F26
(48,47,38)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDF5D1

#EDF5D1
(237,245,209)
#EEF5D5
(238,245,213)
#EFF5D9
(239,245,217)
#F0F5DD
(240,245,221)
#F1F5E1
(241,245,225)
#F2F5E5
(242,245,229)
#F3F5E9
(243,245,233)
#F4F5ED
(244,245,237)
#F5F5F1
(245,245,241)
#F6F5F5
(246,245,245)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF5D1 color. Also use rgb(237,245,209) instead hex code.

Text Font Color

.myTextColor { color: #EDF5D1; }

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

This text font color is #EDF5D1.

Background Color

.myBgColor { background-color: #EDF5D1; }

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

This div background color is #EDF5D1.

Border color

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

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

This div border color is #EDF5D1.

Opacity

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

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

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

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

This text has shadow with #EDF5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF5D1.

Preview

Color preview on black background

This text has color #EDF5D1 on black background.


Color preview on white background

This text has color #EDF5D1 on white background.


Black color preview on #EDF5D1 background

This text has black color on #EDF5D1 background.


White color preview on #EDF5D1 background

This text has white color on #EDF5D1 background.


Related colors

Complementary color

Complementary color for #hex is #120A2E.


I love getcolorcode.com

Triadic colors

1 #D1EDF5 and #F5D1ED with #EDF5D1 are triadic colors.

2 #D1F5ED and #F5EDD1 with #EDF5D1 are triadic colors.