COLOR #EDF0F7

HEX: #EDF0F7 RGB: (237,240,247)

Color info

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

RGB color model

#EDF0F7 color RGB value is (237,240,247).

RGB: (237,240,247) (93%, 94%, 97%)

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 247 of 255 = 97%

237
240
247

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

Portions of RGB colors in percentages

R + G + B = 237 + 240 + 247 = 724 (100%)
R 237 of 724 ~ 32.73%
G 240 of 724 ~ 33.15%
B 247 of 724 ~ 34.12'%

%32.73
%33.15
%34.12

CMYK color model

#EDF0F7 color CMYK value is (4,3,0,3).

  • cyan value is 4.05%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (4,3,0,3) C4M3Y0K3 (4%,3%,0%,3%) (0.04/0.03/0.00/0.03) 

CMYK percentages

%4.05
%2.83
%0
%3.14

Codes

Color #EDF0F7 in popluar color models

ED F0 F7
RGB 237 240 247
HSL 222° 38.46% 94.90%
HSB/HSV 222° 4.05% 96.86%
CMYK 4.05% 2.83% 0.00%
3.14%

Color #EDF0F7 in popluar number systems.

HEX ED F0 F7
Decimal 237 240 247
Binary 11101101 11110000 11110111
Octal 355 360 367

Shades and tints

Shades of #EDF0F7

#EDF0F7
(237,240,247)
#D8DBE1
(216,219,225)
#C3C6CB
(195,198,203)
#AEB1B5
(174,177,181)
#999C9F
(153,156,159)
#848789
(132,135,137)
#6F7273
(111,114,115)
#5A5D5D
(90,93,93)
#454847
(69,72,71)
#303331
(48,51,49)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #EDF0F7

#EDF0F7
(237,240,247)
#EEF1F7
(238,241,247)
#EFF2F7
(239,242,247)
#F0F3F7
(240,243,247)
#F1F4F7
(241,244,247)
#F2F5F7
(242,245,247)
#F3F6F7
(243,246,247)
#F4F7F7
(244,247,247)
#F5F8F7
(245,248,247)
#F6F9F7
(246,249,247)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0F7; }

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

This text font color is #EDF0F7.

Background Color

.myBgColor { background-color: #EDF0F7; }

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

This div background color is #EDF0F7.

Border color

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

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

This div border color is #EDF0F7.

Opacity

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

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

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

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

This text has shadow with #EDF0F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF0F7.

Preview

Color preview on black background

This text has color #EDF0F7 on black background.


Color preview on white background

This text has color #EDF0F7 on white background.


Black color preview on #EDF0F7 background

This text has black color on #EDF0F7 background.


White color preview on #EDF0F7 background

This text has white color on #EDF0F7 background.


Related colors

Complementary color

Complementary color for #hex is #120F08.


I love getcolorcode.com

Triadic colors

1 #F7EDF0 and #F0F7ED with #EDF0F7 are triadic colors.

2 #F7F0ED and #F0EDF7 with #EDF0F7 are triadic colors.