COLOR #EDF1EC

HEX: #EDF1EC RGB: (237,241,236)

Color info

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

RGB color model

#EDF1EC color RGB value is (237,241,236).

RGB: (237,241,236) (93%, 95%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 236 of 255 = 93%

237
241
236

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

Portions of RGB colors in percentages

R + G + B = 237 + 241 + 236 = 714 (100%)
R 237 of 714 ~ 33.19%
G 241 of 714 ~ 33.75%
B 236 of 714 ~ 33.05'%

%33.19
%33.75
%33.05

CMYK color model

#EDF1EC color CMYK value is (2,0,2,5).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.49%
CMYK: (2,0,2,5) C2M0Y2K5 (2%,0%,2%,5%) (0.02/0.00/0.02/0.05) 

CMYK percentages

%1.66
%0
%2.07
%5.49

Codes

Color #EDF1EC in popluar color models

ED F1 EC
RGB 237 241 236
HSL 108° 15.15% 93.53%
HSB/HSV 108° 2.07% 94.51%
CMYK 1.66% 0.00% 2.07%
5.49%

Color #EDF1EC in popluar number systems.

HEX ED F1 EC
Decimal 237 241 236
Binary 11101101 11110001 11101100
Octal 355 361 354

Shades and tints

Shades of #EDF1EC

#EDF1EC
(237,241,236)
#D8DCD7
(216,220,215)
#C3C7C2
(195,199,194)
#AEB2AD
(174,178,173)
#999D98
(153,157,152)
#848883
(132,136,131)
#6F736E
(111,115,110)
#5A5E59
(90,94,89)
#454944
(69,73,68)
#30342F
(48,52,47)
#1B1F1A
(27,31,26)
#000000
(0,0,0)

Tints of #EDF1EC

#EDF1EC
(237,241,236)
#EEF2ED
(238,242,237)
#EFF3EE
(239,243,238)
#F0F4EF
(240,244,239)
#F1F5F0
(241,245,240)
#F2F6F1
(242,246,241)
#F3F7F2
(243,247,242)
#F4F8F3
(244,248,243)
#F5F9F4
(245,249,244)
#F6FAF5
(246,250,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1EC; }

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

This text font color is #EDF1EC.


Background Color

.myBgColor { background-color: #EDF1EC; }

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

This div background color is #EDF1EC.


Border color

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

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

This div border color is #EDF1EC.


Opacity

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

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

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

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

This text has shadow with #EDF1EC color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #EDF1EC; -webkit-box-shadow:	1px 1px 3px 2px #EDF1EC; box-shadow:	1px 1px 3px 2px #EDF1EC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDF1EC; -webkit-box-shadow: 1px 1px 3px 2px #EDF1EC; box-shadow:1px 1px 3px 2px #EDF1EC;">
Div content here</div>
This div box has shadow with color #EDF1EC.

Preview

Color preview on black background

This text has color #EDF1EC on black background.


Color preview on white background

This text has color #EDF1EC on white background.



Black color preview on #EDF1EC background

This text has black color on #EDF1EC background.


White color preview on #EDF1EC background

This text has white color on #EDF1EC background.