COLOR #EDF6F4

HEX: #EDF6F4
RGB: (237,246,244)

Color info

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

RGB color model

#EDF6F4 color RGB value is (237,246,244).

  • red value is 237;
  • green value is 246;
  • blue value is 244.
RGB:
(237,246,244)
(93%,96%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 244 of 255 = 96%

237
246
244

R + G + B ~ 95%. #EDF6F4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 244 = 727 (100%)
R 237 of 727 ~ 32.6%
G 246 of 727 ~ 33.84%
B 244 of 727 ~ 33.56%

%32.6
%33.84
%33.56

CMYK color model

#EDF6F4 color CMYK value is (4,0,1,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 3.53%
CMYK:
(4,0,1,4)
C4M0Y1K4 
(4%,0%,1%,4%)
(0.04/0.00/0.01/0.04)	

CMYK percentages

%3.66
%0
%0.81
%3.53

Codes

Color #EDF6F4 in popluar color models

EDF6F4
RGB237246244
HSL167°33.33%94.71%
HSB/HSV167°3.66%96.47%
CMYK3.66%0.00%0.81%
3.53%

Color #EDF6F4 in popluar number systems.

HEXEDF6F4
Decimal237246244
Binary111011011111011011110100
Octal355366364

Shades and tints

Shades of #EDF6F4

#EDF6F4
(237,246,244)
#D8E0DE
(216,224,222)
#C3CAC8
(195,202,200)
#AEB4B2
(174,180,178)
#999E9C
(153,158,156)
#848886
(132,136,134)
#6F7270
(111,114,112)
#5A5C5A
(90,92,90)
#454644
(69,70,68)
#30302E
(48,48,46)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDF6F4

#EDF6F4
(237,246,244)
#EEF6F5
(238,246,245)
#EFF6F6
(239,246,246)
#F0F6F7
(240,246,247)
#F1F6F8
(241,246,248)
#F2F6F9
(242,246,249)
#F3F6FA
(243,246,250)
#F4F6FB
(244,246,251)
#F5F6FC
(245,246,252)
#F6F6FD
(246,246,253)
#F7F6FE
(247,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF6F4 color. Also use rgb(237,246,244) instead hex code.

Text Font Color

.myTextColor { color: #EDF6F4; }

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

This text font color is #EDF6F4.


Background Color

.myBgColor { background-color: #EDF6F4; }

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

This div background color is #EDF6F4.


Border color

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

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

This div border color is #EDF6F4.


Opacity

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

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

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

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

This text has shadow with #EDF6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6F4 on black background.


Color preview on white background

This text has color #EDF6F4 on white background.



Black color preview on #EDF6F4 background

This text has black color on #EDF6F4 background.


White color preview on #EDF6F4 background

This text has white color on #EDF6F4 background.