COLOR #EDFAED

HEX: #EDFAED
RGB: (237,250,237)

Color info

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

RGB color model

#EDFAED color RGB value is (237,250,237).

  • red value is 237;
  • green value is 250;
  • blue value is 237.
RGB:
(237,250,237)
(93%,98%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 237 of 255 = 93%

237
250
237

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

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 237 = 724 (100%)
R 237 of 724 ~ 32.73%
G 250 of 724 ~ 34.53%
B 237 of 724 ~ 32.73%

%32.73
%34.53
%32.73

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(5,0,5,2)
C5M0Y5K2 
(5%,0%,5%,2%)
(0.05/0.00/0.05/0.02)	

CMYK percentages

%5.2
%0
%5.2
%1.96

Codes

Color #EDFAED in popluar color models

EDFAED
RGB237250237
HSL120°56.52%95.49%
HSB/HSV120°5.20%98.04%
CMYK5.20%0.00%5.20%
1.96%

Color #EDFAED in popluar number systems.

HEXEDFAED
Decimal237250237
Binary111011011111101011101101
Octal355372355

Shades and tints

Shades of #EDFAED

#EDFAED
(237,250,237)
#D8E4D8
(216,228,216)
#C3CEC3
(195,206,195)
#AEB8AE
(174,184,174)
#99A299
(153,162,153)
#848C84
(132,140,132)
#6F766F
(111,118,111)
#5A605A
(90,96,90)
#454A45
(69,74,69)
#303430
(48,52,48)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #EDFAED

#EDFAED
(237,250,237)
#EEFAEE
(238,250,238)
#EFFAEF
(239,250,239)
#F0FAF0
(240,250,240)
#F1FAF1
(241,250,241)
#F2FAF2
(242,250,242)
#F3FAF3
(243,250,243)
#F4FAF4
(244,250,244)
#F5FAF5
(245,250,245)
#F6FAF6
(246,250,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAED; }

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

This text font color is #EDFAED.


Background Color

.myBgColor { background-color: #EDFAED; }

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

This div background color is #EDFAED.


Border color

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

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

This div border color is #EDFAED.


Opacity

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

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

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

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

This text has shadow with #EDFAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAED on black background.


Color preview on white background

This text has color #EDFAED on white background.



Black color preview on #EDFAED background

This text has black color on #EDFAED background.


White color preview on #EDFAED background

This text has white color on #EDFAED background.