COLOR #ECFAC7

HEX: #ECFAC7 RGB: (236,250,199)

Color info

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

RGB color model

#ECFAC7 color RGB value is (236,250,199).

RGB: (236,250,199) (93%, 98%, 78%)

RGB channels and saturation

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

236
250
199

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

Portions of RGB colors in percentages

R + G + B = 236 + 250 + 199 = 685 (100%)
R 236 of 685 ~ 34.45%
G 250 of 685 ~ 36.5%
B 199 of 685 ~ 29.05'%

%34.45
%36.5
%29.05

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • 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
%20.4
%1.96

Codes

Color #ECFAC7 in popluar color models

EC FA C7
RGB 236 250 199
HSL 76° 83.61% 88.04%
HSB/HSV 76° 20.40% 98.04%
CMYK 5.60% 0.00% 20.40%
1.96%

Color #ECFAC7 in popluar number systems.

HEX EC FA C7
Decimal 236 250 199
Binary 11101100 11111010 11000111
Octal 354 372 307

Shades and tints

Shades of #ECFAC7

#ECFAC7
(236,250,199)
#D7E4B5
(215,228,181)
#C2CEA3
(194,206,163)
#ADB891
(173,184,145)
#98A27F
(152,162,127)
#838C6D
(131,140,109)
#6E765B
(110,118,91)
#596049
(89,96,73)
#444A37
(68,74,55)
#2F3425
(47,52,37)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #ECFAC7

#ECFAC7
(236,250,199)
#EDFACC
(237,250,204)
#EEFAD1
(238,250,209)
#EFFAD6
(239,250,214)
#F0FADB
(240,250,219)
#F1FAE0
(241,250,224)
#F2FAE5
(242,250,229)
#F3FAEA
(243,250,234)
#F4FAEF
(244,250,239)
#F5FAF4
(245,250,244)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFAC7; }

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

This text font color is #ECFAC7.

Background Color

.myBgColor { background-color: #ECFAC7; }

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

This div background color is #ECFAC7.

Border color

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

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

This div border color is #ECFAC7.

Opacity

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

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

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

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

This text has shadow with #ECFAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFAC7.

Preview

Color preview on black background

This text has color #ECFAC7 on black background.


Color preview on white background

This text has color #ECFAC7 on white background.


Black color preview on #ECFAC7 background

This text has black color on #ECFAC7 background.


White color preview on #ECFAC7 background

This text has white color on #ECFAC7 background.


Related colors

Complementary color

Complementary color for #hex is #130538.


I love getcolorcode.com

Triadic colors

1 #C7ECFA and #FAC7EC with #ECFAC7 are triadic colors.

2 #C7FAEC and #FAECC7 with #ECFAC7 are triadic colors.