COLOR #ECF5F1

HEX: #ECF5F1 RGB: (236,245,241)

Color info

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

RGB color model

#ECF5F1 color RGB value is (236,245,241).

RGB: (236,245,241) (93%, 96%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 241 of 255 = 95%

236
245
241

R + G + B ~ 95%. #ECF5F1 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 245 + 241 = 722 (100%)
R 236 of 722 ~ 32.69%
G 245 of 722 ~ 33.93%
B 241 of 722 ~ 33.38'%

%32.69
%33.93
%33.38

CMYK color model

#ECF5F1 color CMYK value is (4,0,2,4).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 3.92%

CMYK: (4,0,2,4)
C4M0Y2K4 (4%, 0%, 2%, 4%)
(0.04 / 0.00 / 0.02 / 0.04)

CMYK percentages

%3.67
%0
%1.63
%3.92

Codes

Color #ECF5F1 in popluar color models

EC F5 F1
RGB 236 245 241
HSL 153° 31.03% 94.31%
HSB/HSV 153° 3.67% 96.08%
CMYK 3.67% 0.00% 1.63%
3.92%

Color #ECF5F1 in popluar number systems.

HEX EC F5 F1
Decimal 236 245 241
Binary 11101100 11110101 11110001
Octal 354 365 361

Shades and tints

Shades of #ECF5F1

#ECF5F1
(236,245,241)
#D7DFDC
(215,223,220)
#C2C9C7
(194,201,199)
#ADB3B2
(173,179,178)
#989D9D
(152,157,157)
#838788
(131,135,136)
#6E7173
(110,113,115)
#595B5E
(89,91,94)
#444549
(68,69,73)
#2F2F34
(47,47,52)
#1A191F
(26,25,31)
#000000
(0,0,0)

Tints of #ECF5F1

#ECF5F1
(236,245,241)
#EDF5F2
(237,245,242)
#EEF5F3
(238,245,243)
#EFF5F4
(239,245,244)
#F0F5F5
(240,245,245)
#F1F5F6
(241,245,246)
#F2F5F7
(242,245,247)
#F3F5F8
(243,245,248)
#F4F5F9
(244,245,249)
#F5F5FA
(245,245,250)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5F1; }

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

This text font color is #ECF5F1.

Background Color

.myBgColor { background-color: #ECF5F1; }

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

This div background color is #ECF5F1.

Border color

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

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

This div border color is #ECF5F1.

Opacity

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

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

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

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

This text has shadow with #ECF5F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF5F1.

Preview

Color preview on black background

This text has color #ECF5F1 on black background.


Color preview on white background

This text has color #ECF5F1 on white background.


Black color preview on #ECF5F1 background

This text has black color on #ECF5F1 background.


White color preview on #ECF5F1 background

This text has white color on #ECF5F1 background.


Related colors

Complementary color

Complementary color for #hex is #130A0E.


I love getcolorcode.com

Triadic colors

1 #F1ECF5 and #F5F1EC with #ECF5F1 are triadic colors.

2 #F1F5EC and #F5ECF1 with #ECF5F1 are triadic colors.