COLOR #EDF9F0

HEX: #EDF9F0
RGB: (237,249,240)

Color info

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

RGB color model

#EDF9F0 color RGB value is (237,249,240).

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

RGB channels and saturation

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

237
249
240

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

Portions of RGB colors in percentages

R + G + B =
237 + 249 + 240 = 726 (100%)
R 237 of 726 ~ 32.64%
G 249 of 726 ~ 34.3%
B 240 of 726 ~ 33.06%

%32.64
%34.3
%33.06

CMYK color model

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

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

CMYK percentages

%4.82
%0
%3.61
%2.35

Codes

Color #EDF9F0 in popluar color models

EDF9F0
RGB237249240
HSL135°50.00%95.29%
HSB/HSV135°4.82%97.65%
CMYK4.82%0.00%3.61%
2.35%

Color #EDF9F0 in popluar number systems.

HEXEDF9F0
Decimal237249240
Binary111011011111100111110000
Octal355371360

Shades and tints

Shades of #EDF9F0

#EDF9F0
(237,249,240)
#D8E3DB
(216,227,219)
#C3CDC6
(195,205,198)
#AEB7B1
(174,183,177)
#99A19C
(153,161,156)
#848B87
(132,139,135)
#6F7572
(111,117,114)
#5A5F5D
(90,95,93)
#454948
(69,73,72)
#303333
(48,51,51)
#1B1D1E
(27,29,30)
#000000
(0,0,0)

Tints of #EDF9F0

#EDF9F0
(237,249,240)
#EEF9F1
(238,249,241)
#EFF9F2
(239,249,242)
#F0F9F3
(240,249,243)
#F1F9F4
(241,249,244)
#F2F9F5
(242,249,245)
#F3F9F6
(243,249,246)
#F4F9F7
(244,249,247)
#F5F9F8
(245,249,248)
#F6F9F9
(246,249,249)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF9F0; }

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

This text font color is #EDF9F0.


Background Color

.myBgColor { background-color: #EDF9F0; }

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

This div background color is #EDF9F0.


Border color

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

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

This div border color is #EDF9F0.


Opacity

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

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

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

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

This text has shadow with #EDF9F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF9F0 on black background.


Color preview on white background

This text has color #EDF9F0 on white background.



Black color preview on #EDF9F0 background

This text has black color on #EDF9F0 background.


White color preview on #EDF9F0 background

This text has white color on #EDF9F0 background.