COLOR #ECF0F2

HEX: #ECF0F2 RGB: (236,240,242)

Color info

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

RGB color model

#ECF0F2 color RGB value is (236,240,242).

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

RGB channels and saturation

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

236
240
242

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 242 = 718 (100%)
R 236 of 718 ~ 32.87%
G 240 of 718 ~ 33.43%
B 242 of 718 ~ 33.7'%

%32.87
%33.43
%33.7

CMYK color model

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

  • cyan value is 2.48%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,1,0,5)
C2M1Y0K5 (2%, 1%, 0%, 5%)
(0.02 / 0.01 / 0.00 / 0.05)

CMYK percentages

%2.48
%0.83
%0
%5.1

Codes

Color #ECF0F2 in popluar color models

EC F0 F2
RGB 236 240 242
HSL 200° 18.75% 93.73%
HSB/HSV 200° 2.48% 94.90%
CMYK 2.48% 0.83% 0.00%
5.10%

Color #ECF0F2 in popluar number systems.

HEX EC F0 F2
Decimal 236 240 242
Binary 11101100 11110000 11110010
Octal 354 360 362

Shades and tints

Shades of #ECF0F2

#ECF0F2
(236,240,242)
#D7DBDC
(215,219,220)
#C2C6C6
(194,198,198)
#ADB1B0
(173,177,176)
#989C9A
(152,156,154)
#838784
(131,135,132)
#6E726E
(110,114,110)
#595D58
(89,93,88)
#444842
(68,72,66)
#2F332C
(47,51,44)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #ECF0F2

#ECF0F2
(236,240,242)
#EDF1F3
(237,241,243)
#EEF2F4
(238,242,244)
#EFF3F5
(239,243,245)
#F0F4F6
(240,244,246)
#F1F5F7
(241,245,247)
#F2F6F8
(242,246,248)
#F3F7F9
(243,247,249)
#F4F8FA
(244,248,250)
#F5F9FB
(245,249,251)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0F2; }

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

This text font color is #ECF0F2.

Background Color

.myBgColor { background-color: #ECF0F2; }

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

This div background color is #ECF0F2.

Border color

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

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

This div border color is #ECF0F2.

Opacity

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

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

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

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

This text has shadow with #ECF0F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0F2.

Preview

Color preview on black background

This text has color #ECF0F2 on black background.


Color preview on white background

This text has color #ECF0F2 on white background.


Black color preview on #ECF0F2 background

This text has black color on #ECF0F2 background.


White color preview on #ECF0F2 background

This text has white color on #ECF0F2 background.


Related colors

Complementary color

Complementary color for #hex is #130F0D.


I love getcolorcode.com

Triadic colors

1 #F2ECF0 and #F0F2EC with #ECF0F2 are triadic colors.

2 #F2F0EC and #F0ECF2 with #ECF0F2 are triadic colors.