COLOR #ECF1D3

HEX: #ECF1D3
RGB: (236,241,211)

Color info

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

RGB color model

#ECF1D3 color RGB value is (236,241,211).

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

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 211 of 255 = 83%

236
241
211

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

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 211 = 688 (100%)
R 236 of 688 ~ 34.3%
G 241 of 688 ~ 35.03%
B 211 of 688 ~ 30.67%

%34.3
%35.03
%30.67

CMYK color model

#ECF1D3 color CMYK value is (2,0,12,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(2,0,12,5)
C2M0Y12K5 
(2%,0%,12%,5%)
(0.02/0.00/0.12/0.05)	

CMYK percentages

%2.07
%0
%12.45
%5.49

Codes

Color #ECF1D3 in popluar color models

ECF1D3
RGB236241211
HSL70°51.72%88.63%
HSB/HSV70°12.45%94.51%
CMYK2.07%0.00%12.45%
5.49%

Color #ECF1D3 in popluar number systems.

HEXECF1D3
Decimal236241211
Binary111011001111000111010011
Octal354361323

Shades and tints

Shades of #ECF1D3

#ECF1D3
(236,241,211)
#D7DCC0
(215,220,192)
#C2C7AD
(194,199,173)
#ADB29A
(173,178,154)
#989D87
(152,157,135)
#838874
(131,136,116)
#6E7361
(110,115,97)
#595E4E
(89,94,78)
#44493B
(68,73,59)
#2F3428
(47,52,40)
#1A1F15
(26,31,21)
#000000
(0,0,0)

Tints of #ECF1D3

#ECF1D3
(236,241,211)
#EDF2D7
(237,242,215)
#EEF3DB
(238,243,219)
#EFF4DF
(239,244,223)
#F0F5E3
(240,245,227)
#F1F6E7
(241,246,231)
#F2F7EB
(242,247,235)
#F3F8EF
(243,248,239)
#F4F9F3
(244,249,243)
#F5FAF7
(245,250,247)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1D3; }

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

This text font color is #ECF1D3.


Background Color

.myBgColor { background-color: #ECF1D3; }

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

This div background color is #ECF1D3.


Border color

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

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

This div border color is #ECF1D3.


Opacity

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

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

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

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

This text has shadow with #ECF1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1D3 on black background.


Color preview on white background

This text has color #ECF1D3 on white background.



Black color preview on #ECF1D3 background

This text has black color on #ECF1D3 background.


White color preview on #ECF1D3 background

This text has white color on #ECF1D3 background.