COLOR #ECFDE4

HEX: #ECFDE4 RGB: (236,253,228)

Color info

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

RGB color model

#ECFDE4 color RGB value is (236,253,228).

RGB: (236,253,228) (93%, 99%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 228 of 255 = 89%

236
253
228

R + G + B ~ 94%. #ECFDE4 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 253 + 228 = 717 (100%)
R 236 of 717 ~ 32.91%
G 253 of 717 ~ 35.29%
B 228 of 717 ~ 31.8'%

%32.91
%35.29
%31.8

CMYK color model

#ECFDE4 color CMYK value is (7,0,10,1).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 0.78%

CMYK: (7,0,10,1)
C7M0Y10K1 (7%, 0%, 10%, 1%)
(0.07 / 0.00 / 0.10 / 0.01)

CMYK percentages

%6.72
%0
%9.88
%0.78

Codes

Color #ECFDE4 in popluar color models

EC FD E4
RGB 236 253 228
HSL 101° 86.21% 94.31%
HSB/HSV 101° 9.88% 99.22%
CMYK 6.72% 0.00% 9.88%
0.78%

Color #ECFDE4 in popluar number systems.

HEX EC FD E4
Decimal 236 253 228
Binary 11101100 11111101 11100100
Octal 354 375 344

Shades and tints

Shades of #ECFDE4

#ECFDE4
(236,253,228)
#D7E6D0
(215,230,208)
#C2CFBC
(194,207,188)
#ADB8A8
(173,184,168)
#98A194
(152,161,148)
#838A80
(131,138,128)
#6E736C
(110,115,108)
#595C58
(89,92,88)
#444544
(68,69,68)
#2F2E30
(47,46,48)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECFDE4

#ECFDE4
(236,253,228)
#EDFDE6
(237,253,230)
#EEFDE8
(238,253,232)
#EFFDEA
(239,253,234)
#F0FDEC
(240,253,236)
#F1FDEE
(241,253,238)
#F2FDF0
(242,253,240)
#F3FDF2
(243,253,242)
#F4FDF4
(244,253,244)
#F5FDF6
(245,253,246)
#F6FDF8
(246,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFDE4 color. Also use rgb(236,253,228) instead hex code.

Text Font Color

.myTextColor { color: #ECFDE4; }

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

This text font color is #ECFDE4.

Background Color

.myBgColor { background-color: #ECFDE4; }

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

This div background color is #ECFDE4.

Border color

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

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

This div border color is #ECFDE4.

Opacity

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

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

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

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

This text has shadow with #ECFDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFDE4.

Preview

Color preview on black background

This text has color #ECFDE4 on black background.


Color preview on white background

This text has color #ECFDE4 on white background.


Black color preview on #ECFDE4 background

This text has black color on #ECFDE4 background.


White color preview on #ECFDE4 background

This text has white color on #ECFDE4 background.


Related colors

Complementary color

Complementary color for #hex is #13021B.


I love getcolorcode.com

Triadic colors

1 #E4ECFD and #FDE4EC with #ECFDE4 are triadic colors.

2 #E4FDEC and #FDECE4 with #ECFDE4 are triadic colors.