COLOR #ECFCF2

HEX: #ECFCF2 RGB: (236,252,242)

Color info

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

RGB color model

#ECFCF2 color RGB value is (236,252,242).

RGB: (236,252,242) (93%, 99%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 252 of 255 = 99%
B 242 of 255 = 95%

236
252
242

R + G + B ~ 96%. #ECFCF2 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 252 + 242 = 730 (100%)
R 236 of 730 ~ 32.33%
G 252 of 730 ~ 34.52%
B 242 of 730 ~ 33.15'%

%32.33
%34.52
%33.15

CMYK color model

#ECFCF2 color CMYK value is (6,0,4,1).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 1.18%

CMYK: (6,0,4,1)
C6M0Y4K1 (6%, 0%, 4%, 1%)
(0.06 / 0.00 / 0.04 / 0.01)

CMYK percentages

%6.35
%0
%3.97
%1.18

Codes

Color #ECFCF2 in popluar color models

EC FC F2
RGB 236 252 242
HSL 143° 72.73% 95.69%
HSB/HSV 143° 6.35% 98.82%
CMYK 6.35% 0.00% 3.97%
1.18%

Color #ECFCF2 in popluar number systems.

HEX EC FC F2
Decimal 236 252 242
Binary 11101100 11111100 11110010
Octal 354 374 362

Shades and tints

Shades of #ECFCF2

#ECFCF2
(236,252,242)
#D7E6DC
(215,230,220)
#C2D0C6
(194,208,198)
#ADBAB0
(173,186,176)
#98A49A
(152,164,154)
#838E84
(131,142,132)
#6E786E
(110,120,110)
#596258
(89,98,88)
#444C42
(68,76,66)
#2F362C
(47,54,44)
#1A2016
(26,32,22)
#000000
(0,0,0)

Tints of #ECFCF2

#ECFCF2
(236,252,242)
#EDFCF3
(237,252,243)
#EEFCF4
(238,252,244)
#EFFCF5
(239,252,245)
#F0FCF6
(240,252,246)
#F1FCF7
(241,252,247)
#F2FCF8
(242,252,248)
#F3FCF9
(243,252,249)
#F4FCFA
(244,252,250)
#F5FCFB
(245,252,251)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFCF2; }

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

This text font color is #ECFCF2.

Background Color

.myBgColor { background-color: #ECFCF2; }

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

This div background color is #ECFCF2.

Border color

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

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

This div border color is #ECFCF2.

Opacity

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

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

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

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

This text has shadow with #ECFCF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFCF2.

Preview

Color preview on black background

This text has color #ECFCF2 on black background.


Color preview on white background

This text has color #ECFCF2 on white background.


Black color preview on #ECFCF2 background

This text has black color on #ECFCF2 background.


White color preview on #ECFCF2 background

This text has white color on #ECFCF2 background.


Related colors

Complementary color

Complementary color for #hex is #13030D.


I love getcolorcode.com

Triadic colors

1 #F2ECFC and #FCF2EC with #ECFCF2 are triadic colors.

2 #F2FCEC and #FCECF2 with #ECFCF2 are triadic colors.