COLOR #ECFAC9

HEX: #ECFAC9 RGB: (236,250,201)

Color info

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

RGB color model

#ECFAC9 color RGB value is (236,250,201).

RGB: (236,250,201) (93%, 98%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 250 of 255 = 98%
B 201 of 255 = 79%

236
250
201

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

Portions of RGB colors in percentages

R + G + B = 236 + 250 + 201 = 687 (100%)
R 236 of 687 ~ 34.35%
G 250 of 687 ~ 36.39%
B 201 of 687 ~ 29.26'%

%34.35
%36.39
%29.26

CMYK color model

#ECFAC9 color CMYK value is (6,0,20,2).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 1.96%

CMYK: (6,0,20,2)
C6M0Y20K2 (6%, 0%, 20%, 2%)
(0.06 / 0.00 / 0.20 / 0.02)

CMYK percentages

%5.6
%0
%19.6
%1.96

Codes

Color #ECFAC9 in popluar color models

EC FA C9
RGB 236 250 201
HSL 77° 83.05% 88.43%
HSB/HSV 77° 19.60% 98.04%
CMYK 5.60% 0.00% 19.60%
1.96%

Color #ECFAC9 in popluar number systems.

HEX EC FA C9
Decimal 236 250 201
Binary 11101100 11111010 11001001
Octal 354 372 311

Shades and tints

Shades of #ECFAC9

#ECFAC9
(236,250,201)
#D7E4B7
(215,228,183)
#C2CEA5
(194,206,165)
#ADB893
(173,184,147)
#98A281
(152,162,129)
#838C6F
(131,140,111)
#6E765D
(110,118,93)
#59604B
(89,96,75)
#444A39
(68,74,57)
#2F3427
(47,52,39)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #ECFAC9

#ECFAC9
(236,250,201)
#EDFACD
(237,250,205)
#EEFAD1
(238,250,209)
#EFFAD5
(239,250,213)
#F0FAD9
(240,250,217)
#F1FADD
(241,250,221)
#F2FAE1
(242,250,225)
#F3FAE5
(243,250,229)
#F4FAE9
(244,250,233)
#F5FAED
(245,250,237)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAC9; }

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

This text font color is #ECFAC9.

Background Color

.myBgColor { background-color: #ECFAC9; }

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

This div background color is #ECFAC9.

Border color

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

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

This div border color is #ECFAC9.

Opacity

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

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

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

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

This text has shadow with #ECFAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFAC9.

Preview

Color preview on black background

This text has color #ECFAC9 on black background.


Color preview on white background

This text has color #ECFAC9 on white background.


Black color preview on #ECFAC9 background

This text has black color on #ECFAC9 background.


White color preview on #ECFAC9 background

This text has white color on #ECFAC9 background.


Related colors

Complementary color

Complementary color for #hex is #130536.


I love getcolorcode.com

Triadic colors

1 #C9ECFA and #FAC9EC with #ECFAC9 are triadic colors.

2 #C9FAEC and #FAECC9 with #ECFAC9 are triadic colors.