COLOR #ECD5C0

HEX: #ECD5C0
RGB: (236,213,192)

Color info

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

RGB color model

#ECD5C0 color RGB value is (236,213,192).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 192 of 255 = 75%

236
213
192

R + G + B ~ 84%. #ECD5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 192 = 641 (100%)
R 236 of 641 ~ 36.82%
G 213 of 641 ~ 33.23%
B 192 of 641 ~ 29.95%

%36.82
%33.23
%29.95

CMYK color model

#ECD5C0 color CMYK value is (0,10,19,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK:
(0,10,19,7)
C0M10Y19K7 
(0%,10%,19%,7%)
(0.00/0.10/0.19/0.07)	

CMYK percentages

%0
%9.75
%18.64
%7.45

Codes

Color #ECD5C0 in popluar color models

ECD5C0
RGB236213192
HSL29°53.66%83.92%
HSB/HSV29°18.64%92.55%
CMYK0.00%9.75%18.64%
7.45%

Color #ECD5C0 in popluar number systems.

HEXECD5C0
Decimal236213192
Binary111011001101010111000000
Octal354325300

Shades and tints

Shades of #ECD5C0

#ECD5C0
(236,213,192)
#D7C2AF
(215,194,175)
#C2AF9E
(194,175,158)
#AD9C8D
(173,156,141)
#98897C
(152,137,124)
#83766B
(131,118,107)
#6E635A
(110,99,90)
#595049
(89,80,73)
#443D38
(68,61,56)
#2F2A27
(47,42,39)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECD5C0

#ECD5C0
(236,213,192)
#EDD8C5
(237,216,197)
#EEDBCA
(238,219,202)
#EFDECF
(239,222,207)
#F0E1D4
(240,225,212)
#F1E4D9
(241,228,217)
#F2E7DE
(242,231,222)
#F3EAE3
(243,234,227)
#F4EDE8
(244,237,232)
#F5F0ED
(245,240,237)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5C0; }

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

This text font color is #ECD5C0.


Background Color

.myBgColor { background-color: #ECD5C0; }

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

This div background color is #ECD5C0.


Border color

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

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

This div border color is #ECD5C0.


Opacity

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

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

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

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

This text has shadow with #ECD5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5C0 on black background.


Color preview on white background

This text has color #ECD5C0 on white background.



Black color preview on #ECD5C0 background

This text has black color on #ECD5C0 background.


White color preview on #ECD5C0 background

This text has white color on #ECD5C0 background.