COLOR #ECF5DC

HEX: #ECF5DC RGB: (236,245,220)

Color info

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

RGB color model

#ECF5DC color RGB value is (236,245,220).

RGB: (236,245,220) (93%, 96%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 220 of 255 = 86%

236
245
220

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

Portions of RGB colors in percentages

R + G + B = 236 + 245 + 220 = 701 (100%)
R 236 of 701 ~ 33.67%
G 245 of 701 ~ 34.95%
B 220 of 701 ~ 31.38'%

%33.67
%34.95
%31.38

CMYK color model

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

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • 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
%10.2
%3.92

Codes

Color #ECF5DC in popluar color models

EC F5 DC
RGB 236 245 220
HSL 82° 55.56% 91.18%
HSB/HSV 82° 10.20% 96.08%
CMYK 3.67% 0.00% 10.20%
3.92%

Color #ECF5DC in popluar number systems.

HEX EC F5 DC
Decimal 236 245 220
Binary 11101100 11110101 11011100
Octal 354 365 334

Shades and tints

Shades of #ECF5DC

#ECF5DC
(236,245,220)
#D7DFC8
(215,223,200)
#C2C9B4
(194,201,180)
#ADB3A0
(173,179,160)
#989D8C
(152,157,140)
#838778
(131,135,120)
#6E7164
(110,113,100)
#595B50
(89,91,80)
#44453C
(68,69,60)
#2F2F28
(47,47,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #ECF5DC

#ECF5DC
(236,245,220)
#EDF5DF
(237,245,223)
#EEF5E2
(238,245,226)
#EFF5E5
(239,245,229)
#F0F5E8
(240,245,232)
#F1F5EB
(241,245,235)
#F2F5EE
(242,245,238)
#F3F5F1
(243,245,241)
#F4F5F4
(244,245,244)
#F5F5F7
(245,245,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5DC; }

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

This text font color is #ECF5DC.

Background Color

.myBgColor { background-color: #ECF5DC; }

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

This div background color is #ECF5DC.

Border color

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

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

This div border color is #ECF5DC.

Opacity

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

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

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

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

This text has shadow with #ECF5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF5DC.

Preview

Color preview on black background

This text has color #ECF5DC on black background.


Color preview on white background

This text has color #ECF5DC on white background.


Black color preview on #ECF5DC background

This text has black color on #ECF5DC background.


White color preview on #ECF5DC background

This text has white color on #ECF5DC background.


Related colors

Complementary color

Complementary color for #hex is #130A23.


I love getcolorcode.com

Triadic colors

1 #DCECF5 and #F5DCEC with #ECF5DC are triadic colors.

2 #DCF5EC and #F5ECDC with #ECF5DC are triadic colors.