COLOR #EDF0FC

HEX: #EDF0FC
RGB: (237,240,252)

Color info

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

RGB color model

#EDF0FC color RGB value is (237,240,252).

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

RGB channels and saturation

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

237
240
252

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

Portions of RGB colors in percentages

R + G + B =
237 + 240 + 252 = 729 (100%)
R 237 of 729 ~ 32.51%
G 240 of 729 ~ 32.92%
B 252 of 729 ~ 34.57%

%32.51
%32.92
%34.57

CMYK color model

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

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

CMYK percentages

%5.95
%4.76
%0
%1.18

Codes

Color #EDF0FC in popluar color models

EDF0FC
RGB237240252
HSL228°71.43%95.88%
HSB/HSV228°5.95%98.82%
CMYK5.95%4.76%0.00%
1.18%

Color #EDF0FC in popluar number systems.

HEXEDF0FC
Decimal237240252
Binary111011011111000011111100
Octal355360374

Shades and tints

Shades of #EDF0FC

#EDF0FC
(237,240,252)
#D8DBE6
(216,219,230)
#C3C6D0
(195,198,208)
#AEB1BA
(174,177,186)
#999CA4
(153,156,164)
#84878E
(132,135,142)
#6F7278
(111,114,120)
#5A5D62
(90,93,98)
#45484C
(69,72,76)
#303336
(48,51,54)
#1B1E20
(27,30,32)
#000000
(0,0,0)

Tints of #EDF0FC

#EDF0FC
(237,240,252)
#EEF1FC
(238,241,252)
#EFF2FC
(239,242,252)
#F0F3FC
(240,243,252)
#F1F4FC
(241,244,252)
#F2F5FC
(242,245,252)
#F3F6FC
(243,246,252)
#F4F7FC
(244,247,252)
#F5F8FC
(245,248,252)
#F6F9FC
(246,249,252)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0FC; }

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

This text font color is #EDF0FC.


Background Color

.myBgColor { background-color: #EDF0FC; }

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

This div background color is #EDF0FC.


Border color

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

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

This div border color is #EDF0FC.


Opacity

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

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

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

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

This text has shadow with #EDF0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0FC on black background.


Color preview on white background

This text has color #EDF0FC on white background.



Black color preview on #EDF0FC background

This text has black color on #EDF0FC background.


White color preview on #EDF0FC background

This text has white color on #EDF0FC background.