COLOR #EDFCF8

HEX: #EDFCF8
RGB: (237,252,248)

Color info

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

RGB color model

#EDFCF8 color RGB value is (237,252,248).

  • red value is 237;
  • green value is 252;
  • blue value is 248.
RGB:
(237,252,248)
(93%,99%,97%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 248 of 255 = 97%

237
252
248

R + G + B ~ 96%. #EDFCF8 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 248 = 737 (100%)
R 237 of 737 ~ 32.16%
G 252 of 737 ~ 34.19%
B 248 of 737 ~ 33.65%

%32.16
%34.19
%33.65

CMYK color model

#EDFCF8 color CMYK value is (6,0,2,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.18%
CMYK:
(6,0,2,1)
C6M0Y2K1 
(6%,0%,2%,1%)
(0.06/0.00/0.02/0.01)	

CMYK percentages

%5.95
%0
%1.59
%1.18

Codes

Color #EDFCF8 in popluar color models

EDFCF8
RGB237252248
HSL164°71.43%95.88%
HSB/HSV164°5.95%98.82%
CMYK5.95%0.00%1.59%
1.18%

Color #EDFCF8 in popluar number systems.

HEXEDFCF8
Decimal237252248
Binary111011011111110011111000
Octal355374370

Shades and tints

Shades of #EDFCF8

#EDFCF8
(237,252,248)
#D8E6E2
(216,230,226)
#C3D0CC
(195,208,204)
#AEBAB6
(174,186,182)
#99A4A0
(153,164,160)
#848E8A
(132,142,138)
#6F7874
(111,120,116)
#5A625E
(90,98,94)
#454C48
(69,76,72)
#303632
(48,54,50)
#1B201C
(27,32,28)
#000000
(0,0,0)

Tints of #EDFCF8

#EDFCF8
(237,252,248)
#EEFCF8
(238,252,248)
#EFFCF8
(239,252,248)
#F0FCF8
(240,252,248)
#F1FCF8
(241,252,248)
#F2FCF8
(242,252,248)
#F3FCF8
(243,252,248)
#F4FCF8
(244,252,248)
#F5FCF8
(245,252,248)
#F6FCF8
(246,252,248)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFCF8 color. Also use rgb(237,252,248) instead hex code.

Text Font Color

.myTextColor { color: #EDFCF8; }

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

This text font color is #EDFCF8.


Background Color

.myBgColor { background-color: #EDFCF8; }

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

This div background color is #EDFCF8.


Border color

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

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

This div border color is #EDFCF8.


Opacity

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

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

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

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

This text has shadow with #EDFCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCF8 on black background.


Color preview on white background

This text has color #EDFCF8 on white background.



Black color preview on #EDFCF8 background

This text has black color on #EDFCF8 background.


White color preview on #EDFCF8 background

This text has white color on #EDFCF8 background.