COLOR #ECF2CB

HEX: #ECF2CB
RGB: (236,242,203)

Color info

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

RGB color model

#ECF2CB color RGB value is (236,242,203).

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

RGB channels and saturation

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

236
242
203

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

Portions of RGB colors in percentages

R + G + B =
236 + 242 + 203 = 681 (100%)
R 236 of 681 ~ 34.65%
G 242 of 681 ~ 35.54%
B 203 of 681 ~ 29.81%

%34.65
%35.54
%29.81

CMYK color model

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

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

CMYK percentages

%2.48
%0
%16.12
%5.1

Codes

Color #ECF2CB in popluar color models

ECF2CB
RGB236242203
HSL69°60.00%87.25%
HSB/HSV69°16.12%94.90%
CMYK2.48%0.00%16.12%
5.10%

Color #ECF2CB in popluar number systems.

HEXECF2CB
Decimal236242203
Binary111011001111001011001011
Octal354362313

Shades and tints

Shades of #ECF2CB

#ECF2CB
(236,242,203)
#D7DCB9
(215,220,185)
#C2C6A7
(194,198,167)
#ADB095
(173,176,149)
#989A83
(152,154,131)
#838471
(131,132,113)
#6E6E5F
(110,110,95)
#59584D
(89,88,77)
#44423B
(68,66,59)
#2F2C29
(47,44,41)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #ECF2CB

#ECF2CB
(236,242,203)
#EDF3CF
(237,243,207)
#EEF4D3
(238,244,211)
#EFF5D7
(239,245,215)
#F0F6DB
(240,246,219)
#F1F7DF
(241,247,223)
#F2F8E3
(242,248,227)
#F3F9E7
(243,249,231)
#F4FAEB
(244,250,235)
#F5FBEF
(245,251,239)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF2CB; }

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

This text font color is #ECF2CB.


Background Color

.myBgColor { background-color: #ECF2CB; }

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

This div background color is #ECF2CB.


Border color

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

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

This div border color is #ECF2CB.


Opacity

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

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

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

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

This text has shadow with #ECF2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF2CB on black background.


Color preview on white background

This text has color #ECF2CB on white background.



Black color preview on #ECF2CB background

This text has black color on #ECF2CB background.


White color preview on #ECF2CB background

This text has white color on #ECF2CB background.