COLOR #EDF7FA

HEX: #EDF7FA
RGB: (237,247,250)

Color info

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

RGB color model

#EDF7FA color RGB value is (237,247,250).

  • red value is 237;
  • green value is 247;
  • blue value is 250.
RGB:
(237,247,250)
(93%,97%,98%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 250 of 255 = 98%

237
247
250

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

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 250 = 734 (100%)
R 237 of 734 ~ 32.29%
G 247 of 734 ~ 33.65%
B 250 of 734 ~ 34.06%

%32.29
%33.65
%34.06

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,1,0,2)
C5M1Y0K2 
(5%,1%,0%,2%)
(0.05/0.01/0.00/0.02)	

CMYK percentages

%5.2
%1.2
%0
%1.96

Codes

Color #EDF7FA in popluar color models

EDF7FA
RGB237247250
HSL194°56.52%95.49%
HSB/HSV194°5.20%98.04%
CMYK5.20%1.20%0.00%
1.96%

Color #EDF7FA in popluar number systems.

HEXEDF7FA
Decimal237247250
Binary111011011111011111111010
Octal355367372

Shades and tints

Shades of #EDF7FA

#EDF7FA
(237,247,250)
#D8E1E4
(216,225,228)
#C3CBCE
(195,203,206)
#AEB5B8
(174,181,184)
#999FA2
(153,159,162)
#84898C
(132,137,140)
#6F7376
(111,115,118)
#5A5D60
(90,93,96)
#45474A
(69,71,74)
#303134
(48,49,52)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDF7FA

#EDF7FA
(237,247,250)
#EEF7FA
(238,247,250)
#EFF7FA
(239,247,250)
#F0F7FA
(240,247,250)
#F1F7FA
(241,247,250)
#F2F7FA
(242,247,250)
#F3F7FA
(243,247,250)
#F4F7FA
(244,247,250)
#F5F7FA
(245,247,250)
#F6F7FA
(246,247,250)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7FA color. Also use rgb(237,247,250) instead hex code.

Text Font Color

.myTextColor { color: #EDF7FA; }

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

This text font color is #EDF7FA.


Background Color

.myBgColor { background-color: #EDF7FA; }

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

This div background color is #EDF7FA.


Border color

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

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

This div border color is #EDF7FA.


Opacity

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

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

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

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

This text has shadow with #EDF7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7FA on black background.


Color preview on white background

This text has color #EDF7FA on white background.



Black color preview on #EDF7FA background

This text has black color on #EDF7FA background.


White color preview on #EDF7FA background

This text has white color on #EDF7FA background.