COLOR #ECFAE6

HEX: #ECFAE6
RGB: (236,250,230)

Color info

#ECFAE6 contains red, green and blue colors in about the same proportion. Web safe color of #ECFAE6 is #FFFFCC (or #FFC).

RGB color model

#ECFAE6 color RGB value is (236,250,230).

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

RGB channels and saturation

R 236 of 255 = 93%
G 250 of 255 = 98%
B 230 of 255 = 90%

236
250
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 250 + 230 = 716 (100%)
R 236 of 716 ~ 32.96%
G 250 of 716 ~ 34.92%
B 230 of 716 ~ 32.12%

%32.96
%34.92
%32.12

CMYK color model

#ECFAE6 color CMYK value is (6,0,8,2).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(6,0,8,2)
C6M0Y8K2 
(6%,0%,8%,2%)
(0.06/0.00/0.08/0.02)	

CMYK percentages

%5.6
%0
%8
%1.96

Codes

Color #ECFAE6 in popluar color models

ECFAE6
RGB236250230
HSL102°66.67%94.12%
HSB/HSV102°8.00%98.04%
CMYK5.60%0.00%8.00%
1.96%

Color #ECFAE6 in popluar number systems.

HEXECFAE6
Decimal236250230
Binary111011001111101011100110
Octal354372346

Shades and tints

Shades of #ECFAE6

#ECFAE6
(236,250,230)
#D7E4D2
(215,228,210)
#C2CEBE
(194,206,190)
#ADB8AA
(173,184,170)
#98A296
(152,162,150)
#838C82
(131,140,130)
#6E766E
(110,118,110)
#59605A
(89,96,90)
#444A46
(68,74,70)
#2F3432
(47,52,50)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #ECFAE6

#ECFAE6
(236,250,230)
#EDFAE8
(237,250,232)
#EEFAEA
(238,250,234)
#EFFAEC
(239,250,236)
#F0FAEE
(240,250,238)
#F1FAF0
(241,250,240)
#F2FAF2
(242,250,242)
#F3FAF4
(243,250,244)
#F4FAF6
(244,250,246)
#F5FAF8
(245,250,248)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAE6; }

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

This text font color is #ECFAE6.


Background Color

.myBgColor { background-color: #ECFAE6; }

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

This div background color is #ECFAE6.


Border color

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

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

This div border color is #ECFAE6.


Opacity

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

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

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

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

This text has shadow with #ECFAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFAE6 on black background.


Color preview on white background

This text has color #ECFAE6 on white background.



Black color preview on #ECFAE6 background

This text has black color on #ECFAE6 background.


White color preview on #ECFAE6 background

This text has white color on #ECFAE6 background.