COLOR #EDFDEF

HEX: #EDFDEF
RGB: (237,253,239)

Color info

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

RGB color model

#EDFDEF color RGB value is (237,253,239).

  • red value is 237;
  • green value is 253;
  • blue value is 239.
RGB:
(237,253,239)
(93%,99%,94%)

RGB channels and saturation

R 237 of 255 = 93%
G 253 of 255 = 99%
B 239 of 255 = 94%

237
253
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 253 + 239 = 729 (100%)
R 237 of 729 ~ 32.51%
G 253 of 729 ~ 34.71%
B 239 of 729 ~ 32.78%

%32.51
%34.71
%32.78

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK:
(6,0,6,1)
C6M0Y6K1 
(6%,0%,6%,1%)
(0.06/0.00/0.06/0.01)	

CMYK percentages

%6.32
%0
%5.53
%0.78

Codes

Color #EDFDEF in popluar color models

EDFDEF
RGB237253239
HSL128°80.00%96.08%
HSB/HSV128°6.32%99.22%
CMYK6.32%0.00%5.53%
0.78%

Color #EDFDEF in popluar number systems.

HEXEDFDEF
Decimal237253239
Binary111011011111110111101111
Octal355375357

Shades and tints

Shades of #EDFDEF

#EDFDEF
(237,253,239)
#D8E6DA
(216,230,218)
#C3CFC5
(195,207,197)
#AEB8B0
(174,184,176)
#99A19B
(153,161,155)
#848A86
(132,138,134)
#6F7371
(111,115,113)
#5A5C5C
(90,92,92)
#454547
(69,69,71)
#302E32
(48,46,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDFDEF

#EDFDEF
(237,253,239)
#EEFDF0
(238,253,240)
#EFFDF1
(239,253,241)
#F0FDF2
(240,253,242)
#F1FDF3
(241,253,243)
#F2FDF4
(242,253,244)
#F3FDF5
(243,253,245)
#F4FDF6
(244,253,246)
#F5FDF7
(245,253,247)
#F6FDF8
(246,253,248)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFDEF; }

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

This text font color is #EDFDEF.


Background Color

.myBgColor { background-color: #EDFDEF; }

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

This div background color is #EDFDEF.


Border color

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

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

This div border color is #EDFDEF.


Opacity

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

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

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

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

This text has shadow with #EDFDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFDEF on black background.


Color preview on white background

This text has color #EDFDEF on white background.



Black color preview on #EDFDEF background

This text has black color on #EDFDEF background.


White color preview on #EDFDEF background

This text has white color on #EDFDEF background.