COLOR #ECF1CE

HEX: #ECF1CE
RGB: (236,241,206)

Color info

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

RGB color model

#ECF1CE color RGB value is (236,241,206).

  • red value is 236;
  • green value is 241;
  • blue value is 206.
RGB:
(236,241,206)
(93%,95%,81%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 206 of 255 = 81%

236
241
206

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

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 206 = 683 (100%)
R 236 of 683 ~ 34.55%
G 241 of 683 ~ 35.29%
B 206 of 683 ~ 30.16%

%34.55
%35.29
%30.16

CMYK color model

#ECF1CE color CMYK value is (2,0,15,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(2,0,15,5)
C2M0Y15K5 
(2%,0%,15%,5%)
(0.02/0.00/0.15/0.05)	

CMYK percentages

%2.07
%0
%14.52
%5.49

Codes

Color #ECF1CE in popluar color models

ECF1CE
RGB236241206
HSL69°55.56%87.65%
HSB/HSV69°14.52%94.51%
CMYK2.07%0.00%14.52%
5.49%

Color #ECF1CE in popluar number systems.

HEXECF1CE
Decimal236241206
Binary111011001111000111001110
Octal354361316

Shades and tints

Shades of #ECF1CE

#ECF1CE
(236,241,206)
#D7DCBC
(215,220,188)
#C2C7AA
(194,199,170)
#ADB298
(173,178,152)
#989D86
(152,157,134)
#838874
(131,136,116)
#6E7362
(110,115,98)
#595E50
(89,94,80)
#44493E
(68,73,62)
#2F342C
(47,52,44)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #ECF1CE

#ECF1CE
(236,241,206)
#EDF2D2
(237,242,210)
#EEF3D6
(238,243,214)
#EFF4DA
(239,244,218)
#F0F5DE
(240,245,222)
#F1F6E2
(241,246,226)
#F2F7E6
(242,247,230)
#F3F8EA
(243,248,234)
#F4F9EE
(244,249,238)
#F5FAF2
(245,250,242)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF1CE color. Also use rgb(236,241,206) instead hex code.

Text Font Color

.myTextColor { color: #ECF1CE; }

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

This text font color is #ECF1CE.


Background Color

.myBgColor { background-color: #ECF1CE; }

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

This div background color is #ECF1CE.


Border color

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

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

This div border color is #ECF1CE.


Opacity

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

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

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

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

This text has shadow with #ECF1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1CE on black background.


Color preview on white background

This text has color #ECF1CE on white background.



Black color preview on #ECF1CE background

This text has black color on #ECF1CE background.


White color preview on #ECF1CE background

This text has white color on #ECF1CE background.