COLOR #ECFEDF

HEX: #ECFEDF RGB: (236,254,223)

Color info

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

RGB color model

#ECFEDF color RGB value is (236,254,223).

RGB: (236,254,223) (93%, 100%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 254 of 255 = 100%
B 223 of 255 = 87%

236
254
223

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

Portions of RGB colors in percentages

R + G + B = 236 + 254 + 223 = 713 (100%)
R 236 of 713 ~ 33.1%
G 254 of 713 ~ 35.62%
B 223 of 713 ~ 31.28'%

%33.1
%35.62
%31.28

CMYK color model

#ECFEDF color CMYK value is (7,0,12,0).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%

CMYK: (7,0,12,0)
C7M0Y12K0 (7%, 0%, 12%, 0%)
(0.07 / 0.00 / 0.12 / 0.00)

CMYK percentages

%7.09
%0
%12.2
%0.39

Codes

Color #ECFEDF in popluar color models

EC FE DF
RGB 236 254 223
HSL 95° 93.94% 93.53%
HSB/HSV 95° 12.20% 99.61%
CMYK 7.09% 0.00% 12.20%
0.39%

Color #ECFEDF in popluar number systems.

HEX EC FE DF
Decimal 236 254 223
Binary 11101100 11111110 11011111
Octal 354 376 337

Shades and tints

Shades of #ECFEDF

#ECFEDF
(236,254,223)
#D7E7CB
(215,231,203)
#C2D0B7
(194,208,183)
#ADB9A3
(173,185,163)
#98A28F
(152,162,143)
#838B7B
(131,139,123)
#6E7467
(110,116,103)
#595D53
(89,93,83)
#44463F
(68,70,63)
#2F2F2B
(47,47,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #ECFEDF

#ECFEDF
(236,254,223)
#EDFEE1
(237,254,225)
#EEFEE3
(238,254,227)
#EFFEE5
(239,254,229)
#F0FEE7
(240,254,231)
#F1FEE9
(241,254,233)
#F2FEEB
(242,254,235)
#F3FEED
(243,254,237)
#F4FEEF
(244,254,239)
#F5FEF1
(245,254,241)
#F6FEF3
(246,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFEDF color. Also use rgb(236,254,223) instead hex code.

Text Font Color

.myTextColor { color: #ECFEDF; }

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

This text font color is #ECFEDF.

Background Color

.myBgColor { background-color: #ECFEDF; }

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

This div background color is #ECFEDF.

Border color

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

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

This div border color is #ECFEDF.

Opacity

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

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

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

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

This text has shadow with #ECFEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFEDF.

Preview

Color preview on black background

This text has color #ECFEDF on black background.


Color preview on white background

This text has color #ECFEDF on white background.


Black color preview on #ECFEDF background

This text has black color on #ECFEDF background.


White color preview on #ECFEDF background

This text has white color on #ECFEDF background.


Related colors

Complementary color

Complementary color for #hex is #130120.


I love getcolorcode.com

Triadic colors

1 #DFECFE and #FEDFEC with #ECFEDF are triadic colors.

2 #DFFEEC and #FEECDF with #ECFEDF are triadic colors.