COLOR #ECE1CB

HEX: #ECE1CB
RGB: (236,225,203)

Color info

#ECE1CB contains red, green and blue colors in about the same proportion. Web safe color of #ECE1CB is #FFCCCC (or #FCC).

RGB color model

#ECE1CB color RGB value is (236,225,203).

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

RGB channels and saturation

R 236 of 255 = 93%
G 225 of 255 = 88%
B 203 of 255 = 80%

236
225
203

R + G + B ~ 87%. #ECE1CB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 225 + 203 = 664 (100%)
R 236 of 664 ~ 35.54%
G 225 of 664 ~ 33.89%
B 203 of 664 ~ 30.57%

%35.54
%33.89
%30.57

CMYK color model

#ECE1CB color CMYK value is (0,5,14,7).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(0,5,14,7)
C0M5Y14K7 
(0%,5%,14%,7%)
(0.00/0.05/0.14/0.07)	

CMYK percentages

%0
%4.66
%13.98
%7.45

Codes

Color #ECE1CB in popluar color models

ECE1CB
RGB236225203
HSL40°46.48%86.08%
HSB/HSV40°13.98%92.55%
CMYK0.00%4.66%13.98%
7.45%

Color #ECE1CB in popluar number systems.

HEXECE1CB
Decimal236225203
Binary111011001110000111001011
Octal354341313

Shades and tints

Shades of #ECE1CB

#ECE1CB
(236,225,203)
#D7CDB9
(215,205,185)
#C2B9A7
(194,185,167)
#ADA595
(173,165,149)
#989183
(152,145,131)
#837D71
(131,125,113)
#6E695F
(110,105,95)
#59554D
(89,85,77)
#44413B
(68,65,59)
#2F2D29
(47,45,41)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #ECE1CB

#ECE1CB
(236,225,203)
#EDE3CF
(237,227,207)
#EEE5D3
(238,229,211)
#EFE7D7
(239,231,215)
#F0E9DB
(240,233,219)
#F1EBDF
(241,235,223)
#F2EDE3
(242,237,227)
#F3EFE7
(243,239,231)
#F4F1EB
(244,241,235)
#F5F3EF
(245,243,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE1CB; }

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

This text font color is #ECE1CB.


Background Color

.myBgColor { background-color: #ECE1CB; }

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

This div background color is #ECE1CB.


Border color

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

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

This div border color is #ECE1CB.


Opacity

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

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

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

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

This text has shadow with #ECE1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE1CB on black background.


Color preview on white background

This text has color #ECE1CB on white background.



Black color preview on #ECE1CB background

This text has black color on #ECE1CB background.


White color preview on #ECE1CB background

This text has white color on #ECE1CB background.