COLOR #ECF0CB

HEX: #ECF0CB
RGB: (236,240,203)

Color info

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

RGB color model

#ECF0CB color RGB value is (236,240,203).

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

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 203 of 255 = 80%

236
240
203

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

Portions of RGB colors in percentages

R + G + B =
236 + 240 + 203 = 679 (100%)
R 236 of 679 ~ 34.76%
G 240 of 679 ~ 35.35%
B 203 of 679 ~ 29.9%

%34.76
%35.35
%29.9

CMYK color model

#ECF0CB color CMYK value is (2,0,15,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(2,0,15,6)
C2M0Y15K6 
(2%,0%,15%,6%)
(0.02/0.00/0.15/0.06)	

CMYK percentages

%1.67
%0
%15.42
%5.88

Codes

Color #ECF0CB in popluar color models

ECF0CB
RGB236240203
HSL66°55.22%86.86%
HSB/HSV66°15.42%94.12%
CMYK1.67%0.00%15.42%
5.88%

Color #ECF0CB in popluar number systems.

HEXECF0CB
Decimal236240203
Binary111011001111000011001011
Octal354360313

Shades and tints

Shades of #ECF0CB

#ECF0CB
(236,240,203)
#D7DBB9
(215,219,185)
#C2C6A7
(194,198,167)
#ADB195
(173,177,149)
#989C83
(152,156,131)
#838771
(131,135,113)
#6E725F
(110,114,95)
#595D4D
(89,93,77)
#44483B
(68,72,59)
#2F3329
(47,51,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #ECF0CB

#ECF0CB
(236,240,203)
#EDF1CF
(237,241,207)
#EEF2D3
(238,242,211)
#EFF3D7
(239,243,215)
#F0F4DB
(240,244,219)
#F1F5DF
(241,245,223)
#F2F6E3
(242,246,227)
#F3F7E7
(243,247,231)
#F4F8EB
(244,248,235)
#F5F9EF
(245,249,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0CB; }

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

This text font color is #ECF0CB.


Background Color

.myBgColor { background-color: #ECF0CB; }

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

This div background color is #ECF0CB.


Border color

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

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

This div border color is #ECF0CB.


Opacity

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

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

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

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

This text has shadow with #ECF0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF0CB on black background.


Color preview on white background

This text has color #ECF0CB on white background.



Black color preview on #ECF0CB background

This text has black color on #ECF0CB background.


White color preview on #ECF0CB background

This text has white color on #ECF0CB background.