COLOR #EDF3F2

HEX: #EDF3F2
RGB: (237,243,242)

Color info

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

RGB color model

#EDF3F2 color RGB value is (237,243,242).

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

RGB channels and saturation

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

237
243
242

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 242 = 722 (100%)
R 237 of 722 ~ 32.83%
G 243 of 722 ~ 33.66%
B 242 of 722 ~ 33.52%

%32.83
%33.66
%33.52

CMYK color model

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

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

CMYK percentages

%2.47
%0
%0.41
%4.71

Codes

Color #EDF3F2 in popluar color models

EDF3F2
RGB237243242
HSL170°20.00%94.12%
HSB/HSV170°2.47%95.29%
CMYK2.47%0.00%0.41%
4.71%

Color #EDF3F2 in popluar number systems.

HEXEDF3F2
Decimal237243242
Binary111011011111001111110010
Octal355363362

Shades and tints

Shades of #EDF3F2

#EDF3F2
(237,243,242)
#D8DDDC
(216,221,220)
#C3C7C6
(195,199,198)
#AEB1B0
(174,177,176)
#999B9A
(153,155,154)
#848584
(132,133,132)
#6F6F6E
(111,111,110)
#5A5958
(90,89,88)
#454342
(69,67,66)
#302D2C
(48,45,44)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDF3F2

#EDF3F2
(237,243,242)
#EEF4F3
(238,244,243)
#EFF5F4
(239,245,244)
#F0F6F5
(240,246,245)
#F1F7F6
(241,247,246)
#F2F8F7
(242,248,247)
#F3F9F8
(243,249,248)
#F4FAF9
(244,250,249)
#F5FBFA
(245,251,250)
#F6FCFB
(246,252,251)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3F2; }

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

This text font color is #EDF3F2.


Background Color

.myBgColor { background-color: #EDF3F2; }

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

This div background color is #EDF3F2.


Border color

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

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

This div border color is #EDF3F2.


Opacity

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

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

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

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

This text has shadow with #EDF3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3F2 on black background.


Color preview on white background

This text has color #EDF3F2 on white background.



Black color preview on #EDF3F2 background

This text has black color on #EDF3F2 background.


White color preview on #EDF3F2 background

This text has white color on #EDF3F2 background.