COLOR #EDFCF6

HEX: #EDFCF6
RGB: (237,252,246)

Color info

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

RGB color model

#EDFCF6 color RGB value is (237,252,246).

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

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 246 of 255 = 96%

237
252
246

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

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 246 = 735 (100%)
R 237 of 735 ~ 32.24%
G 252 of 735 ~ 34.29%
B 246 of 735 ~ 33.47%

%32.24
%34.29
%33.47

CMYK color model

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

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

Codes

Color #EDFCF6 in popluar color models

EDFCF6
RGB237252246
HSL156°71.43%95.88%
HSB/HSV156°5.95%98.82%
CMYK5.95%0.00%2.38%
1.18%

Color #EDFCF6 in popluar number systems.

HEXEDFCF6
Decimal237252246
Binary111011011111110011110110
Octal355374366

Shades and tints

Shades of #EDFCF6

#EDFCF6
(237,252,246)
#D8E6E0
(216,230,224)
#C3D0CA
(195,208,202)
#AEBAB4
(174,186,180)
#99A49E
(153,164,158)
#848E88
(132,142,136)
#6F7872
(111,120,114)
#5A625C
(90,98,92)
#454C46
(69,76,70)
#303630
(48,54,48)
#1B201A
(27,32,26)
#000000
(0,0,0)

Tints of #EDFCF6

#EDFCF6
(237,252,246)
#EEFCF6
(238,252,246)
#EFFCF6
(239,252,246)
#F0FCF6
(240,252,246)
#F1FCF6
(241,252,246)
#F2FCF6
(242,252,246)
#F3FCF6
(243,252,246)
#F4FCF6
(244,252,246)
#F5FCF6
(245,252,246)
#F6FCF6
(246,252,246)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCF6; }

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

This text font color is #EDFCF6.


Background Color

.myBgColor { background-color: #EDFCF6; }

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

This div background color is #EDFCF6.


Border color

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

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

This div border color is #EDFCF6.


Opacity

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

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

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

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

This text has shadow with #EDFCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCF6 on black background.


Color preview on white background

This text has color #EDFCF6 on white background.



Black color preview on #EDFCF6 background

This text has black color on #EDFCF6 background.


White color preview on #EDFCF6 background

This text has white color on #EDFCF6 background.