COLOR #EDF1FA

HEX: #EDF1FA
RGB: (237,241,250)

Color info

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

RGB color model

#EDF1FA color RGB value is (237,241,250).

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

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 250 of 255 = 98%

237
241
250

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

Portions of RGB colors in percentages

R + G + B =
237 + 241 + 250 = 728 (100%)
R 237 of 728 ~ 32.55%
G 241 of 728 ~ 33.1%
B 250 of 728 ~ 34.34%

%32.55
%33.1
%34.34

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,4,0,2)
C5M4Y0K2 
(5%,4%,0%,2%)
(0.05/0.04/0.00/0.02)	

CMYK percentages

%5.2
%3.6
%0
%1.96

Codes

Color #EDF1FA in popluar color models

EDF1FA
RGB237241250
HSL222°56.52%95.49%
HSB/HSV222°5.20%98.04%
CMYK5.20%3.60%0.00%
1.96%

Color #EDF1FA in popluar number systems.

HEXEDF1FA
Decimal237241250
Binary111011011111000111111010
Octal355361372

Shades and tints

Shades of #EDF1FA

#EDF1FA
(237,241,250)
#D8DCE4
(216,220,228)
#C3C7CE
(195,199,206)
#AEB2B8
(174,178,184)
#999DA2
(153,157,162)
#84888C
(132,136,140)
#6F7376
(111,115,118)
#5A5E60
(90,94,96)
#45494A
(69,73,74)
#303434
(48,52,52)
#1B1F1E
(27,31,30)
#000000
(0,0,0)

Tints of #EDF1FA

#EDF1FA
(237,241,250)
#EEF2FA
(238,242,250)
#EFF3FA
(239,243,250)
#F0F4FA
(240,244,250)
#F1F5FA
(241,245,250)
#F2F6FA
(242,246,250)
#F3F7FA
(243,247,250)
#F4F8FA
(244,248,250)
#F5F9FA
(245,249,250)
#F6FAFA
(246,250,250)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1FA; }

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

This text font color is #EDF1FA.


Background Color

.myBgColor { background-color: #EDF1FA; }

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

This div background color is #EDF1FA.


Border color

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

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

This div border color is #EDF1FA.


Opacity

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

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

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

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

This text has shadow with #EDF1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1FA on black background.


Color preview on white background

This text has color #EDF1FA on white background.



Black color preview on #EDF1FA background

This text has black color on #EDF1FA background.


White color preview on #EDF1FA background

This text has white color on #EDF1FA background.