COLOR #ECFAED

HEX: #ECFAED
RGB: (236,250,237)

Color info

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

RGB color model

#ECFAED color RGB value is (236,250,237).

  • red value is 236;
  • green value is 250;
  • blue value is 237.
RGB:
(236,250,237)
(93%,98%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 250 of 255 = 98%
B 237 of 255 = 93%

236
250
237

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

Portions of RGB colors in percentages

R + G + B =
236 + 250 + 237 = 723 (100%)
R 236 of 723 ~ 32.64%
G 250 of 723 ~ 34.58%
B 237 of 723 ~ 32.78%

%32.64
%34.58
%32.78

CMYK color model

#ECFAED color CMYK value is (6,0,5,2).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(6,0,5,2)
C6M0Y5K2 
(6%,0%,5%,2%)
(0.06/0.00/0.05/0.02)	

CMYK percentages

%5.6
%0
%5.2
%1.96

Codes

Color #ECFAED in popluar color models

ECFAED
RGB236250237
HSL124°58.33%95.29%
HSB/HSV124°5.60%98.04%
CMYK5.60%0.00%5.20%
1.96%

Color #ECFAED in popluar number systems.

HEXECFAED
Decimal236250237
Binary111011001111101011101101
Octal354372355

Shades and tints

Shades of #ECFAED

#ECFAED
(236,250,237)
#D7E4D8
(215,228,216)
#C2CEC3
(194,206,195)
#ADB8AE
(173,184,174)
#98A299
(152,162,153)
#838C84
(131,140,132)
#6E766F
(110,118,111)
#59605A
(89,96,90)
#444A45
(68,74,69)
#2F3430
(47,52,48)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #ECFAED

#ECFAED
(236,250,237)
#EDFAEE
(237,250,238)
#EEFAEF
(238,250,239)
#EFFAF0
(239,250,240)
#F0FAF1
(240,250,241)
#F1FAF2
(241,250,242)
#F2FAF3
(242,250,243)
#F3FAF4
(243,250,244)
#F4FAF5
(244,250,245)
#F5FAF6
(245,250,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAED; }

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

This text font color is #ECFAED.


Background Color

.myBgColor { background-color: #ECFAED; }

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

This div background color is #ECFAED.


Border color

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

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

This div border color is #ECFAED.


Opacity

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

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

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

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

This text has shadow with #ECFAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFAED on black background.


Color preview on white background

This text has color #ECFAED on white background.



Black color preview on #ECFAED background

This text has black color on #ECFAED background.


White color preview on #ECFAED background

This text has white color on #ECFAED background.