COLOR #ECFAC6

HEX: #ECFAC6
RGB: (236,250,198)

Color info

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

RGB color model

#ECFAC6 color RGB value is (236,250,198).

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

RGB channels and saturation

R 236 of 255 = 93%
G 250 of 255 = 98%
B 198 of 255 = 78%

236
250
198

R + G + B ~ 90%. #ECFAC6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 250 + 198 = 684 (100%)
R 236 of 684 ~ 34.5%
G 250 of 684 ~ 36.55%
B 198 of 684 ~ 28.95%

%34.5
%36.55
%28.95

CMYK color model

#ECFAC6 color CMYK value is (6,0,21,2).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(6,0,21,2)
C6M0Y21K2 
(6%,0%,21%,2%)
(0.06/0.00/0.21/0.02)	

CMYK percentages

%5.6
%0
%20.8
%1.96

Codes

Color #ECFAC6 in popluar color models

ECFAC6
RGB236250198
HSL76°83.87%87.84%
HSB/HSV76°20.80%98.04%
CMYK5.60%0.00%20.80%
1.96%

Color #ECFAC6 in popluar number systems.

HEXECFAC6
Decimal236250198
Binary111011001111101011000110
Octal354372306

Shades and tints

Shades of #ECFAC6

#ECFAC6
(236,250,198)
#D7E4B4
(215,228,180)
#C2CEA2
(194,206,162)
#ADB890
(173,184,144)
#98A27E
(152,162,126)
#838C6C
(131,140,108)
#6E765A
(110,118,90)
#596048
(89,96,72)
#444A36
(68,74,54)
#2F3424
(47,52,36)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #ECFAC6

#ECFAC6
(236,250,198)
#EDFACB
(237,250,203)
#EEFAD0
(238,250,208)
#EFFAD5
(239,250,213)
#F0FADA
(240,250,218)
#F1FADF
(241,250,223)
#F2FAE4
(242,250,228)
#F3FAE9
(243,250,233)
#F4FAEE
(244,250,238)
#F5FAF3
(245,250,243)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAC6; }

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

This text font color is #ECFAC6.


Background Color

.myBgColor { background-color: #ECFAC6; }

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

This div background color is #ECFAC6.


Border color

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

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

This div border color is #ECFAC6.


Opacity

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

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

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

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

This text has shadow with #ECFAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFAC6 on black background.


Color preview on white background

This text has color #ECFAC6 on white background.



Black color preview on #ECFAC6 background

This text has black color on #ECFAC6 background.


White color preview on #ECFAC6 background

This text has white color on #ECFAC6 background.