COLOR #EDFAF1

HEX: #EDFAF1
RGB: (237,250,241)

Color info

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

RGB color model

#EDFAF1 color RGB value is (237,250,241).

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

RGB channels and saturation

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

237
250
241

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

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 241 = 728 (100%)
R 237 of 728 ~ 32.55%
G 250 of 728 ~ 34.34%
B 241 of 728 ~ 33.1%

%32.55
%34.34
%33.1

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • 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
%3.6
%1.96

Codes

Color #EDFAF1 in popluar color models

EDFAF1
RGB237250241
HSL138°56.52%95.49%
HSB/HSV138°5.20%98.04%
CMYK5.20%0.00%3.60%
1.96%

Color #EDFAF1 in popluar number systems.

HEXEDFAF1
Decimal237250241
Binary111011011111101011110001
Octal355372361

Shades and tints

Shades of #EDFAF1

#EDFAF1
(237,250,241)
#D8E4DC
(216,228,220)
#C3CEC7
(195,206,199)
#AEB8B2
(174,184,178)
#99A29D
(153,162,157)
#848C88
(132,140,136)
#6F7673
(111,118,115)
#5A605E
(90,96,94)
#454A49
(69,74,73)
#303434
(48,52,52)
#1B1E1F
(27,30,31)
#000000
(0,0,0)

Tints of #EDFAF1

#EDFAF1
(237,250,241)
#EEFAF2
(238,250,242)
#EFFAF3
(239,250,243)
#F0FAF4
(240,250,244)
#F1FAF5
(241,250,245)
#F2FAF6
(242,250,246)
#F3FAF7
(243,250,247)
#F4FAF8
(244,250,248)
#F5FAF9
(245,250,249)
#F6FAFA
(246,250,250)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAF1; }

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

This text font color is #EDFAF1.


Background Color

.myBgColor { background-color: #EDFAF1; }

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

This div background color is #EDFAF1.


Border color

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

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

This div border color is #EDFAF1.


Opacity

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

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

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

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

This text has shadow with #EDFAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAF1 on black background.


Color preview on white background

This text has color #EDFAF1 on white background.



Black color preview on #EDFAF1 background

This text has black color on #EDFAF1 background.


White color preview on #EDFAF1 background

This text has white color on #EDFAF1 background.