COLOR #EDF7E1

HEX: #EDF7E1
RGB: (237,247,225)

Color info

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

RGB color model

#EDF7E1 color RGB value is (237,247,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 225 of 255 = 88%

237
247
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 225 = 709 (100%)
R 237 of 709 ~ 33.43%
G 247 of 709 ~ 34.84%
B 225 of 709 ~ 31.73%

%33.43
%34.84
%31.73

CMYK color model

#EDF7E1 color CMYK value is (4,0,9,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 3.14%
CMYK:
(4,0,9,3)
C4M0Y9K3 
(4%,0%,9%,3%)
(0.04/0.00/0.09/0.03)	

CMYK percentages

%4.05
%0
%8.91
%3.14

Codes

Color #EDF7E1 in popluar color models

EDF7E1
RGB237247225
HSL87°57.89%92.55%
HSB/HSV87°8.91%96.86%
CMYK4.05%0.00%8.91%
3.14%

Color #EDF7E1 in popluar number systems.

HEXEDF7E1
Decimal237247225
Binary111011011111011111100001
Octal355367341

Shades and tints

Shades of #EDF7E1

#EDF7E1
(237,247,225)
#D8E1CD
(216,225,205)
#C3CBB9
(195,203,185)
#AEB5A5
(174,181,165)
#999F91
(153,159,145)
#84897D
(132,137,125)
#6F7369
(111,115,105)
#5A5D55
(90,93,85)
#454741
(69,71,65)
#30312D
(48,49,45)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDF7E1

#EDF7E1
(237,247,225)
#EEF7E3
(238,247,227)
#EFF7E5
(239,247,229)
#F0F7E7
(240,247,231)
#F1F7E9
(241,247,233)
#F2F7EB
(242,247,235)
#F3F7ED
(243,247,237)
#F4F7EF
(244,247,239)
#F5F7F1
(245,247,241)
#F6F7F3
(246,247,243)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7E1; }

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

This text font color is #EDF7E1.


Background Color

.myBgColor { background-color: #EDF7E1; }

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

This div background color is #EDF7E1.


Border color

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

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

This div border color is #EDF7E1.


Opacity

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

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

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

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

This text has shadow with #EDF7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7E1 on black background.


Color preview on white background

This text has color #EDF7E1 on white background.



Black color preview on #EDF7E1 background

This text has black color on #EDF7E1 background.


White color preview on #EDF7E1 background

This text has white color on #EDF7E1 background.