COLOR #ECF4C7

HEX: #ECF4C7
RGB: (236,244,199)

Color info

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

RGB color model

#ECF4C7 color RGB value is (236,244,199).

  • red value is 236;
  • green value is 244;
  • blue value is 199.
RGB:
(236,244,199)
(93%,96%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 244 of 255 = 96%
B 199 of 255 = 78%

236
244
199

R + G + B ~ 89%. #ECF4C7 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 244 + 199 = 679 (100%)
R 236 of 679 ~ 34.76%
G 244 of 679 ~ 35.94%
B 199 of 679 ~ 29.31%

%34.76
%35.94
%29.31

CMYK color model

#ECF4C7 color CMYK value is (3,0,18,4).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 4.31%
CMYK:
(3,0,18,4)
C3M0Y18K4 
(3%,0%,18%,4%)
(0.03/0.00/0.18/0.04)	

CMYK percentages

%3.28
%0
%18.44
%4.31

Codes

Color #ECF4C7 in popluar color models

ECF4C7
RGB236244199
HSL71°67.16%86.86%
HSB/HSV71°18.44%95.69%
CMYK3.28%0.00%18.44%
4.31%

Color #ECF4C7 in popluar number systems.

HEXECF4C7
Decimal236244199
Binary111011001111010011000111
Octal354364307

Shades and tints

Shades of #ECF4C7

#ECF4C7
(236,244,199)
#D7DEB5
(215,222,181)
#C2C8A3
(194,200,163)
#ADB291
(173,178,145)
#989C7F
(152,156,127)
#83866D
(131,134,109)
#6E705B
(110,112,91)
#595A49
(89,90,73)
#444437
(68,68,55)
#2F2E25
(47,46,37)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #ECF4C7

#ECF4C7
(236,244,199)
#EDF5CC
(237,245,204)
#EEF6D1
(238,246,209)
#EFF7D6
(239,247,214)
#F0F8DB
(240,248,219)
#F1F9E0
(241,249,224)
#F2FAE5
(242,250,229)
#F3FBEA
(243,251,234)
#F4FCEF
(244,252,239)
#F5FDF4
(245,253,244)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF4C7; }

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

This text font color is #ECF4C7.


Background Color

.myBgColor { background-color: #ECF4C7; }

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

This div background color is #ECF4C7.


Border color

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

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

This div border color is #ECF4C7.


Opacity

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

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

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

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

This text has shadow with #ECF4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF4C7 on black background.


Color preview on white background

This text has color #ECF4C7 on white background.



Black color preview on #ECF4C7 background

This text has black color on #ECF4C7 background.


White color preview on #ECF4C7 background

This text has white color on #ECF4C7 background.