COLOR #ECF5F4

HEX: #ECF5F4 RGB: (236,245,244)

Color info

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

RGB color model

#ECF5F4 color RGB value is (236,245,244).

RGB: (236,245,244) (93%, 96%, 96%)

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 244 of 255 = 96%

236
245
244

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

Portions of RGB colors in percentages

R + G + B = 236 + 245 + 244 = 725 (100%)
R 236 of 725 ~ 32.55%
G 245 of 725 ~ 33.79%
B 244 of 725 ~ 33.66'%

%32.55
%33.79
%33.66

CMYK color model

#ECF5F4 color CMYK value is (4,0,0,4).

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

CMYK: (4,0,0,4)
C4M0Y0K4 (4%, 0%, 0%, 4%)
(0.04 / 0.00 / 0.00 / 0.04)

CMYK percentages

%3.67
%0
%0.41
%3.92

Codes

Color #ECF5F4 in popluar color models

EC F5 F4
RGB 236 245 244
HSL 173° 31.03% 94.31%
HSB/HSV 173° 3.67% 96.08%
CMYK 3.67% 0.00% 0.41%
3.92%

Color #ECF5F4 in popluar number systems.

HEX EC F5 F4
Decimal 236 245 244
Binary 11101100 11110101 11110100
Octal 354 365 364

Shades and tints

Shades of #ECF5F4

#ECF5F4
(236,245,244)
#D7DFDE
(215,223,222)
#C2C9C8
(194,201,200)
#ADB3B2
(173,179,178)
#989D9C
(152,157,156)
#838786
(131,135,134)
#6E7170
(110,113,112)
#595B5A
(89,91,90)
#444544
(68,69,68)
#2F2F2E
(47,47,46)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECF5F4

#ECF5F4
(236,245,244)
#EDF5F5
(237,245,245)
#EEF5F6
(238,245,246)
#EFF5F7
(239,245,247)
#F0F5F8
(240,245,248)
#F1F5F9
(241,245,249)
#F2F5FA
(242,245,250)
#F3F5FB
(243,245,251)
#F4F5FC
(244,245,252)
#F5F5FD
(245,245,253)
#F6F5FE
(246,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5F4; }

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

This text font color is #ECF5F4.

Background Color

.myBgColor { background-color: #ECF5F4; }

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

This div background color is #ECF5F4.

Border color

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

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

This div border color is #ECF5F4.

Opacity

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

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

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

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

This text has shadow with #ECF5F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF5F4.

Preview

Color preview on black background

This text has color #ECF5F4 on black background.


Color preview on white background

This text has color #ECF5F4 on white background.


Black color preview on #ECF5F4 background

This text has black color on #ECF5F4 background.


White color preview on #ECF5F4 background

This text has white color on #ECF5F4 background.


Related colors

Complementary color

Complementary color for #hex is #130A0B.


I love getcolorcode.com

Triadic colors

1 #F4ECF5 and #F5F4EC with #ECF5F4 are triadic colors.

2 #F4F5EC and #F5ECF4 with #ECF5F4 are triadic colors.