COLOR #EDF3EF

HEX: #EDF3EF RGB: (237,243,239)

Color info

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

RGB color model

#EDF3EF color RGB value is (237,243,239).

RGB: (237,243,239) (93%, 95%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 239 of 255 = 94%

237
243
239

R + G + B ~ 94%. #EDF3EF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 243 + 239 = 719 (100%)
R 237 of 719 ~ 32.96%
G 243 of 719 ~ 33.8%
B 239 of 719 ~ 33.24'%

%32.96
%33.8
%33.24

CMYK color model

#EDF3EF color CMYK value is (2,0,2,5).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%

CMYK: (2,0,2,5)
C2M0Y2K5 (2%, 0%, 2%, 5%)
(0.02 / 0.00 / 0.02 / 0.05)

CMYK percentages

%2.47
%0
%1.65
%4.71

Codes

Color #EDF3EF in popluar color models

ED F3 EF
RGB 237 243 239
HSL 140° 20.00% 94.12%
HSB/HSV 140° 2.47% 95.29%
CMYK 2.47% 0.00% 1.65%
4.71%

Color #EDF3EF in popluar number systems.

HEX ED F3 EF
Decimal 237 243 239
Binary 11101101 11110011 11101111
Octal 355 363 357

Shades and tints

Shades of #EDF3EF

#EDF3EF
(237,243,239)
#D8DDDA
(216,221,218)
#C3C7C5
(195,199,197)
#AEB1B0
(174,177,176)
#999B9B
(153,155,155)
#848586
(132,133,134)
#6F6F71
(111,111,113)
#5A595C
(90,89,92)
#454347
(69,67,71)
#302D32
(48,45,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDF3EF

#EDF3EF
(237,243,239)
#EEF4F0
(238,244,240)
#EFF5F1
(239,245,241)
#F0F6F2
(240,246,242)
#F1F7F3
(241,247,243)
#F2F8F4
(242,248,244)
#F3F9F5
(243,249,245)
#F4FAF6
(244,250,246)
#F5FBF7
(245,251,247)
#F6FCF8
(246,252,248)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3EF; }

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

This text font color is #EDF3EF.

Background Color

.myBgColor { background-color: #EDF3EF; }

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

This div background color is #EDF3EF.

Border color

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

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

This div border color is #EDF3EF.

Opacity

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

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

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

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

This text has shadow with #EDF3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF3EF.

Preview

Color preview on black background

This text has color #EDF3EF on black background.


Color preview on white background

This text has color #EDF3EF on white background.


Black color preview on #EDF3EF background

This text has black color on #EDF3EF background.


White color preview on #EDF3EF background

This text has white color on #EDF3EF background.


Related colors

Complementary color

Complementary color for #hex is #120C10.


I love getcolorcode.com

Triadic colors

1 #EFEDF3 and #F3EFED with #EDF3EF are triadic colors.

2 #EFF3ED and #F3EDEF with #EDF3EF are triadic colors.