COLOR #EDF8EA

HEX: #EDF8EA RGB: (237,248,234)

Color info

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

RGB color model

#EDF8EA color RGB value is (237,248,234).

RGB: (237,248,234) (93%, 97%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 248 of 255 = 97%
B 234 of 255 = 92%

237
248
234

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

Portions of RGB colors in percentages

R + G + B = 237 + 248 + 234 = 719 (100%)
R 237 of 719 ~ 32.96%
G 248 of 719 ~ 34.49%
B 234 of 719 ~ 32.55'%

%32.96
%34.49
%32.55

CMYK color model

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

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%

CMYK: (4,0,6,3)
C4M0Y6K3 (4%, 0%, 6%, 3%)
(0.04 / 0.00 / 0.06 / 0.03)

CMYK percentages

%4.44
%0
%5.65
%2.75

Codes

Color #EDF8EA in popluar color models

ED F8 EA
RGB 237 248 234
HSL 107° 50.00% 94.51%
HSB/HSV 107° 5.65% 97.25%
CMYK 4.44% 0.00% 5.65%
2.75%

Color #EDF8EA in popluar number systems.

HEX ED F8 EA
Decimal 237 248 234
Binary 11101101 11111000 11101010
Octal 355 370 352

Shades and tints

Shades of #EDF8EA

#EDF8EA
(237,248,234)
#D8E2D5
(216,226,213)
#C3CCC0
(195,204,192)
#AEB6AB
(174,182,171)
#99A096
(153,160,150)
#848A81
(132,138,129)
#6F746C
(111,116,108)
#5A5E57
(90,94,87)
#454842
(69,72,66)
#30322D
(48,50,45)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDF8EA

#EDF8EA
(237,248,234)
#EEF8EB
(238,248,235)
#EFF8EC
(239,248,236)
#F0F8ED
(240,248,237)
#F1F8EE
(241,248,238)
#F2F8EF
(242,248,239)
#F3F8F0
(243,248,240)
#F4F8F1
(244,248,241)
#F5F8F2
(245,248,242)
#F6F8F3
(246,248,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF8EA color. Also use rgb(237,248,234) instead hex code.

Text Font Color

.myTextColor { color: #EDF8EA; }

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

This text font color is #EDF8EA.

Background Color

.myBgColor { background-color: #EDF8EA; }

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

This div background color is #EDF8EA.

Border color

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

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

This div border color is #EDF8EA.

Opacity

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

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

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

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

This text has shadow with #EDF8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF8EA.

Preview

Color preview on black background

This text has color #EDF8EA on black background.


Color preview on white background

This text has color #EDF8EA on white background.


Black color preview on #EDF8EA background

This text has black color on #EDF8EA background.


White color preview on #EDF8EA background

This text has white color on #EDF8EA background.


Related colors

Complementary color

Complementary color for #hex is #120715.


I love getcolorcode.com

Triadic colors

1 #EAEDF8 and #F8EAED with #EDF8EA are triadic colors.

2 #EAF8ED and #F8EDEA with #EDF8EA are triadic colors.