COLOR #EDF0EF

HEX: #EDF0EF
RGB: (237,240,239)

Color info

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

RGB color model

#EDF0EF color RGB value is (237,240,239).

  • red value is 237;
  • green value is 240;
  • blue value is 239.
RGB:
(237,240,239)
(93%,94%,94%)

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 239 of 255 = 94%

237
240
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 240 + 239 = 716 (100%)
R 237 of 716 ~ 33.1%
G 240 of 716 ~ 33.52%
B 239 of 716 ~ 33.38%

%33.1
%33.52
%33.38

CMYK color model

#EDF0EF color CMYK value is (1,0,0,6).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(1,0,0,6)
C1M0Y0K6 
(1%,0%,0%,6%)
(0.01/0.00/0.00/0.06)	

CMYK percentages

%1.25
%0
%0.42
%5.88

Codes

Color #EDF0EF in popluar color models

EDF0EF
RGB237240239
HSL160°9.09%93.53%
HSB/HSV160°1.25%94.12%
CMYK1.25%0.00%0.42%
5.88%

Color #EDF0EF in popluar number systems.

HEXEDF0EF
Decimal237240239
Binary111011011111000011101111
Octal355360357

Shades and tints

Shades of #EDF0EF

#EDF0EF
(237,240,239)
#D8DBDA
(216,219,218)
#C3C6C5
(195,198,197)
#AEB1B0
(174,177,176)
#999C9B
(153,156,155)
#848786
(132,135,134)
#6F7271
(111,114,113)
#5A5D5C
(90,93,92)
#454847
(69,72,71)
#303332
(48,51,50)
#1B1E1D
(27,30,29)
#000000
(0,0,0)

Tints of #EDF0EF

#EDF0EF
(237,240,239)
#EEF1F0
(238,241,240)
#EFF2F1
(239,242,241)
#F0F3F2
(240,243,242)
#F1F4F3
(241,244,243)
#F2F5F4
(242,245,244)
#F3F6F5
(243,246,245)
#F4F7F6
(244,247,246)
#F5F8F7
(245,248,247)
#F6F9F8
(246,249,248)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF0EF color. Also use rgb(237,240,239) instead hex code.

Text Font Color

.myTextColor { color: #EDF0EF; }

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

This text font color is #EDF0EF.


Background Color

.myBgColor { background-color: #EDF0EF; }

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

This div background color is #EDF0EF.


Border color

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

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

This div border color is #EDF0EF.


Opacity

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

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

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

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

This text has shadow with #EDF0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0EF on black background.


Color preview on white background

This text has color #EDF0EF on white background.



Black color preview on #EDF0EF background

This text has black color on #EDF0EF background.


White color preview on #EDF0EF background

This text has white color on #EDF0EF background.