COLOR #EDF5EC

HEX: #EDF5EC RGB: (237,245,236)

Color info

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

RGB color model

#EDF5EC color RGB value is (237,245,236).

RGB: (237,245,236) (93%, 96%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 236 of 255 = 93%

237
245
236

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

Portions of RGB colors in percentages

R + G + B = 237 + 245 + 236 = 718 (100%)
R 237 of 718 ~ 33.01%
G 245 of 718 ~ 34.12%
B 236 of 718 ~ 32.87'%

%33.01
%34.12
%32.87

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • 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
%3.67
%3.92

Codes

Color #EDF5EC in popluar color models

ED F5 EC
RGB 237 245 236
HSL 113° 31.03% 94.31%
HSB/HSV 113° 3.67% 96.08%
CMYK 3.27% 0.00% 3.67%
3.92%

Color #EDF5EC in popluar number systems.

HEX ED F5 EC
Decimal 237 245 236
Binary 11101101 11110101 11101100
Octal 355 365 354

Shades and tints

Shades of #EDF5EC

#EDF5EC
(237,245,236)
#D8DFD7
(216,223,215)
#C3C9C2
(195,201,194)
#AEB3AD
(174,179,173)
#999D98
(153,157,152)
#848783
(132,135,131)
#6F716E
(111,113,110)
#5A5B59
(90,91,89)
#454544
(69,69,68)
#302F2F
(48,47,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDF5EC

#EDF5EC
(237,245,236)
#EEF5ED
(238,245,237)
#EFF5EE
(239,245,238)
#F0F5EF
(240,245,239)
#F1F5F0
(241,245,240)
#F2F5F1
(242,245,241)
#F3F5F2
(243,245,242)
#F4F5F3
(244,245,243)
#F5F5F4
(245,245,244)
#F6F5F5
(246,245,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5EC; }

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

This text font color is #EDF5EC.

Background Color

.myBgColor { background-color: #EDF5EC; }

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

This div background color is #EDF5EC.

Border color

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

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

This div border color is #EDF5EC.

Opacity

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

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

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

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

This text has shadow with #EDF5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF5EC.

Preview

Color preview on black background

This text has color #EDF5EC on black background.


Color preview on white background

This text has color #EDF5EC on white background.


Black color preview on #EDF5EC background

This text has black color on #EDF5EC background.


White color preview on #EDF5EC background

This text has white color on #EDF5EC background.


Related colors

Complementary color

Complementary color for #hex is #120A13.


I love getcolorcode.com

Triadic colors

1 #ECEDF5 and #F5ECED with #EDF5EC are triadic colors.

2 #ECF5ED and #F5EDEC with #EDF5EC are triadic colors.