COLOR #ECD5CC

HEX: #ECD5CC
RGB: (236,213,204)

Color info

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

RGB color model

#ECD5CC color RGB value is (236,213,204).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 204 of 255 = 80%

236
213
204

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

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 204 = 653 (100%)
R 236 of 653 ~ 36.14%
G 213 of 653 ~ 32.62%
B 204 of 653 ~ 31.24%

%36.14
%32.62
%31.24

CMYK color model

#ECD5CC color CMYK value is (0,10,14,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 13.56%
  • key color value is 7.45%
CMYK:
(0,10,14,7)
C0M10Y14K7 
(0%,10%,14%,7%)
(0.00/0.10/0.14/0.07)	

CMYK percentages

%0
%9.75
%13.56
%7.45

Codes

Color #ECD5CC in popluar color models

ECD5CC
RGB236213204
HSL17°45.71%86.27%
HSB/HSV17°13.56%92.55%
CMYK0.00%9.75%13.56%
7.45%

Color #ECD5CC in popluar number systems.

HEXECD5CC
Decimal236213204
Binary111011001101010111001100
Octal354325314

Shades and tints

Shades of #ECD5CC

#ECD5CC
(236,213,204)
#D7C2BA
(215,194,186)
#C2AFA8
(194,175,168)
#AD9C96
(173,156,150)
#988984
(152,137,132)
#837672
(131,118,114)
#6E6360
(110,99,96)
#59504E
(89,80,78)
#443D3C
(68,61,60)
#2F2A2A
(47,42,42)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #ECD5CC

#ECD5CC
(236,213,204)
#EDD8D0
(237,216,208)
#EEDBD4
(238,219,212)
#EFDED8
(239,222,216)
#F0E1DC
(240,225,220)
#F1E4E0
(241,228,224)
#F2E7E4
(242,231,228)
#F3EAE8
(243,234,232)
#F4EDEC
(244,237,236)
#F5F0F0
(245,240,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5CC; }

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

This text font color is #ECD5CC.


Background Color

.myBgColor { background-color: #ECD5CC; }

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

This div background color is #ECD5CC.


Border color

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

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

This div border color is #ECD5CC.


Opacity

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

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

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

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

This text has shadow with #ECD5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5CC on black background.


Color preview on white background

This text has color #ECD5CC on white background.



Black color preview on #ECD5CC background

This text has black color on #ECD5CC background.


White color preview on #ECD5CC background

This text has white color on #ECD5CC background.