COLOR #EDF6EF

HEX: #EDF6EF RGB: (237,246,239)

Color info

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

RGB color model

#EDF6EF color RGB value is (237,246,239).

RGB: (237,246,239) (93%, 96%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 239 of 255 = 94%

237
246
239

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

Portions of RGB colors in percentages

R + G + B = 237 + 246 + 239 = 722 (100%)
R 237 of 722 ~ 32.83%
G 246 of 722 ~ 34.07%
B 239 of 722 ~ 33.1'%

%32.83
%34.07
%33.1

CMYK color model

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

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

CMYK: (4,0,3,4)
C4M0Y3K4 (4%, 0%, 3%, 4%)
(0.04 / 0.00 / 0.03 / 0.04)

CMYK percentages

%3.66
%0
%2.85
%3.53

Codes

Color #EDF6EF in popluar color models

ED F6 EF
RGB 237 246 239
HSL 133° 33.33% 94.71%
HSB/HSV 133° 3.66% 96.47%
CMYK 3.66% 0.00% 2.85%
3.53%

Color #EDF6EF in popluar number systems.

HEX ED F6 EF
Decimal 237 246 239
Binary 11101101 11110110 11101111
Octal 355 366 357

Shades and tints

Shades of #EDF6EF

#EDF6EF
(237,246,239)
#D8E0DA
(216,224,218)
#C3CAC5
(195,202,197)
#AEB4B0
(174,180,176)
#999E9B
(153,158,155)
#848886
(132,136,134)
#6F7271
(111,114,113)
#5A5C5C
(90,92,92)
#454647
(69,70,71)
#303032
(48,48,50)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDF6EF

#EDF6EF
(237,246,239)
#EEF6F0
(238,246,240)
#EFF6F1
(239,246,241)
#F0F6F2
(240,246,242)
#F1F6F3
(241,246,243)
#F2F6F4
(242,246,244)
#F3F6F5
(243,246,245)
#F4F6F6
(244,246,246)
#F5F6F7
(245,246,247)
#F6F6F8
(246,246,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6EF; }

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

This text font color is #EDF6EF.

Background Color

.myBgColor { background-color: #EDF6EF; }

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

This div background color is #EDF6EF.

Border color

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

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

This div border color is #EDF6EF.

Opacity

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

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

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

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

This text has shadow with #EDF6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF6EF.

Preview

Color preview on black background

This text has color #EDF6EF on black background.


Color preview on white background

This text has color #EDF6EF on white background.


Black color preview on #EDF6EF background

This text has black color on #EDF6EF background.


White color preview on #EDF6EF background

This text has white color on #EDF6EF background.


Related colors

Complementary color

Complementary color for #hex is #120910.


I love getcolorcode.com

Triadic colors

1 #EFEDF6 and #F6EFED with #EDF6EF are triadic colors.

2 #EFF6ED and #F6EDEF with #EDF6EF are triadic colors.