COLOR #EDFEF9

HEX: #EDFEF9
RGB: (237,254,249)

Color info

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

RGB color model

#EDFEF9 color RGB value is (237,254,249).

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

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 249 of 255 = 98%

237
254
249

R + G + B ~ 97%. #EDFEF9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 249 = 740 (100%)
R 237 of 740 ~ 32.03%
G 254 of 740 ~ 34.32%
B 249 of 740 ~ 33.65%

%32.03
%34.32
%33.65

CMYK color model

#EDFEF9 color CMYK value is (7,0,2,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(7,0,2,0)
C7M0Y2K0 
(7%,0%,2%,0%)
(0.07/0.00/0.02/0.00)	

CMYK percentages

%6.69
%0
%1.97
%0.39

Codes

Color #EDFEF9 in popluar color models

EDFEF9
RGB237254249
HSL162°89.47%96.27%
HSB/HSV162°6.69%99.61%
CMYK6.69%0.00%1.97%
0.39%

Color #EDFEF9 in popluar number systems.

HEXEDFEF9
Decimal237254249
Binary111011011111111011111001
Octal355376371

Shades and tints

Shades of #EDFEF9

#EDFEF9
(237,254,249)
#D8E7E3
(216,231,227)
#C3D0CD
(195,208,205)
#AEB9B7
(174,185,183)
#99A2A1
(153,162,161)
#848B8B
(132,139,139)
#6F7475
(111,116,117)
#5A5D5F
(90,93,95)
#454649
(69,70,73)
#302F33
(48,47,51)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #EDFEF9

#EDFEF9
(237,254,249)
#EEFEF9
(238,254,249)
#EFFEF9
(239,254,249)
#F0FEF9
(240,254,249)
#F1FEF9
(241,254,249)
#F2FEF9
(242,254,249)
#F3FEF9
(243,254,249)
#F4FEF9
(244,254,249)
#F5FEF9
(245,254,249)
#F6FEF9
(246,254,249)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEF9; }

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

This text font color is #EDFEF9.


Background Color

.myBgColor { background-color: #EDFEF9; }

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

This div background color is #EDFEF9.


Border color

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

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

This div border color is #EDFEF9.


Opacity

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

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

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

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

This text has shadow with #EDFEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEF9 on black background.


Color preview on white background

This text has color #EDFEF9 on white background.



Black color preview on #EDFEF9 background

This text has black color on #EDFEF9 background.


White color preview on #EDFEF9 background

This text has white color on #EDFEF9 background.