COLOR #EDF7D1

HEX: #EDF7D1
RGB: (237,247,209)

Color info

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

RGB color model

#EDF7D1 color RGB value is (237,247,209).

  • red value is 237;
  • green value is 247;
  • blue value is 209.
RGB:
(237,247,209)
(93%,97%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 209 of 255 = 82%

237
247
209

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

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 209 = 693 (100%)
R 237 of 693 ~ 34.2%
G 247 of 693 ~ 35.64%
B 209 of 693 ~ 30.16%

%34.2
%35.64
%30.16

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(4,0,15,3)
C4M0Y15K3 
(4%,0%,15%,3%)
(0.04/0.00/0.15/0.03)	

CMYK percentages

%4.05
%0
%15.38
%3.14

Codes

Color #EDF7D1 in popluar color models

EDF7D1
RGB237247209
HSL76°70.37%89.41%
HSB/HSV76°15.38%96.86%
CMYK4.05%0.00%15.38%
3.14%

Color #EDF7D1 in popluar number systems.

HEXEDF7D1
Decimal237247209
Binary111011011111011111010001
Octal355367321

Shades and tints

Shades of #EDF7D1

#EDF7D1
(237,247,209)
#D8E1BE
(216,225,190)
#C3CBAB
(195,203,171)
#AEB598
(174,181,152)
#999F85
(153,159,133)
#848972
(132,137,114)
#6F735F
(111,115,95)
#5A5D4C
(90,93,76)
#454739
(69,71,57)
#303126
(48,49,38)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #EDF7D1

#EDF7D1
(237,247,209)
#EEF7D5
(238,247,213)
#EFF7D9
(239,247,217)
#F0F7DD
(240,247,221)
#F1F7E1
(241,247,225)
#F2F7E5
(242,247,229)
#F3F7E9
(243,247,233)
#F4F7ED
(244,247,237)
#F5F7F1
(245,247,241)
#F6F7F5
(246,247,245)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7D1; }

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

This text font color is #EDF7D1.


Background Color

.myBgColor { background-color: #EDF7D1; }

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

This div background color is #EDF7D1.


Border color

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

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

This div border color is #EDF7D1.


Opacity

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

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

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

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

This text has shadow with #EDF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7D1 on black background.


Color preview on white background

This text has color #EDF7D1 on white background.



Black color preview on #EDF7D1 background

This text has black color on #EDF7D1 background.


White color preview on #EDF7D1 background

This text has white color on #EDF7D1 background.