COLOR #EDF5EA

HEX: #EDF5EA RGB: (237,245,234)

Color info

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

RGB color model

#EDF5EA color RGB value is (237,245,234).

RGB: (237,245,234) (93%, 96%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 234 of 255 = 92%

237
245
234

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

Portions of RGB colors in percentages

R + G + B = 237 + 245 + 234 = 716 (100%)
R 237 of 716 ~ 33.1%
G 245 of 716 ~ 34.22%
B 234 of 716 ~ 32.68'%

%33.1
%34.22
%32.68

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 3.92%

CMYK: (3,0,4,4)
C3M0Y4K4 (3%, 0%, 4%, 4%)
(0.03 / 0.00 / 0.04 / 0.04)

CMYK percentages

%3.27
%0
%4.49
%3.92

Codes

Color #EDF5EA in popluar color models

ED F5 EA
RGB 237 245 234
HSL 104° 35.48% 93.92%
HSB/HSV 104° 4.49% 96.08%
CMYK 3.27% 0.00% 4.49%
3.92%

Color #EDF5EA in popluar number systems.

HEX ED F5 EA
Decimal 237 245 234
Binary 11101101 11110101 11101010
Octal 355 365 352

Shades and tints

Shades of #EDF5EA

#EDF5EA
(237,245,234)
#D8DFD5
(216,223,213)
#C3C9C0
(195,201,192)
#AEB3AB
(174,179,171)
#999D96
(153,157,150)
#848781
(132,135,129)
#6F716C
(111,113,108)
#5A5B57
(90,91,87)
#454542
(69,69,66)
#302F2D
(48,47,45)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDF5EA

#EDF5EA
(237,245,234)
#EEF5EB
(238,245,235)
#EFF5EC
(239,245,236)
#F0F5ED
(240,245,237)
#F1F5EE
(241,245,238)
#F2F5EF
(242,245,239)
#F3F5F0
(243,245,240)
#F4F5F1
(244,245,241)
#F5F5F2
(245,245,242)
#F6F5F3
(246,245,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5EA; }

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

This text font color is #EDF5EA.

Background Color

.myBgColor { background-color: #EDF5EA; }

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

This div background color is #EDF5EA.

Border color

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

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

This div border color is #EDF5EA.

Opacity

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

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

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

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

This text has shadow with #EDF5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF5EA.

Preview

Color preview on black background

This text has color #EDF5EA on black background.


Color preview on white background

This text has color #EDF5EA on white background.


Black color preview on #EDF5EA background

This text has black color on #EDF5EA background.


White color preview on #EDF5EA background

This text has white color on #EDF5EA background.


Related colors

Complementary color

Complementary color for #hex is #120A15.


I love getcolorcode.com

Triadic colors

1 #EAEDF5 and #F5EAED with #EDF5EA are triadic colors.

2 #EAF5ED and #F5EDEA with #EDF5EA are triadic colors.