COLOR #EDF3F6

HEX: #EDF3F6 RGB: (237,243,246)

Color info

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

RGB color model

#EDF3F6 color RGB value is (237,243,246).

RGB: (237,243,246) (93%, 95%, 96%)

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 246 of 255 = 96%

237
243
246

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

Portions of RGB colors in percentages

R + G + B = 237 + 243 + 246 = 726 (100%)
R 237 of 726 ~ 32.64%
G 243 of 726 ~ 33.47%
B 246 of 726 ~ 33.88'%

%32.64
%33.47
%33.88

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,1,0,4)
C4M1Y0K4 (4%, 1%, 0%, 4%)
(0.04 / 0.01 / 0.00 / 0.04)

CMYK percentages

%3.66
%1.22
%0
%3.53

Codes

Color #EDF3F6 in popluar color models

ED F3 F6
RGB 237 243 246
HSL 200° 33.33% 94.71%
HSB/HSV 200° 3.66% 96.47%
CMYK 3.66% 1.22% 0.00%
3.53%

Color #EDF3F6 in popluar number systems.

HEX ED F3 F6
Decimal 237 243 246
Binary 11101101 11110011 11110110
Octal 355 363 366

Shades and tints

Shades of #EDF3F6

#EDF3F6
(237,243,246)
#D8DDE0
(216,221,224)
#C3C7CA
(195,199,202)
#AEB1B4
(174,177,180)
#999B9E
(153,155,158)
#848588
(132,133,136)
#6F6F72
(111,111,114)
#5A595C
(90,89,92)
#454346
(69,67,70)
#302D30
(48,45,48)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDF3F6

#EDF3F6
(237,243,246)
#EEF4F6
(238,244,246)
#EFF5F6
(239,245,246)
#F0F6F6
(240,246,246)
#F1F7F6
(241,247,246)
#F2F8F6
(242,248,246)
#F3F9F6
(243,249,246)
#F4FAF6
(244,250,246)
#F5FBF6
(245,251,246)
#F6FCF6
(246,252,246)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3F6; }

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

This text font color is #EDF3F6.

Background Color

.myBgColor { background-color: #EDF3F6; }

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

This div background color is #EDF3F6.

Border color

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

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

This div border color is #EDF3F6.

Opacity

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

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

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

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

This text has shadow with #EDF3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF3F6.

Preview

Color preview on black background

This text has color #EDF3F6 on black background.


Color preview on white background

This text has color #EDF3F6 on white background.


Black color preview on #EDF3F6 background

This text has black color on #EDF3F6 background.


White color preview on #EDF3F6 background

This text has white color on #EDF3F6 background.


Related colors

Complementary color

Complementary color for #hex is #120C09.


I love getcolorcode.com

Triadic colors

1 #F6EDF3 and #F3F6ED with #EDF3F6 are triadic colors.

2 #F6F3ED and #F3EDF6 with #EDF3F6 are triadic colors.