COLOR #ECFAF1

HEX: #ECFAF1 RGB: (236,250,241)

Color info

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

RGB color model

#ECFAF1 color RGB value is (236,250,241).

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

RGB channels and saturation

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

236
250
241

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

Portions of RGB colors in percentages

R + G + B = 236 + 250 + 241 = 727 (100%)
R 236 of 727 ~ 32.46%
G 250 of 727 ~ 34.39%
B 241 of 727 ~ 33.15'%

%32.46
%34.39
%33.15

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 1.96%
CMYK: (6,0,4,2) C6M0Y4K2 (6%,0%,4%,2%) (0.06/0.00/0.04/0.02) 

CMYK percentages

%5.6
%0
%3.6
%1.96

Codes

Color #ECFAF1 in popluar color models

EC FA F1
RGB 236 250 241
HSL 141° 58.33% 95.29%
HSB/HSV 141° 5.60% 98.04%
CMYK 5.60% 0.00% 3.60%
1.96%

Color #ECFAF1 in popluar number systems.

HEX EC FA F1
Decimal 236 250 241
Binary 11101100 11111010 11110001
Octal 354 372 361

Shades and tints

Shades of #ECFAF1

#ECFAF1
(236,250,241)
#D7E4DC
(215,228,220)
#C2CEC7
(194,206,199)
#ADB8B2
(173,184,178)
#98A29D
(152,162,157)
#838C88
(131,140,136)
#6E7673
(110,118,115)
#59605E
(89,96,94)
#444A49
(68,74,73)
#2F3434
(47,52,52)
#1A1E1F
(26,30,31)
#000000
(0,0,0)

Tints of #ECFAF1

#ECFAF1
(236,250,241)
#EDFAF2
(237,250,242)
#EEFAF3
(238,250,243)
#EFFAF4
(239,250,244)
#F0FAF5
(240,250,245)
#F1FAF6
(241,250,246)
#F2FAF7
(242,250,247)
#F3FAF8
(243,250,248)
#F4FAF9
(244,250,249)
#F5FAFA
(245,250,250)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAF1; }

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

This text font color is #ECFAF1.

Background Color

.myBgColor { background-color: #ECFAF1; }

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

This div background color is #ECFAF1.

Border color

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

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

This div border color is #ECFAF1.

Opacity

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

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

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

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

This text has shadow with #ECFAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFAF1.

Preview

Color preview on black background

This text has color #ECFAF1 on black background.


Color preview on white background

This text has color #ECFAF1 on white background.


Black color preview on #ECFAF1 background

This text has black color on #ECFAF1 background.


White color preview on #ECFAF1 background

This text has white color on #ECFAF1 background.


Related colors

Complementary color

Complementary color for #hex is #13050E.


I love getcolorcode.com

Triadic colors

1 #F1ECFA and #FAF1EC with #ECFAF1 are triadic colors.

2 #F1FAEC and #FAECF1 with #ECFAF1 are triadic colors.