COLOR #EDF0FD

HEX: #EDF0FD
RGB: (237,240,253)

Color info

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

RGB color model

#EDF0FD color RGB value is (237,240,253).

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

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 253 of 255 = 99%

237
240
253

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

Portions of RGB colors in percentages

R + G + B =
237 + 240 + 253 = 730 (100%)
R 237 of 730 ~ 32.47%
G 240 of 730 ~ 32.88%
B 253 of 730 ~ 34.66%

%32.47
%32.88
%34.66

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,5,0,1)
C6M5Y0K1 
(6%,5%,0%,1%)
(0.06/0.05/0.00/0.01)	

CMYK percentages

%6.32
%5.14
%0
%0.78

Codes

Color #EDF0FD in popluar color models

EDF0FD
RGB237240253
HSL229°80.00%96.08%
HSB/HSV229°6.32%99.22%
CMYK6.32%5.14%0.00%
0.78%

Color #EDF0FD in popluar number systems.

HEXEDF0FD
Decimal237240253
Binary111011011111000011111101
Octal355360375

Shades and tints

Shades of #EDF0FD

#EDF0FD
(237,240,253)
#D8DBE6
(216,219,230)
#C3C6CF
(195,198,207)
#AEB1B8
(174,177,184)
#999CA1
(153,156,161)
#84878A
(132,135,138)
#6F7273
(111,114,115)
#5A5D5C
(90,93,92)
#454845
(69,72,69)
#30332E
(48,51,46)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #EDF0FD

#EDF0FD
(237,240,253)
#EEF1FD
(238,241,253)
#EFF2FD
(239,242,253)
#F0F3FD
(240,243,253)
#F1F4FD
(241,244,253)
#F2F5FD
(242,245,253)
#F3F6FD
(243,246,253)
#F4F7FD
(244,247,253)
#F5F8FD
(245,248,253)
#F6F9FD
(246,249,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0FD; }

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

This text font color is #EDF0FD.


Background Color

.myBgColor { background-color: #EDF0FD; }

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

This div background color is #EDF0FD.


Border color

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

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

This div border color is #EDF0FD.


Opacity

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

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

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

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

This text has shadow with #EDF0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0FD on black background.


Color preview on white background

This text has color #EDF0FD on white background.



Black color preview on #EDF0FD background

This text has black color on #EDF0FD background.


White color preview on #EDF0FD background

This text has white color on #EDF0FD background.