COLOR #EDF9FC

HEX: #EDF9FC RGB: (237,249,252)

Color info

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

RGB color model

#EDF9FC color RGB value is (237,249,252).

RGB: (237,249,252) (93%, 98%, 99%)

RGB channels and saturation

R 237 of 255 = 93%
G 249 of 255 = 98%
B 252 of 255 = 99%

237
249
252

R + G + B ~ 97%. #EDF9FC is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 249 + 252 = 738 (100%)
R 237 of 738 ~ 32.11%
G 249 of 738 ~ 33.74%
B 252 of 738 ~ 34.15'%

%32.11
%33.74
%34.15

CMYK color model

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

  • cyan value is 5.95%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (6,1,0,1)
C6M1Y0K1 (6%, 1%, 0%, 1%)
(0.06 / 0.01 / 0.00 / 0.01)

CMYK percentages

%5.95
%1.19
%0
%1.18

Codes

Color #EDF9FC in popluar color models

ED F9 FC
RGB 237 249 252
HSL 192° 71.43% 95.88%
HSB/HSV 192° 5.95% 98.82%
CMYK 5.95% 1.19% 0.00%
1.18%

Color #EDF9FC in popluar number systems.

HEX ED F9 FC
Decimal 237 249 252
Binary 11101101 11111001 11111100
Octal 355 371 374

Shades and tints

Shades of #EDF9FC

#EDF9FC
(237,249,252)
#D8E3E6
(216,227,230)
#C3CDD0
(195,205,208)
#AEB7BA
(174,183,186)
#99A1A4
(153,161,164)
#848B8E
(132,139,142)
#6F7578
(111,117,120)
#5A5F62
(90,95,98)
#45494C
(69,73,76)
#303336
(48,51,54)
#1B1D20
(27,29,32)
#000000
(0,0,0)

Tints of #EDF9FC

#EDF9FC
(237,249,252)
#EEF9FC
(238,249,252)
#EFF9FC
(239,249,252)
#F0F9FC
(240,249,252)
#F1F9FC
(241,249,252)
#F2F9FC
(242,249,252)
#F3F9FC
(243,249,252)
#F4F9FC
(244,249,252)
#F5F9FC
(245,249,252)
#F6F9FC
(246,249,252)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF9FC; }

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

This text font color is #EDF9FC.

Background Color

.myBgColor { background-color: #EDF9FC; }

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

This div background color is #EDF9FC.

Border color

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

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

This div border color is #EDF9FC.

Opacity

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

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

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

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

This text has shadow with #EDF9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF9FC.

Preview

Color preview on black background

This text has color #EDF9FC on black background.


Color preview on white background

This text has color #EDF9FC on white background.


Black color preview on #EDF9FC background

This text has black color on #EDF9FC background.


White color preview on #EDF9FC background

This text has white color on #EDF9FC background.


Related colors

Complementary color

Complementary color for #hex is #120603.


I love getcolorcode.com

Triadic colors

1 #FCEDF9 and #F9FCED with #EDF9FC are triadic colors.

2 #FCF9ED and #F9EDFC with #EDF9FC are triadic colors.