COLOR #EDFCF4

HEX: #EDFCF4 RGB: (237,252,244)

Color info

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

RGB color model

#EDFCF4 color RGB value is (237,252,244).

RGB: (237,252,244) (93%, 99%, 96%)

RGB channels and saturation

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

237
252
244

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

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 244 = 733 (100%)
R 237 of 733 ~ 32.33%
G 252 of 733 ~ 34.38%
B 244 of 733 ~ 33.29'%

%32.33
%34.38
%33.29

CMYK color model

#EDFCF4 color CMYK value is (6,0,3,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 1.18%

CMYK: (6,0,3,1)
C6M0Y3K1 (6%, 0%, 3%, 1%)
(0.06 / 0.00 / 0.03 / 0.01)

CMYK percentages

%5.95
%0
%3.17
%1.18

Codes

Color #EDFCF4 in popluar color models

ED FC F4
RGB 237 252 244
HSL 148° 71.43% 95.88%
HSB/HSV 148° 5.95% 98.82%
CMYK 5.95% 0.00% 3.17%
1.18%

Color #EDFCF4 in popluar number systems.

HEX ED FC F4
Decimal 237 252 244
Binary 11101101 11111100 11110100
Octal 355 374 364

Shades and tints

Shades of #EDFCF4

#EDFCF4
(237,252,244)
#D8E6DE
(216,230,222)
#C3D0C8
(195,208,200)
#AEBAB2
(174,186,178)
#99A49C
(153,164,156)
#848E86
(132,142,134)
#6F7870
(111,120,112)
#5A625A
(90,98,90)
#454C44
(69,76,68)
#30362E
(48,54,46)
#1B2018
(27,32,24)
#000000
(0,0,0)

Tints of #EDFCF4

#EDFCF4
(237,252,244)
#EEFCF5
(238,252,245)
#EFFCF6
(239,252,246)
#F0FCF7
(240,252,247)
#F1FCF8
(241,252,248)
#F2FCF9
(242,252,249)
#F3FCFA
(243,252,250)
#F4FCFB
(244,252,251)
#F5FCFC
(245,252,252)
#F6FCFD
(246,252,253)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCF4; }

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

This text font color is #EDFCF4.

Background Color

.myBgColor { background-color: #EDFCF4; }

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

This div background color is #EDFCF4.

Border color

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

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

This div border color is #EDFCF4.

Opacity

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

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

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

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

This text has shadow with #EDFCF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCF4.

Preview

Color preview on black background

This text has color #EDFCF4 on black background.


Color preview on white background

This text has color #EDFCF4 on white background.


Black color preview on #EDFCF4 background

This text has black color on #EDFCF4 background.


White color preview on #EDFCF4 background

This text has white color on #EDFCF4 background.


Related colors

Complementary color

Complementary color for #hex is #12030B.


I love getcolorcode.com

Triadic colors

1 #F4EDFC and #FCF4ED with #EDFCF4 are triadic colors.

2 #F4FCED and #FCEDF4 with #EDFCF4 are triadic colors.