COLOR #EDF3FD

HEX: #EDF3FD
RGB: (237,243,253)

Color info

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

RGB color model

#EDF3FD color RGB value is (237,243,253).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 253 of 255 = 99%

237
243
253

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 253 = 733 (100%)
R 237 of 733 ~ 32.33%
G 243 of 733 ~ 33.15%
B 253 of 733 ~ 34.52%

%32.33
%33.15
%34.52

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,4,0,1)
C6M4Y0K1 
(6%,4%,0%,1%)
(0.06/0.04/0.00/0.01)	

CMYK percentages

%6.32
%3.95
%0
%0.78

Codes

Color #EDF3FD in popluar color models

EDF3FD
RGB237243253
HSL218°80.00%96.08%
HSB/HSV218°6.32%99.22%
CMYK6.32%3.95%0.00%
0.78%

Color #EDF3FD in popluar number systems.

HEXEDF3FD
Decimal237243253
Binary111011011111001111111101
Octal355363375

Shades and tints

Shades of #EDF3FD

#EDF3FD
(237,243,253)
#D8DDE6
(216,221,230)
#C3C7CF
(195,199,207)
#AEB1B8
(174,177,184)
#999BA1
(153,155,161)
#84858A
(132,133,138)
#6F6F73
(111,111,115)
#5A595C
(90,89,92)
#454345
(69,67,69)
#302D2E
(48,45,46)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDF3FD

#EDF3FD
(237,243,253)
#EEF4FD
(238,244,253)
#EFF5FD
(239,245,253)
#F0F6FD
(240,246,253)
#F1F7FD
(241,247,253)
#F2F8FD
(242,248,253)
#F3F9FD
(243,249,253)
#F4FAFD
(244,250,253)
#F5FBFD
(245,251,253)
#F6FCFD
(246,252,253)
#F7FDFD
(247,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3FD; }

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

This text font color is #EDF3FD.


Background Color

.myBgColor { background-color: #EDF3FD; }

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

This div background color is #EDF3FD.


Border color

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

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

This div border color is #EDF3FD.


Opacity

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

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

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

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

This text has shadow with #EDF3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3FD on black background.


Color preview on white background

This text has color #EDF3FD on white background.



Black color preview on #EDF3FD background

This text has black color on #EDF3FD background.


White color preview on #EDF3FD background

This text has white color on #EDF3FD background.