COLOR #ECF9F1

HEX: #ECF9F1 RGB: (236,249,241)

Color info

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

RGB color model

#ECF9F1 color RGB value is (236,249,241).

RGB: (236,249,241) (93%, 98%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 249 of 255 = 98%
B 241 of 255 = 95%

236
249
241

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

Portions of RGB colors in percentages

R + G + B = 236 + 249 + 241 = 726 (100%)
R 236 of 726 ~ 32.51%
G 249 of 726 ~ 34.3%
B 241 of 726 ~ 33.2'%

%32.51
%34.3
%33.2

CMYK color model

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

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 2.35%
CMYK: (5,0,3,2) C5M0Y3K2 (5%,0%,3%,2%) (0.05/0.00/0.03/0.02) 

CMYK percentages

%5.22
%0
%3.21
%2.35

Codes

Color #ECF9F1 in popluar color models

EC F9 F1
RGB 236 249 241
HSL 143° 52.00% 95.10%
HSB/HSV 143° 5.22% 97.65%
CMYK 5.22% 0.00% 3.21%
2.35%

Color #ECF9F1 in popluar number systems.

HEX EC F9 F1
Decimal 236 249 241
Binary 11101100 11111001 11110001
Octal 354 371 361

Shades and tints

Shades of #ECF9F1

#ECF9F1
(236,249,241)
#D7E3DC
(215,227,220)
#C2CDC7
(194,205,199)
#ADB7B2
(173,183,178)
#98A19D
(152,161,157)
#838B88
(131,139,136)
#6E7573
(110,117,115)
#595F5E
(89,95,94)
#444949
(68,73,73)
#2F3334
(47,51,52)
#1A1D1F
(26,29,31)
#000000
(0,0,0)

Tints of #ECF9F1

#ECF9F1
(236,249,241)
#EDF9F2
(237,249,242)
#EEF9F3
(238,249,243)
#EFF9F4
(239,249,244)
#F0F9F5
(240,249,245)
#F1F9F6
(241,249,246)
#F2F9F7
(242,249,247)
#F3F9F8
(243,249,248)
#F4F9F9
(244,249,249)
#F5F9FA
(245,249,250)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF9F1; }

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

This text font color is #ECF9F1.

Background Color

.myBgColor { background-color: #ECF9F1; }

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

This div background color is #ECF9F1.

Border color

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

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

This div border color is #ECF9F1.

Opacity

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

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

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

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

This text has shadow with #ECF9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF9F1.

Preview

Color preview on black background

This text has color #ECF9F1 on black background.


Color preview on white background

This text has color #ECF9F1 on white background.


Black color preview on #ECF9F1 background

This text has black color on #ECF9F1 background.


White color preview on #ECF9F1 background

This text has white color on #ECF9F1 background.


Related colors

Complementary color

Complementary color for #hex is #13060E.


I love getcolorcode.com

Triadic colors

1 #F1ECF9 and #F9F1EC with #ECF9F1 are triadic colors.

2 #F1F9EC and #F9ECF1 with #ECF9F1 are triadic colors.