COLOR #EDF2F1

HEX: #EDF2F1
RGB: (237,242,241)

Color info

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

RGB color model

#EDF2F1 color RGB value is (237,242,241).

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

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 241 of 255 = 95%

237
242
241

R + G + B ~ 94%. #EDF2F1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 241 = 720 (100%)
R 237 of 720 ~ 32.92%
G 242 of 720 ~ 33.61%
B 241 of 720 ~ 33.47%

%32.92
%33.61
%33.47

CMYK color model

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

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 5.10%
CMYK:
(2,0,0,5)
C2M0Y0K5 
(2%,0%,0%,5%)
(0.02/0.00/0.00/0.05)	

CMYK percentages

%2.07
%0
%0.41
%5.1

Codes

Color #EDF2F1 in popluar color models

EDF2F1
RGB237242241
HSL168°16.13%93.92%
HSB/HSV168°2.07%94.90%
CMYK2.07%0.00%0.41%
5.10%

Color #EDF2F1 in popluar number systems.

HEXEDF2F1
Decimal237242241
Binary111011011111001011110001
Octal355362361

Shades and tints

Shades of #EDF2F1

#EDF2F1
(237,242,241)
#D8DCDC
(216,220,220)
#C3C6C7
(195,198,199)
#AEB0B2
(174,176,178)
#999A9D
(153,154,157)
#848488
(132,132,136)
#6F6E73
(111,110,115)
#5A585E
(90,88,94)
#454249
(69,66,73)
#302C34
(48,44,52)
#1B161F
(27,22,31)
#000000
(0,0,0)

Tints of #EDF2F1

#EDF2F1
(237,242,241)
#EEF3F2
(238,243,242)
#EFF4F3
(239,244,243)
#F0F5F4
(240,245,244)
#F1F6F5
(241,246,245)
#F2F7F6
(242,247,246)
#F3F8F7
(243,248,247)
#F4F9F8
(244,249,248)
#F5FAF9
(245,250,249)
#F6FBFA
(246,251,250)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2F1; }

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

This text font color is #EDF2F1.


Background Color

.myBgColor { background-color: #EDF2F1; }

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

This div background color is #EDF2F1.


Border color

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

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

This div border color is #EDF2F1.


Opacity

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

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

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

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

This text has shadow with #EDF2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2F1 on black background.


Color preview on white background

This text has color #EDF2F1 on white background.



Black color preview on #EDF2F1 background

This text has black color on #EDF2F1 background.


White color preview on #EDF2F1 background

This text has white color on #EDF2F1 background.