COLOR #EDF7E2

HEX: #EDF7E2 RGB: (237,247,226)

Color info

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

RGB color model

#EDF7E2 color RGB value is (237,247,226).

RGB: (237,247,226) (93%, 97%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 226 of 255 = 89%

237
247
226

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

Portions of RGB colors in percentages

R + G + B = 237 + 247 + 226 = 710 (100%)
R 237 of 710 ~ 33.38%
G 247 of 710 ~ 34.79%
B 226 of 710 ~ 31.83'%

%33.38
%34.79
%31.83

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • 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.5
%3.14

Codes

Color #EDF7E2 in popluar color models

ED F7 E2
RGB 237 247 226
HSL 89° 56.76% 92.75%
HSB/HSV 89° 8.50% 96.86%
CMYK 4.05% 0.00% 8.50%
3.14%

Color #EDF7E2 in popluar number systems.

HEX ED F7 E2
Decimal 237 247 226
Binary 11101101 11110111 11100010
Octal 355 367 342

Shades and tints

Shades of #EDF7E2

#EDF7E2
(237,247,226)
#D8E1CE
(216,225,206)
#C3CBBA
(195,203,186)
#AEB5A6
(174,181,166)
#999F92
(153,159,146)
#84897E
(132,137,126)
#6F736A
(111,115,106)
#5A5D56
(90,93,86)
#454742
(69,71,66)
#30312E
(48,49,46)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDF7E2

#EDF7E2
(237,247,226)
#EEF7E4
(238,247,228)
#EFF7E6
(239,247,230)
#F0F7E8
(240,247,232)
#F1F7EA
(241,247,234)
#F2F7EC
(242,247,236)
#F3F7EE
(243,247,238)
#F4F7F0
(244,247,240)
#F5F7F2
(245,247,242)
#F6F7F4
(246,247,244)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7E2; }

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

This text font color is #EDF7E2.

Background Color

.myBgColor { background-color: #EDF7E2; }

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

This div background color is #EDF7E2.

Border color

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

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

This div border color is #EDF7E2.

Opacity

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

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

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

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

This text has shadow with #EDF7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF7E2.

Preview

Color preview on black background

This text has color #EDF7E2 on black background.


Color preview on white background

This text has color #EDF7E2 on white background.


Black color preview on #EDF7E2 background

This text has black color on #EDF7E2 background.


White color preview on #EDF7E2 background

This text has white color on #EDF7E2 background.


Related colors

Complementary color

Complementary color for #hex is #12081D.


I love getcolorcode.com

Triadic colors

1 #E2EDF7 and #F7E2ED with #EDF7E2 are triadic colors.

2 #E2F7ED and #F7EDE2 with #EDF7E2 are triadic colors.