COLOR #ECF2DB

HEX: #ECF2DB
RGB: (236,242,219)

Color info

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

RGB color model

#ECF2DB color RGB value is (236,242,219).

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

RGB channels and saturation

R 236 of 255 = 93%
G 242 of 255 = 95%
B 219 of 255 = 86%

236
242
219

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

Portions of RGB colors in percentages

R + G + B =
236 + 242 + 219 = 697 (100%)
R 236 of 697 ~ 33.86%
G 242 of 697 ~ 34.72%
B 219 of 697 ~ 31.42%

%33.86
%34.72
%31.42

CMYK color model

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

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • 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.5
%5.1

Codes

Color #ECF2DB in popluar color models

ECF2DB
RGB236242219
HSL76°46.94%90.39%
HSB/HSV76°9.50%94.90%
CMYK2.48%0.00%9.50%
5.10%

Color #ECF2DB in popluar number systems.

HEXECF2DB
Decimal236242219
Binary111011001111001011011011
Octal354362333

Shades and tints

Shades of #ECF2DB

#ECF2DB
(236,242,219)
#D7DCC8
(215,220,200)
#C2C6B5
(194,198,181)
#ADB0A2
(173,176,162)
#989A8F
(152,154,143)
#83847C
(131,132,124)
#6E6E69
(110,110,105)
#595856
(89,88,86)
#444243
(68,66,67)
#2F2C30
(47,44,48)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #ECF2DB

#ECF2DB
(236,242,219)
#EDF3DE
(237,243,222)
#EEF4E1
(238,244,225)
#EFF5E4
(239,245,228)
#F0F6E7
(240,246,231)
#F1F7EA
(241,247,234)
#F2F8ED
(242,248,237)
#F3F9F0
(243,249,240)
#F4FAF3
(244,250,243)
#F5FBF6
(245,251,246)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF2DB; }

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

This text font color is #ECF2DB.


Background Color

.myBgColor { background-color: #ECF2DB; }

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

This div background color is #ECF2DB.


Border color

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

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

This div border color is #ECF2DB.


Opacity

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

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

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

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

This text has shadow with #ECF2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF2DB on black background.


Color preview on white background

This text has color #ECF2DB on white background.



Black color preview on #ECF2DB background

This text has black color on #ECF2DB background.


White color preview on #ECF2DB background

This text has white color on #ECF2DB background.