COLOR #EDF8FC

HEX: #EDF8FC
RGB: (237,248,252)

Color info

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

RGB color model

#EDF8FC color RGB value is (237,248,252).

  • red value is 237;
  • green value is 248;
  • blue value is 252.
RGB:
(237,248,252)
(93%,97%,99%)

RGB channels and saturation

R 237 of 255 = 93%
G 248 of 255 = 97%
B 252 of 255 = 99%

237
248
252

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

Portions of RGB colors in percentages

R + G + B =
237 + 248 + 252 = 737 (100%)
R 237 of 737 ~ 32.16%
G 248 of 737 ~ 33.65%
B 252 of 737 ~ 34.19%

%32.16
%33.65
%34.19

CMYK color model

#EDF8FC color CMYK value is (6,2,0,1).

  • cyan value is 5.95%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,2,0,1)
C6M2Y0K1 
(6%,2%,0%,1%)
(0.06/0.02/0.00/0.01)	

CMYK percentages

%5.95
%1.59
%0
%1.18

Codes

Color #EDF8FC in popluar color models

EDF8FC
RGB237248252
HSL196°71.43%95.88%
HSB/HSV196°5.95%98.82%
CMYK5.95%1.59%0.00%
1.18%

Color #EDF8FC in popluar number systems.

HEXEDF8FC
Decimal237248252
Binary111011011111100011111100
Octal355370374

Shades and tints

Shades of #EDF8FC

#EDF8FC
(237,248,252)
#D8E2E6
(216,226,230)
#C3CCD0
(195,204,208)
#AEB6BA
(174,182,186)
#99A0A4
(153,160,164)
#848A8E
(132,138,142)
#6F7478
(111,116,120)
#5A5E62
(90,94,98)
#45484C
(69,72,76)
#303236
(48,50,54)
#1B1C20
(27,28,32)
#000000
(0,0,0)

Tints of #EDF8FC

#EDF8FC
(237,248,252)
#EEF8FC
(238,248,252)
#EFF8FC
(239,248,252)
#F0F8FC
(240,248,252)
#F1F8FC
(241,248,252)
#F2F8FC
(242,248,252)
#F3F8FC
(243,248,252)
#F4F8FC
(244,248,252)
#F5F8FC
(245,248,252)
#F6F8FC
(246,248,252)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF8FC color. Also use rgb(237,248,252) instead hex code.

Text Font Color

.myTextColor { color: #EDF8FC; }

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

This text font color is #EDF8FC.


Background Color

.myBgColor { background-color: #EDF8FC; }

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

This div background color is #EDF8FC.


Border color

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

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

This div border color is #EDF8FC.


Opacity

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

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

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

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

This text has shadow with #EDF8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF8FC on black background.


Color preview on white background

This text has color #EDF8FC on white background.



Black color preview on #EDF8FC background

This text has black color on #EDF8FC background.


White color preview on #EDF8FC background

This text has white color on #EDF8FC background.