COLOR #ECF1F0

HEX: #ECF1F0 RGB: (236,241,240)

Color info

#ECF1F0 contains red, green and blue colors in about the same proportion. Web safe color of #ECF1F0 is #FFFFFF (or #FFF).

RGB color model

#ECF1F0 color RGB value is (236,241,240).

RGB: (236,241,240) (93%, 95%, 94%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 240 of 255 = 94%

236
241
240

R + G + B ~ 94%. #ECF1F0 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 241 + 240 = 717 (100%)
R 236 of 717 ~ 32.91%
G 241 of 717 ~ 33.61%
B 240 of 717 ~ 33.47'%

%32.91
%33.61
%33.47

CMYK color model

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

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 5.49%

CMYK: (2,0,0,5)
C2M0Y0K5 (2%, 0%, 0%, 5%)
(0.02 / 0.00 / 0.00 / 0.05)

CMYK percentages

%2.07
%0
%0.41
%5.49

Codes

Color #ECF1F0 in popluar color models

EC F1 F0
RGB 236 241 240
HSL 168° 15.15% 93.53%
HSB/HSV 168° 2.07% 94.51%
CMYK 2.07% 0.00% 0.41%
5.49%

Color #ECF1F0 in popluar number systems.

HEX EC F1 F0
Decimal 236 241 240
Binary 11101100 11110001 11110000
Octal 354 361 360

Shades and tints

Shades of #ECF1F0

#ECF1F0
(236,241,240)
#D7DCDB
(215,220,219)
#C2C7C6
(194,199,198)
#ADB2B1
(173,178,177)
#989D9C
(152,157,156)
#838887
(131,136,135)
#6E7372
(110,115,114)
#595E5D
(89,94,93)
#444948
(68,73,72)
#2F3433
(47,52,51)
#1A1F1E
(26,31,30)
#000000
(0,0,0)

Tints of #ECF1F0

#ECF1F0
(236,241,240)
#EDF2F1
(237,242,241)
#EEF3F2
(238,243,242)
#EFF4F3
(239,244,243)
#F0F5F4
(240,245,244)
#F1F6F5
(241,246,245)
#F2F7F6
(242,247,246)
#F3F8F7
(243,248,247)
#F4F9F8
(244,249,248)
#F5FAF9
(245,250,249)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1F0; }

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

This text font color is #ECF1F0.

Background Color

.myBgColor { background-color: #ECF1F0; }

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

This div background color is #ECF1F0.

Border color

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

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

This div border color is #ECF1F0.

Opacity

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

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

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

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

This text has shadow with #ECF1F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF1F0.

Preview

Color preview on black background

This text has color #ECF1F0 on black background.


Color preview on white background

This text has color #ECF1F0 on white background.


Black color preview on #ECF1F0 background

This text has black color on #ECF1F0 background.


White color preview on #ECF1F0 background

This text has white color on #ECF1F0 background.


Related colors

Complementary color

Complementary color for #hex is #130E0F.


I love getcolorcode.com

Triadic colors

1 #F0ECF1 and #F1F0EC with #ECF1F0 are triadic colors.

2 #F0F1EC and #F1ECF0 with #ECF1F0 are triadic colors.