COLOR #ECF1DE

HEX: #ECF1DE RGB: (236,241,222)

Color info

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

RGB color model

#ECF1DE color RGB value is (236,241,222).

RGB: (236,241,222) (93%, 95%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 222 of 255 = 87%

236
241
222

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

Portions of RGB colors in percentages

R + G + B = 236 + 241 + 222 = 699 (100%)
R 236 of 699 ~ 33.76%
G 241 of 699 ~ 34.48%
B 222 of 699 ~ 31.76'%

%33.76
%34.48
%31.76

CMYK color model

#ECF1DE color CMYK value is (2,0,8,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK: (2,0,8,5) C2M0Y8K5 (2%,0%,8%,5%) (0.02/0.00/0.08/0.05) 

CMYK percentages

%2.07
%0
%7.88
%5.49

Codes

Color #ECF1DE in popluar color models

EC F1 DE
RGB 236 241 222
HSL 76° 40.43% 90.78%
HSB/HSV 76° 7.88% 94.51%
CMYK 2.07% 0.00% 7.88%
5.49%

Color #ECF1DE in popluar number systems.

HEX EC F1 DE
Decimal 236 241 222
Binary 11101100 11110001 11011110
Octal 354 361 336

Shades and tints

Shades of #ECF1DE

#ECF1DE
(236,241,222)
#D7DCCA
(215,220,202)
#C2C7B6
(194,199,182)
#ADB2A2
(173,178,162)
#989D8E
(152,157,142)
#83887A
(131,136,122)
#6E7366
(110,115,102)
#595E52
(89,94,82)
#44493E
(68,73,62)
#2F342A
(47,52,42)
#1A1F16
(26,31,22)
#000000
(0,0,0)

Tints of #ECF1DE

#ECF1DE
(236,241,222)
#EDF2E1
(237,242,225)
#EEF3E4
(238,243,228)
#EFF4E7
(239,244,231)
#F0F5EA
(240,245,234)
#F1F6ED
(241,246,237)
#F2F7F0
(242,247,240)
#F3F8F3
(243,248,243)
#F4F9F6
(244,249,246)
#F5FAF9
(245,250,249)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1DE; }

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

This text font color is #ECF1DE.

Background Color

.myBgColor { background-color: #ECF1DE; }

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

This div background color is #ECF1DE.

Border color

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

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

This div border color is #ECF1DE.

Opacity

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

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

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

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

This text has shadow with #ECF1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF1DE.

Preview

Color preview on black background

This text has color #ECF1DE on black background.


Color preview on white background

This text has color #ECF1DE on white background.


Black color preview on #ECF1DE background

This text has black color on #ECF1DE background.


White color preview on #ECF1DE background

This text has white color on #ECF1DE background.


Related colors

Complementary color

Complementary color for #hex is #130E21.


I love getcolorcode.com

Triadic colors

1 #DEECF1 and #F1DEEC with #ECF1DE are triadic colors.

2 #DEF1EC and #F1ECDE with #ECF1DE are triadic colors.