COLOR #EDFCF7

HEX: #EDFCF7
RGB: (237,252,247)

Color info

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

RGB color model

#EDFCF7 color RGB value is (237,252,247).

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

RGB channels and saturation

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

237
252
247

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

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 247 = 736 (100%)
R 237 of 736 ~ 32.2%
G 252 of 736 ~ 34.24%
B 247 of 736 ~ 33.56%

%32.2
%34.24
%33.56

CMYK color model

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

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • 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.98
%1.18

Codes

Color #EDFCF7 in popluar color models

EDFCF7
RGB237252247
HSL160°71.43%95.88%
HSB/HSV160°5.95%98.82%
CMYK5.95%0.00%1.98%
1.18%

Color #EDFCF7 in popluar number systems.

HEXEDFCF7
Decimal237252247
Binary111011011111110011110111
Octal355374367

Shades and tints

Shades of #EDFCF7

#EDFCF7
(237,252,247)
#D8E6E1
(216,230,225)
#C3D0CB
(195,208,203)
#AEBAB5
(174,186,181)
#99A49F
(153,164,159)
#848E89
(132,142,137)
#6F7873
(111,120,115)
#5A625D
(90,98,93)
#454C47
(69,76,71)
#303631
(48,54,49)
#1B201B
(27,32,27)
#000000
(0,0,0)

Tints of #EDFCF7

#EDFCF7
(237,252,247)
#EEFCF7
(238,252,247)
#EFFCF7
(239,252,247)
#F0FCF7
(240,252,247)
#F1FCF7
(241,252,247)
#F2FCF7
(242,252,247)
#F3FCF7
(243,252,247)
#F4FCF7
(244,252,247)
#F5FCF7
(245,252,247)
#F6FCF7
(246,252,247)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCF7; }

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

This text font color is #EDFCF7.


Background Color

.myBgColor { background-color: #EDFCF7; }

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

This div background color is #EDFCF7.


Border color

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

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

This div border color is #EDFCF7.


Opacity

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

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

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

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

This text has shadow with #EDFCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCF7 on black background.


Color preview on white background

This text has color #EDFCF7 on white background.



Black color preview on #EDFCF7 background

This text has black color on #EDFCF7 background.


White color preview on #EDFCF7 background

This text has white color on #EDFCF7 background.