COLOR #ECF1DC

HEX: #ECF1DC
RGB: (236,241,220)

Color info

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

RGB color model

#ECF1DC color RGB value is (236,241,220).

  • red value is 236;
  • green value is 241;
  • blue value is 220.
RGB:
(236,241,220)
(93%,95%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 220 of 255 = 86%

236
241
220

R + G + B ~ 91%. #ECF1DC is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 220 = 697 (100%)
R 236 of 697 ~ 33.86%
G 241 of 697 ~ 34.58%
B 220 of 697 ~ 31.56%

%33.86
%34.58
%31.56

CMYK color model

#ECF1DC color CMYK value is (2,0,9,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(2,0,9,5)
C2M0Y9K5 
(2%,0%,9%,5%)
(0.02/0.00/0.09/0.05)	

CMYK percentages

%2.07
%0
%8.71
%5.49

Codes

Color #ECF1DC in popluar color models

ECF1DC
RGB236241220
HSL74°42.86%90.39%
HSB/HSV74°8.71%94.51%
CMYK2.07%0.00%8.71%
5.49%

Color #ECF1DC in popluar number systems.

HEXECF1DC
Decimal236241220
Binary111011001111000111011100
Octal354361334

Shades and tints

Shades of #ECF1DC

#ECF1DC
(236,241,220)
#D7DCC8
(215,220,200)
#C2C7B4
(194,199,180)
#ADB2A0
(173,178,160)
#989D8C
(152,157,140)
#838878
(131,136,120)
#6E7364
(110,115,100)
#595E50
(89,94,80)
#44493C
(68,73,60)
#2F3428
(47,52,40)
#1A1F14
(26,31,20)
#000000
(0,0,0)

Tints of #ECF1DC

#ECF1DC
(236,241,220)
#EDF2DF
(237,242,223)
#EEF3E2
(238,243,226)
#EFF4E5
(239,244,229)
#F0F5E8
(240,245,232)
#F1F6EB
(241,246,235)
#F2F7EE
(242,247,238)
#F3F8F1
(243,248,241)
#F4F9F4
(244,249,244)
#F5FAF7
(245,250,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF1DC color. Also use rgb(236,241,220) instead hex code.

Text Font Color

.myTextColor { color: #ECF1DC; }

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

This text font color is #ECF1DC.


Background Color

.myBgColor { background-color: #ECF1DC; }

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

This div background color is #ECF1DC.


Border color

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

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

This div border color is #ECF1DC.


Opacity

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

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

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

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

This text has shadow with #ECF1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1DC on black background.


Color preview on white background

This text has color #ECF1DC on white background.



Black color preview on #ECF1DC background

This text has black color on #ECF1DC background.


White color preview on #ECF1DC background

This text has white color on #ECF1DC background.