COLOR #ECD5CE

HEX: #ECD5CE
RGB: (236,213,206)

Color info

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

RGB color model

#ECD5CE color RGB value is (236,213,206).

  • red value is 236;
  • green value is 213;
  • blue value is 206.
RGB:
(236,213,206)
(93%,84%,81%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 206 of 255 = 81%

236
213
206

R + G + B ~ 86%. #ECD5CE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 206 = 655 (100%)
R 236 of 655 ~ 36.03%
G 213 of 655 ~ 32.52%
B 206 of 655 ~ 31.45%

%36.03
%32.52
%31.45

CMYK color model

#ECD5CE color CMYK value is (0,10,13,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK:
(0,10,13,7)
C0M10Y13K7 
(0%,10%,13%,7%)
(0.00/0.10/0.13/0.07)	

CMYK percentages

%0
%9.75
%12.71
%7.45

Codes

Color #ECD5CE in popluar color models

ECD5CE
RGB236213206
HSL14°44.12%86.67%
HSB/HSV14°12.71%92.55%
CMYK0.00%9.75%12.71%
7.45%

Color #ECD5CE in popluar number systems.

HEXECD5CE
Decimal236213206
Binary111011001101010111001110
Octal354325316

Shades and tints

Shades of #ECD5CE

#ECD5CE
(236,213,206)
#D7C2BC
(215,194,188)
#C2AFAA
(194,175,170)
#AD9C98
(173,156,152)
#988986
(152,137,134)
#837674
(131,118,116)
#6E6362
(110,99,98)
#595050
(89,80,80)
#443D3E
(68,61,62)
#2F2A2C
(47,42,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECD5CE

#ECD5CE
(236,213,206)
#EDD8D2
(237,216,210)
#EEDBD6
(238,219,214)
#EFDEDA
(239,222,218)
#F0E1DE
(240,225,222)
#F1E4E2
(241,228,226)
#F2E7E6
(242,231,230)
#F3EAEA
(243,234,234)
#F4EDEE
(244,237,238)
#F5F0F2
(245,240,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD5CE color. Also use rgb(236,213,206) instead hex code.

Text Font Color

.myTextColor { color: #ECD5CE; }

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

This text font color is #ECD5CE.


Background Color

.myBgColor { background-color: #ECD5CE; }

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

This div background color is #ECD5CE.


Border color

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

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

This div border color is #ECD5CE.


Opacity

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

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

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

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

This text has shadow with #ECD5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5CE on black background.


Color preview on white background

This text has color #ECD5CE on white background.



Black color preview on #ECD5CE background

This text has black color on #ECD5CE background.


White color preview on #ECD5CE background

This text has white color on #ECD5CE background.