COLOR #ECF0E1

HEX: #ECF0E1 RGB: (236,240,225)

Color info

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

RGB color model

#ECF0E1 color RGB value is (236,240,225).

RGB: (236,240,225) (93%, 94%, 88%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 225 of 255 = 88%

236
240
225

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 225 = 701 (100%)
R 236 of 701 ~ 33.67%
G 240 of 701 ~ 34.24%
B 225 of 701 ~ 32.1'%

%33.67
%34.24
%32.1

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK: (2,0,6,6) C2M0Y6K6 (2%,0%,6%,6%) (0.02/0.00/0.06/0.06) 

CMYK percentages

%1.67
%0
%6.25
%5.88

Codes

Color #ECF0E1 in popluar color models

EC F0 E1
RGB 236 240 225
HSL 76° 33.33% 91.18%
HSB/HSV 76° 6.25% 94.12%
CMYK 1.67% 0.00% 6.25%
5.88%

Color #ECF0E1 in popluar number systems.

HEX EC F0 E1
Decimal 236 240 225
Binary 11101100 11110000 11100001
Octal 354 360 341

Shades and tints

Shades of #ECF0E1

#ECF0E1
(236,240,225)
#D7DBCD
(215,219,205)
#C2C6B9
(194,198,185)
#ADB1A5
(173,177,165)
#989C91
(152,156,145)
#83877D
(131,135,125)
#6E7269
(110,114,105)
#595D55
(89,93,85)
#444841
(68,72,65)
#2F332D
(47,51,45)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #ECF0E1

#ECF0E1
(236,240,225)
#EDF1E3
(237,241,227)
#EEF2E5
(238,242,229)
#EFF3E7
(239,243,231)
#F0F4E9
(240,244,233)
#F1F5EB
(241,245,235)
#F2F6ED
(242,246,237)
#F3F7EF
(243,247,239)
#F4F8F1
(244,248,241)
#F5F9F3
(245,249,243)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0E1; }

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

This text font color is #ECF0E1.

Background Color

.myBgColor { background-color: #ECF0E1; }

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

This div background color is #ECF0E1.

Border color

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

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

This div border color is #ECF0E1.

Opacity

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

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

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

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

This text has shadow with #ECF0E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0E1.

Preview

Color preview on black background

This text has color #ECF0E1 on black background.


Color preview on white background

This text has color #ECF0E1 on white background.


Black color preview on #ECF0E1 background

This text has black color on #ECF0E1 background.


White color preview on #ECF0E1 background

This text has white color on #ECF0E1 background.


Related colors

Complementary color

Complementary color for #hex is #130F1E.


I love getcolorcode.com

Triadic colors

1 #E1ECF0 and #F0E1EC with #ECF0E1 are triadic colors.

2 #E1F0EC and #F0ECE1 with #ECF0E1 are triadic colors.