COLOR #ECF5DD

HEX: #ECF5DD
RGB: (236,245,221)

Color info

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

RGB color model

#ECF5DD color RGB value is (236,245,221).

  • red value is 236;
  • green value is 245;
  • blue value is 221.
RGB:
(236,245,221)
(93%,96%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 221 of 255 = 87%

236
245
221

R + G + B ~ 92%. #ECF5DD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 245 + 221 = 702 (100%)
R 236 of 702 ~ 33.62%
G 245 of 702 ~ 34.9%
B 221 of 702 ~ 31.48%

%33.62
%34.9
%31.48

CMYK color model

#ECF5DD color CMYK value is (4,0,10,4).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(4,0,10,4)
C4M0Y10K4 
(4%,0%,10%,4%)
(0.04/0.00/0.10/0.04)	

CMYK percentages

%3.67
%0
%9.8
%3.92

Codes

Color #ECF5DD in popluar color models

ECF5DD
RGB236245221
HSL83°54.55%91.37%
HSB/HSV83°9.80%96.08%
CMYK3.67%0.00%9.80%
3.92%

Color #ECF5DD in popluar number systems.

HEXECF5DD
Decimal236245221
Binary111011001111010111011101
Octal354365335

Shades and tints

Shades of #ECF5DD

#ECF5DD
(236,245,221)
#D7DFC9
(215,223,201)
#C2C9B5
(194,201,181)
#ADB3A1
(173,179,161)
#989D8D
(152,157,141)
#838779
(131,135,121)
#6E7165
(110,113,101)
#595B51
(89,91,81)
#44453D
(68,69,61)
#2F2F29
(47,47,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #ECF5DD

#ECF5DD
(236,245,221)
#EDF5E0
(237,245,224)
#EEF5E3
(238,245,227)
#EFF5E6
(239,245,230)
#F0F5E9
(240,245,233)
#F1F5EC
(241,245,236)
#F2F5EF
(242,245,239)
#F3F5F2
(243,245,242)
#F4F5F5
(244,245,245)
#F5F5F8
(245,245,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF5DD color. Also use rgb(236,245,221) instead hex code.

Text Font Color

.myTextColor { color: #ECF5DD; }

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

This text font color is #ECF5DD.


Background Color

.myBgColor { background-color: #ECF5DD; }

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

This div background color is #ECF5DD.


Border color

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

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

This div border color is #ECF5DD.


Opacity

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

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

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

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

This text has shadow with #ECF5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF5DD on black background.


Color preview on white background

This text has color #ECF5DD on white background.



Black color preview on #ECF5DD background

This text has black color on #ECF5DD background.


White color preview on #ECF5DD background

This text has white color on #ECF5DD background.