COLOR #ECF0DE

HEX: #ECF0DE RGB: (236,240,222)

Color info

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

RGB color model

#ECF0DE color RGB value is (236,240,222).

RGB: (236,240,222) (93%, 94%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 222 of 255 = 87%

236
240
222

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 222 = 698 (100%)
R 236 of 698 ~ 33.81%
G 240 of 698 ~ 34.38%
B 222 of 698 ~ 31.81'%

%33.81
%34.38
%31.81

CMYK color model

#ECF0DE color CMYK value is (2,0,8,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 5.88%

CMYK: (2,0,8,6)
C2M0Y8K6 (2%, 0%, 8%, 6%)
(0.02 / 0.00 / 0.08 / 0.06)

CMYK percentages

%1.67
%0
%7.5
%5.88

Codes

Color #ECF0DE in popluar color models

EC F0 DE
RGB 236 240 222
HSL 73° 37.50% 90.59%
HSB/HSV 73° 7.50% 94.12%
CMYK 1.67% 0.00% 7.50%
5.88%

Color #ECF0DE in popluar number systems.

HEX EC F0 DE
Decimal 236 240 222
Binary 11101100 11110000 11011110
Octal 354 360 336

Shades and tints

Shades of #ECF0DE

#ECF0DE
(236,240,222)
#D7DBCA
(215,219,202)
#C2C6B6
(194,198,182)
#ADB1A2
(173,177,162)
#989C8E
(152,156,142)
#83877A
(131,135,122)
#6E7266
(110,114,102)
#595D52
(89,93,82)
#44483E
(68,72,62)
#2F332A
(47,51,42)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #ECF0DE

#ECF0DE
(236,240,222)
#EDF1E1
(237,241,225)
#EEF2E4
(238,242,228)
#EFF3E7
(239,243,231)
#F0F4EA
(240,244,234)
#F1F5ED
(241,245,237)
#F2F6F0
(242,246,240)
#F3F7F3
(243,247,243)
#F4F8F6
(244,248,246)
#F5F9F9
(245,249,249)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0DE; }

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

This text font color is #ECF0DE.

Background Color

.myBgColor { background-color: #ECF0DE; }

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

This div background color is #ECF0DE.

Border color

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

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

This div border color is #ECF0DE.

Opacity

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

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

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

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

This text has shadow with #ECF0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0DE.

Preview

Color preview on black background

This text has color #ECF0DE on black background.


Color preview on white background

This text has color #ECF0DE on white background.


Black color preview on #ECF0DE background

This text has black color on #ECF0DE background.


White color preview on #ECF0DE background

This text has white color on #ECF0DE background.


Related colors

Complementary color

Complementary color for #hex is #130F21.


I love getcolorcode.com

Triadic colors

1 #DEECF0 and #F0DEEC with #ECF0DE are triadic colors.

2 #DEF0EC and #F0ECDE with #ECF0DE are triadic colors.