COLOR #EDFAF0

HEX: #EDFAF0
RGB: (237,250,240)

Color info

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

RGB color model

#EDFAF0 color RGB value is (237,250,240).

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

RGB channels and saturation

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

237
250
240

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

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 240 = 727 (100%)
R 237 of 727 ~ 32.6%
G 250 of 727 ~ 34.39%
B 240 of 727 ~ 33.01%

%32.6
%34.39
%33.01

CMYK color model

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

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

CMYK percentages

%5.2
%0
%4
%1.96

Codes

Color #EDFAF0 in popluar color models

EDFAF0
RGB237250240
HSL134°56.52%95.49%
HSB/HSV134°5.20%98.04%
CMYK5.20%0.00%4.00%
1.96%

Color #EDFAF0 in popluar number systems.

HEXEDFAF0
Decimal237250240
Binary111011011111101011110000
Octal355372360

Shades and tints

Shades of #EDFAF0

#EDFAF0
(237,250,240)
#D8E4DB
(216,228,219)
#C3CEC6
(195,206,198)
#AEB8B1
(174,184,177)
#99A29C
(153,162,156)
#848C87
(132,140,135)
#6F7672
(111,118,114)
#5A605D
(90,96,93)
#454A48
(69,74,72)
#303433
(48,52,51)
#1B1E1E
(27,30,30)
#000000
(0,0,0)

Tints of #EDFAF0

#EDFAF0
(237,250,240)
#EEFAF1
(238,250,241)
#EFFAF2
(239,250,242)
#F0FAF3
(240,250,243)
#F1FAF4
(241,250,244)
#F2FAF5
(242,250,245)
#F3FAF6
(243,250,246)
#F4FAF7
(244,250,247)
#F5FAF8
(245,250,248)
#F6FAF9
(246,250,249)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAF0; }

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

This text font color is #EDFAF0.


Background Color

.myBgColor { background-color: #EDFAF0; }

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

This div background color is #EDFAF0.


Border color

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

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

This div border color is #EDFAF0.


Opacity

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

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

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

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

This text has shadow with #EDFAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAF0 on black background.


Color preview on white background

This text has color #EDFAF0 on white background.



Black color preview on #EDFAF0 background

This text has black color on #EDFAF0 background.


White color preview on #EDFAF0 background

This text has white color on #EDFAF0 background.