COLOR #EDF7E9

HEX: #EDF7E9 RGB: (237,247,233)

Color info

#EDF7E9 contains red, green and blue colors in about the same proportion. Web safe color of #EDF7E9 is #FFFFFF (or #FFF).

RGB color model

#EDF7E9 color RGB value is (237,247,233).

RGB: (237,247,233) (93%, 97%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 233 of 255 = 91%

237
247
233

R + G + B ~ 94%. #EDF7E9 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 247 + 233 = 717 (100%)
R 237 of 717 ~ 33.05%
G 247 of 717 ~ 34.45%
B 233 of 717 ~ 32.5'%

%33.05
%34.45
%32.5

CMYK color model

#EDF7E9 color CMYK value is (4,0,6,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 5.67%
  • key color value is 3.14%
CMYK: (4,0,6,3) C4M0Y6K3 (4%,0%,6%,3%) (0.04/0.00/0.06/0.03) 

CMYK percentages

%4.05
%0
%5.67
%3.14

Codes

Color #EDF7E9 in popluar color models

ED F7 E9
RGB 237 247 233
HSL 103° 46.67% 94.12%
HSB/HSV 103° 5.67% 96.86%
CMYK 4.05% 0.00% 5.67%
3.14%

Color #EDF7E9 in popluar number systems.

HEX ED F7 E9
Decimal 237 247 233
Binary 11101101 11110111 11101001
Octal 355 367 351

Shades and tints

Shades of #EDF7E9

#EDF7E9
(237,247,233)
#D8E1D4
(216,225,212)
#C3CBBF
(195,203,191)
#AEB5AA
(174,181,170)
#999F95
(153,159,149)
#848980
(132,137,128)
#6F736B
(111,115,107)
#5A5D56
(90,93,86)
#454741
(69,71,65)
#30312C
(48,49,44)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDF7E9

#EDF7E9
(237,247,233)
#EEF7EB
(238,247,235)
#EFF7ED
(239,247,237)
#F0F7EF
(240,247,239)
#F1F7F1
(241,247,241)
#F2F7F3
(242,247,243)
#F3F7F5
(243,247,245)
#F4F7F7
(244,247,247)
#F5F7F9
(245,247,249)
#F6F7FB
(246,247,251)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7E9; }

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

This text font color is #EDF7E9.

Background Color

.myBgColor { background-color: #EDF7E9; }

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

This div background color is #EDF7E9.

Border color

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

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

This div border color is #EDF7E9.

Opacity

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

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

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

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

This text has shadow with #EDF7E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF7E9.

Preview

Color preview on black background

This text has color #EDF7E9 on black background.


Color preview on white background

This text has color #EDF7E9 on white background.


Black color preview on #EDF7E9 background

This text has black color on #EDF7E9 background.


White color preview on #EDF7E9 background

This text has white color on #EDF7E9 background.


Related colors

Complementary color

Complementary color for #hex is #120816.


I love getcolorcode.com

Triadic colors

1 #E9EDF7 and #F7E9ED with #EDF7E9 are triadic colors.

2 #E9F7ED and #F7EDE9 with #EDF7E9 are triadic colors.