COLOR #ECF0F1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

236
240
241

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

Portions of RGB colors in percentages

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

%32.91
%33.47
%33.61

CMYK color model

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

  • cyan value is 2.07%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • 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.41
%0
%5.49

Codes

Color #ECF0F1 in popluar color models

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

Color #ECF0F1 in popluar number systems.

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

Shades and tints

Shades of #ECF0F1

#ECF0F1
(236,240,241)
#D7DBDC
(215,219,220)
#C2C6C7
(194,198,199)
#ADB1B2
(173,177,178)
#989C9D
(152,156,157)
#838788
(131,135,136)
#6E7273
(110,114,115)
#595D5E
(89,93,94)
#444849
(68,72,73)
#2F3334
(47,51,52)
#1A1E1F
(26,30,31)
#000000
(0,0,0)

Tints of #ECF0F1

#ECF0F1
(236,240,241)
#EDF1F2
(237,241,242)
#EEF2F3
(238,242,243)
#EFF3F4
(239,243,244)
#F0F4F5
(240,244,245)
#F1F5F6
(241,245,246)
#F2F6F7
(242,246,247)
#F3F7F8
(243,247,248)
#F4F8F9
(244,248,249)
#F5F9FA
(245,249,250)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0F1; }

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

This text font color is #ECF0F1.

Background Color

.myBgColor { background-color: #ECF0F1; }

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

This div background color is #ECF0F1.

Border color

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

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

This div border color is #ECF0F1.

Opacity

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

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

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

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

This text has shadow with #ECF0F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0F1.

Preview

Color preview on black background

This text has color #ECF0F1 on black background.


Color preview on white background

This text has color #ECF0F1 on white background.


Black color preview on #ECF0F1 background

This text has black color on #ECF0F1 background.


White color preview on #ECF0F1 background

This text has white color on #ECF0F1 background.


Related colors

Complementary color

Complementary color for #hex is #130F0E.


I love getcolorcode.com

Triadic colors

1 #F1ECF0 and #F0F1EC with #ECF0F1 are triadic colors.

2 #F1F0EC and #F0ECF1 with #ECF0F1 are triadic colors.