COLOR #EDFCDF

HEX: #EDFCDF RGB: (237,252,223)

Color info

#EDFCDF contains red, green and blue colors in about the same proportion. Web safe color of #EDFCDF is #FFFFCC (or #FFC).

RGB color model

#EDFCDF color RGB value is (237,252,223).

RGB: (237,252,223) (93%, 99%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 223 of 255 = 87%

237
252
223

R + G + B ~ 93%. #EDFCDF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 223 = 712 (100%)
R 237 of 712 ~ 33.29%
G 252 of 712 ~ 35.39%
B 223 of 712 ~ 31.32'%

%33.29
%35.39
%31.32

CMYK color model

#EDFCDF color CMYK value is (6,0,12,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 11.51%
  • key color value is 1.18%
CMYK: (6,0,12,1) C6M0Y12K1 (6%,0%,12%,1%) (0.06/0.00/0.12/0.01) 

CMYK percentages

%5.95
%0
%11.51
%1.18

Codes

Color #EDFCDF in popluar color models

ED FC DF
RGB 237 252 223
HSL 91° 82.86% 93.14%
HSB/HSV 91° 11.51% 98.82%
CMYK 5.95% 0.00% 11.51%
1.18%

Color #EDFCDF in popluar number systems.

HEX ED FC DF
Decimal 237 252 223
Binary 11101101 11111100 11011111
Octal 355 374 337

Shades and tints

Shades of #EDFCDF

#EDFCDF
(237,252,223)
#D8E6CB
(216,230,203)
#C3D0B7
(195,208,183)
#AEBAA3
(174,186,163)
#99A48F
(153,164,143)
#848E7B
(132,142,123)
#6F7867
(111,120,103)
#5A6253
(90,98,83)
#454C3F
(69,76,63)
#30362B
(48,54,43)
#1B2017
(27,32,23)
#000000
(0,0,0)

Tints of #EDFCDF

#EDFCDF
(237,252,223)
#EEFCE1
(238,252,225)
#EFFCE3
(239,252,227)
#F0FCE5
(240,252,229)
#F1FCE7
(241,252,231)
#F2FCE9
(242,252,233)
#F3FCEB
(243,252,235)
#F4FCED
(244,252,237)
#F5FCEF
(245,252,239)
#F6FCF1
(246,252,241)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCDF; }

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

This text font color is #EDFCDF.

Background Color

.myBgColor { background-color: #EDFCDF; }

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

This div background color is #EDFCDF.

Border color

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

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

This div border color is #EDFCDF.

Opacity

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

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

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

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

This text has shadow with #EDFCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCDF.

Preview

Color preview on black background

This text has color #EDFCDF on black background.


Color preview on white background

This text has color #EDFCDF on white background.


Black color preview on #EDFCDF background

This text has black color on #EDFCDF background.


White color preview on #EDFCDF background

This text has white color on #EDFCDF background.


Related colors

Complementary color

Complementary color for #hex is #120320.


I love getcolorcode.com

Triadic colors

1 #DFEDFC and #FCDFED with #EDFCDF are triadic colors.

2 #DFFCED and #FCEDDF with #EDFCDF are triadic colors.