COLOR #ECFEE0

HEX: #ECFEE0 RGB: (236,254,224)

Color info

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

RGB color model

#ECFEE0 color RGB value is (236,254,224).

RGB: (236,254,224) (93%, 100%, 88%)

RGB channels and saturation

R 236 of 255 = 93%
G 254 of 255 = 100%
B 224 of 255 = 88%

236
254
224

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

Portions of RGB colors in percentages

R + G + B = 236 + 254 + 224 = 714 (100%)
R 236 of 714 ~ 33.05%
G 254 of 714 ~ 35.57%
B 224 of 714 ~ 31.37'%

%33.05
%35.57
%31.37

CMYK color model

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

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • 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
%11.81
%0.39

Codes

Color #ECFEE0 in popluar color models

EC FE E0
RGB 236 254 224
HSL 96° 93.75% 93.73%
HSB/HSV 96° 11.81% 99.61%
CMYK 7.09% 0.00% 11.81%
0.39%

Color #ECFEE0 in popluar number systems.

HEX EC FE E0
Decimal 236 254 224
Binary 11101100 11111110 11100000
Octal 354 376 340

Shades and tints

Shades of #ECFEE0

#ECFEE0
(236,254,224)
#D7E7CC
(215,231,204)
#C2D0B8
(194,208,184)
#ADB9A4
(173,185,164)
#98A290
(152,162,144)
#838B7C
(131,139,124)
#6E7468
(110,116,104)
#595D54
(89,93,84)
#444640
(68,70,64)
#2F2F2C
(47,47,44)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #ECFEE0

#ECFEE0
(236,254,224)
#EDFEE2
(237,254,226)
#EEFEE4
(238,254,228)
#EFFEE6
(239,254,230)
#F0FEE8
(240,254,232)
#F1FEEA
(241,254,234)
#F2FEEC
(242,254,236)
#F3FEEE
(243,254,238)
#F4FEF0
(244,254,240)
#F5FEF2
(245,254,242)
#F6FEF4
(246,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFEE0; }

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

This text font color is #ECFEE0.

Background Color

.myBgColor { background-color: #ECFEE0; }

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

This div background color is #ECFEE0.

Border color

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

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

This div border color is #ECFEE0.

Opacity

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

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

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

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

This text has shadow with #ECFEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFEE0.

Preview

Color preview on black background

This text has color #ECFEE0 on black background.


Color preview on white background

This text has color #ECFEE0 on white background.


Black color preview on #ECFEE0 background

This text has black color on #ECFEE0 background.


White color preview on #ECFEE0 background

This text has white color on #ECFEE0 background.


Related colors

Complementary color

Complementary color for #hex is #13011F.


I love getcolorcode.com

Triadic colors

1 #E0ECFE and #FEE0EC with #ECFEE0 are triadic colors.

2 #E0FEEC and #FEECE0 with #ECFEE0 are triadic colors.