COLOR #ECFAE8

HEX: #ECFAE8 RGB: (236,250,232)

Color info

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

RGB color model

#ECFAE8 color RGB value is (236,250,232).

RGB: (236,250,232) (93%, 98%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 250 of 255 = 98%
B 232 of 255 = 91%

236
250
232

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

Portions of RGB colors in percentages

R + G + B = 236 + 250 + 232 = 718 (100%)
R 236 of 718 ~ 32.87%
G 250 of 718 ~ 34.82%
B 232 of 718 ~ 32.31'%

%32.87
%34.82
%32.31

CMYK color model

#ECFAE8 color CMYK value is (6,0,7,2).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 1.96%
CMYK: (6,0,7,2) C6M0Y7K2 (6%,0%,7%,2%) (0.06/0.00/0.07/0.02) 

CMYK percentages

%5.6
%0
%7.2
%1.96

Codes

Color #ECFAE8 in popluar color models

EC FA E8
RGB 236 250 232
HSL 107° 64.29% 94.51%
HSB/HSV 107° 7.20% 98.04%
CMYK 5.60% 0.00% 7.20%
1.96%

Color #ECFAE8 in popluar number systems.

HEX EC FA E8
Decimal 236 250 232
Binary 11101100 11111010 11101000
Octal 354 372 350

Shades and tints

Shades of #ECFAE8

#ECFAE8
(236,250,232)
#D7E4D3
(215,228,211)
#C2CEBE
(194,206,190)
#ADB8A9
(173,184,169)
#98A294
(152,162,148)
#838C7F
(131,140,127)
#6E766A
(110,118,106)
#596055
(89,96,85)
#444A40
(68,74,64)
#2F342B
(47,52,43)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #ECFAE8

#ECFAE8
(236,250,232)
#EDFAEA
(237,250,234)
#EEFAEC
(238,250,236)
#EFFAEE
(239,250,238)
#F0FAF0
(240,250,240)
#F1FAF2
(241,250,242)
#F2FAF4
(242,250,244)
#F3FAF6
(243,250,246)
#F4FAF8
(244,250,248)
#F5FAFA
(245,250,250)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAE8; }

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

This text font color is #ECFAE8.

Background Color

.myBgColor { background-color: #ECFAE8; }

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

This div background color is #ECFAE8.

Border color

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

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

This div border color is #ECFAE8.

Opacity

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

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

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

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

This text has shadow with #ECFAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFAE8.

Preview

Color preview on black background

This text has color #ECFAE8 on black background.


Color preview on white background

This text has color #ECFAE8 on white background.


Black color preview on #ECFAE8 background

This text has black color on #ECFAE8 background.


White color preview on #ECFAE8 background

This text has white color on #ECFAE8 background.


Related colors

Complementary color

Complementary color for #hex is #130517.


I love getcolorcode.com

Triadic colors

1 #E8ECFA and #FAE8EC with #ECFAE8 are triadic colors.

2 #E8FAEC and #FAECE8 with #ECFAE8 are triadic colors.