COLOR #ECF1CB

HEX: #ECF1CB
RGB: (236,241,203)

Color info

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

RGB color model

#ECF1CB color RGB value is (236,241,203).

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

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 203 of 255 = 80%

236
241
203

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

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 203 = 680 (100%)
R 236 of 680 ~ 34.71%
G 241 of 680 ~ 35.44%
B 203 of 680 ~ 29.85%

%34.71
%35.44
%29.85

CMYK color model

#ECF1CB color CMYK value is (2,0,16,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK:
(2,0,16,5)
C2M0Y16K5 
(2%,0%,16%,5%)
(0.02/0.00/0.16/0.05)	

CMYK percentages

%2.07
%0
%15.77
%5.49

Codes

Color #ECF1CB in popluar color models

ECF1CB
RGB236241203
HSL68°57.58%87.06%
HSB/HSV68°15.77%94.51%
CMYK2.07%0.00%15.77%
5.49%

Color #ECF1CB in popluar number systems.

HEXECF1CB
Decimal236241203
Binary111011001111000111001011
Octal354361313

Shades and tints

Shades of #ECF1CB

#ECF1CB
(236,241,203)
#D7DCB9
(215,220,185)
#C2C7A7
(194,199,167)
#ADB295
(173,178,149)
#989D83
(152,157,131)
#838871
(131,136,113)
#6E735F
(110,115,95)
#595E4D
(89,94,77)
#44493B
(68,73,59)
#2F3429
(47,52,41)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #ECF1CB

#ECF1CB
(236,241,203)
#EDF2CF
(237,242,207)
#EEF3D3
(238,243,211)
#EFF4D7
(239,244,215)
#F0F5DB
(240,245,219)
#F1F6DF
(241,246,223)
#F2F7E3
(242,247,227)
#F3F8E7
(243,248,231)
#F4F9EB
(244,249,235)
#F5FAEF
(245,250,239)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1CB; }

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

This text font color is #ECF1CB.


Background Color

.myBgColor { background-color: #ECF1CB; }

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

This div background color is #ECF1CB.


Border color

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

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

This div border color is #ECF1CB.


Opacity

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

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

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

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

This text has shadow with #ECF1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1CB on black background.


Color preview on white background

This text has color #ECF1CB on white background.



Black color preview on #ECF1CB background

This text has black color on #ECF1CB background.


White color preview on #ECF1CB background

This text has white color on #ECF1CB background.