COLOR #ECF2DC

HEX: #ECF2DC
RGB: (236,242,220)

Color info

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

RGB color model

#ECF2DC color RGB value is (236,242,220).

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

RGB channels and saturation

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

236
242
220

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

Portions of RGB colors in percentages

R + G + B =
236 + 242 + 220 = 698 (100%)
R 236 of 698 ~ 33.81%
G 242 of 698 ~ 34.67%
B 220 of 698 ~ 31.52%

%33.81
%34.67
%31.52

CMYK color model

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

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

CMYK percentages

%2.48
%0
%9.09
%5.1

Codes

Color #ECF2DC in popluar color models

ECF2DC
RGB236242220
HSL76°45.83%90.59%
HSB/HSV76°9.09%94.90%
CMYK2.48%0.00%9.09%
5.10%

Color #ECF2DC in popluar number systems.

HEXECF2DC
Decimal236242220
Binary111011001111001011011100
Octal354362334

Shades and tints

Shades of #ECF2DC

#ECF2DC
(236,242,220)
#D7DCC8
(215,220,200)
#C2C6B4
(194,198,180)
#ADB0A0
(173,176,160)
#989A8C
(152,154,140)
#838478
(131,132,120)
#6E6E64
(110,110,100)
#595850
(89,88,80)
#44423C
(68,66,60)
#2F2C28
(47,44,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #ECF2DC

#ECF2DC
(236,242,220)
#EDF3DF
(237,243,223)
#EEF4E2
(238,244,226)
#EFF5E5
(239,245,229)
#F0F6E8
(240,246,232)
#F1F7EB
(241,247,235)
#F2F8EE
(242,248,238)
#F3F9F1
(243,249,241)
#F4FAF4
(244,250,244)
#F5FBF7
(245,251,247)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF2DC; }

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

This text font color is #ECF2DC.


Background Color

.myBgColor { background-color: #ECF2DC; }

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

This div background color is #ECF2DC.


Border color

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

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

This div border color is #ECF2DC.


Opacity

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

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

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

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

This text has shadow with #ECF2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF2DC on black background.


Color preview on white background

This text has color #ECF2DC on white background.



Black color preview on #ECF2DC background

This text has black color on #ECF2DC background.


White color preview on #ECF2DC background

This text has white color on #ECF2DC background.