COLOR #ECFEE1

HEX: #ECFEE1
RGB: (236,254,225)

Color info

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

RGB color model

#ECFEE1 color RGB value is (236,254,225).

  • red value is 236;
  • green value is 254;
  • blue value is 225.
RGB:
(236,254,225)
(93%,100%,88%)

RGB channels and saturation

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

236
254
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 254 + 225 = 715 (100%)
R 236 of 715 ~ 33.01%
G 254 of 715 ~ 35.52%
B 225 of 715 ~ 31.47%

%33.01
%35.52
%31.47

CMYK color model

#ECFEE1 color CMYK value is (7,0,11,0).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(7,0,11,0)
C7M0Y11K0 
(7%,0%,11%,0%)
(0.07/0.00/0.11/0.00)	

CMYK percentages

%7.09
%0
%11.42
%0.39

Codes

Color #ECFEE1 in popluar color models

ECFEE1
RGB236254225
HSL97°93.55%93.92%
HSB/HSV97°11.42%99.61%
CMYK7.09%0.00%11.42%
0.39%

Color #ECFEE1 in popluar number systems.

HEXECFEE1
Decimal236254225
Binary111011001111111011100001
Octal354376341

Shades and tints

Shades of #ECFEE1

#ECFEE1
(236,254,225)
#D7E7CD
(215,231,205)
#C2D0B9
(194,208,185)
#ADB9A5
(173,185,165)
#98A291
(152,162,145)
#838B7D
(131,139,125)
#6E7469
(110,116,105)
#595D55
(89,93,85)
#444641
(68,70,65)
#2F2F2D
(47,47,45)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #ECFEE1

#ECFEE1
(236,254,225)
#EDFEE3
(237,254,227)
#EEFEE5
(238,254,229)
#EFFEE7
(239,254,231)
#F0FEE9
(240,254,233)
#F1FEEB
(241,254,235)
#F2FEED
(242,254,237)
#F3FEEF
(243,254,239)
#F4FEF1
(244,254,241)
#F5FEF3
(245,254,243)
#F6FEF5
(246,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFEE1; }

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

This text font color is #ECFEE1.


Background Color

.myBgColor { background-color: #ECFEE1; }

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

This div background color is #ECFEE1.


Border color

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

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

This div border color is #ECFEE1.


Opacity

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

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

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

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

This text has shadow with #ECFEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFEE1 on black background.


Color preview on white background

This text has color #ECFEE1 on white background.



Black color preview on #ECFEE1 background

This text has black color on #ECFEE1 background.


White color preview on #ECFEE1 background

This text has white color on #ECFEE1 background.