COLOR #EDF4FE

HEX: #EDF4FE
RGB: (237,244,254)

Color info

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

RGB color model

#EDF4FE color RGB value is (237,244,254).

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

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 254 of 255 = 100%

237
244
254

R + G + B ~ 96%. #EDF4FE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 254 = 735 (100%)
R 237 of 735 ~ 32.24%
G 244 of 735 ~ 33.2%
B 254 of 735 ~ 34.56%

%32.24
%33.2
%34.56

CMYK color model

#EDF4FE color CMYK value is (7,4,0,0).

  • cyan value is 6.69%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,4,0,0)
C7M4Y0K0 
(7%,4%,0%,0%)
(0.07/0.04/0.00/0.00)	

CMYK percentages

%6.69
%3.94
%0
%0.39

Codes

Color #EDF4FE in popluar color models

EDF4FE
RGB237244254
HSL215°89.47%96.27%
HSB/HSV215°6.69%99.61%
CMYK6.69%3.94%0.00%
0.39%

Color #EDF4FE in popluar number systems.

HEXEDF4FE
Decimal237244254
Binary111011011111010011111110
Octal355364376

Shades and tints

Shades of #EDF4FE

#EDF4FE
(237,244,254)
#D8DEE7
(216,222,231)
#C3C8D0
(195,200,208)
#AEB2B9
(174,178,185)
#999CA2
(153,156,162)
#84868B
(132,134,139)
#6F7074
(111,112,116)
#5A5A5D
(90,90,93)
#454446
(69,68,70)
#302E2F
(48,46,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDF4FE

#EDF4FE
(237,244,254)
#EEF5FE
(238,245,254)
#EFF6FE
(239,246,254)
#F0F7FE
(240,247,254)
#F1F8FE
(241,248,254)
#F2F9FE
(242,249,254)
#F3FAFE
(243,250,254)
#F4FBFE
(244,251,254)
#F5FCFE
(245,252,254)
#F6FDFE
(246,253,254)
#F7FEFE
(247,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF4FE; }

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

This text font color is #EDF4FE.


Background Color

.myBgColor { background-color: #EDF4FE; }

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

This div background color is #EDF4FE.


Border color

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

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

This div border color is #EDF4FE.


Opacity

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

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

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

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

This text has shadow with #EDF4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4FE on black background.


Color preview on white background

This text has color #EDF4FE on white background.



Black color preview on #EDF4FE background

This text has black color on #EDF4FE background.


White color preview on #EDF4FE background

This text has white color on #EDF4FE background.