COLOR #ECF2DA

HEX: #ECF2DA
RGB: (236,242,218)

Color info

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

RGB color model

#ECF2DA color RGB value is (236,242,218).

  • red value is 236;
  • green value is 242;
  • blue value is 218.
RGB:
(236,242,218)
(93%,95%,85%)

RGB channels and saturation

R 236 of 255 = 93%
G 242 of 255 = 95%
B 218 of 255 = 85%

236
242
218

R + G + B ~ 91%. #ECF2DA is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 242 + 218 = 696 (100%)
R 236 of 696 ~ 33.91%
G 242 of 696 ~ 34.77%
B 218 of 696 ~ 31.32%

%33.91
%34.77
%31.32

CMYK color model

#ECF2DA color CMYK value is (2,0,10,5).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK:
(2,0,10,5)
C2M0Y10K5 
(2%,0%,10%,5%)
(0.02/0.00/0.10/0.05)	

CMYK percentages

%2.48
%0
%9.92
%5.1

Codes

Color #ECF2DA in popluar color models

ECF2DA
RGB236242218
HSL75°48.00%90.20%
HSB/HSV75°9.92%94.90%
CMYK2.48%0.00%9.92%
5.10%

Color #ECF2DA in popluar number systems.

HEXECF2DA
Decimal236242218
Binary111011001111001011011010
Octal354362332

Shades and tints

Shades of #ECF2DA

#ECF2DA
(236,242,218)
#D7DCC7
(215,220,199)
#C2C6B4
(194,198,180)
#ADB0A1
(173,176,161)
#989A8E
(152,154,142)
#83847B
(131,132,123)
#6E6E68
(110,110,104)
#595855
(89,88,85)
#444242
(68,66,66)
#2F2C2F
(47,44,47)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECF2DA

#ECF2DA
(236,242,218)
#EDF3DD
(237,243,221)
#EEF4E0
(238,244,224)
#EFF5E3
(239,245,227)
#F0F6E6
(240,246,230)
#F1F7E9
(241,247,233)
#F2F8EC
(242,248,236)
#F3F9EF
(243,249,239)
#F4FAF2
(244,250,242)
#F5FBF5
(245,251,245)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF2DA color. Also use rgb(236,242,218) instead hex code.

Text Font Color

.myTextColor { color: #ECF2DA; }

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

This text font color is #ECF2DA.


Background Color

.myBgColor { background-color: #ECF2DA; }

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

This div background color is #ECF2DA.


Border color

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

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

This div border color is #ECF2DA.


Opacity

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

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

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

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

This text has shadow with #ECF2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF2DA on black background.


Color preview on white background

This text has color #ECF2DA on white background.



Black color preview on #ECF2DA background

This text has black color on #ECF2DA background.


White color preview on #ECF2DA background

This text has white color on #ECF2DA background.