COLOR #EDF5F3

HEX: #EDF5F3
RGB: (237,245,243)

Color info

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

RGB color model

#EDF5F3 color RGB value is (237,245,243).

  • red value is 237;
  • green value is 245;
  • blue value is 243.
RGB:
(237,245,243)
(93%,96%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 243 of 255 = 95%

237
245
243

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

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 243 = 725 (100%)
R 237 of 725 ~ 32.69%
G 245 of 725 ~ 33.79%
B 243 of 725 ~ 33.52%

%32.69
%33.79
%33.52

CMYK color model

#EDF5F3 color CMYK value is (3,0,1,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 3.92%
CMYK:
(3,0,1,4)
C3M0Y1K4 
(3%,0%,1%,4%)
(0.03/0.00/0.01/0.04)	

CMYK percentages

%3.27
%0
%0.82
%3.92

Codes

Color #EDF5F3 in popluar color models

EDF5F3
RGB237245243
HSL165°28.57%94.51%
HSB/HSV165°3.27%96.08%
CMYK3.27%0.00%0.82%
3.92%

Color #EDF5F3 in popluar number systems.

HEXEDF5F3
Decimal237245243
Binary111011011111010111110011
Octal355365363

Shades and tints

Shades of #EDF5F3

#EDF5F3
(237,245,243)
#D8DFDD
(216,223,221)
#C3C9C7
(195,201,199)
#AEB3B1
(174,179,177)
#999D9B
(153,157,155)
#848785
(132,135,133)
#6F716F
(111,113,111)
#5A5B59
(90,91,89)
#454543
(69,69,67)
#302F2D
(48,47,45)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDF5F3

#EDF5F3
(237,245,243)
#EEF5F4
(238,245,244)
#EFF5F5
(239,245,245)
#F0F5F6
(240,245,246)
#F1F5F7
(241,245,247)
#F2F5F8
(242,245,248)
#F3F5F9
(243,245,249)
#F4F5FA
(244,245,250)
#F5F5FB
(245,245,251)
#F6F5FC
(246,245,252)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5F3; }

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

This text font color is #EDF5F3.


Background Color

.myBgColor { background-color: #EDF5F3; }

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

This div background color is #EDF5F3.


Border color

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

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

This div border color is #EDF5F3.


Opacity

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

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

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

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

This text has shadow with #EDF5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5F3 on black background.


Color preview on white background

This text has color #EDF5F3 on white background.



Black color preview on #EDF5F3 background

This text has black color on #EDF5F3 background.


White color preview on #EDF5F3 background

This text has white color on #EDF5F3 background.