COLOR #ECD5C8

HEX: #ECD5C8
RGB: (236,213,200)

Color info

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

RGB color model

#ECD5C8 color RGB value is (236,213,200).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 200 of 255 = 78%

236
213
200

R + G + B ~ 85%. #ECD5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 200 = 649 (100%)
R 236 of 649 ~ 36.36%
G 213 of 649 ~ 32.82%
B 200 of 649 ~ 30.82%

%36.36
%32.82
%30.82

CMYK color model

#ECD5C8 color CMYK value is (0,10,15,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 15.25%
  • key color value is 7.45%
CMYK: (0,10,15,7) C0M10Y15K7 (0%,10%,15%,7%) (0.00/0.10/0.15/0.07)

CMYK percentages

%0
%9.75
%15.25
%7.45

Codes

Color #ECD5C8 in popluar color models

ECD5C8
RGB236213200
HSL22°48.65%85.49%
HSB/HSV22°15.25%92.55%
CMYK0.00%9.75%15.25%
7.45%

Color #ECD5C8 in popluar number systems.

HEXECD5C8
Decimal236213200
Binary111011001101010111001000
Octal354325310

Shades and tints

Shades of #ECD5C8

#ECD5C8
(236,213,200)
#D7C2B6
(215,194,182)
#C2AFA4
(194,175,164)
#AD9C92
(173,156,146)
#988980
(152,137,128)
#83766E
(131,118,110)
#6E635C
(110,99,92)
#59504A
(89,80,74)
#443D38
(68,61,56)
#2F2A26
(47,42,38)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #ECD5C8

#ECD5C8
(236,213,200)
#EDD8CD
(237,216,205)
#EEDBD2
(238,219,210)
#EFDED7
(239,222,215)
#F0E1DC
(240,225,220)
#F1E4E1
(241,228,225)
#F2E7E6
(242,231,230)
#F3EAEB
(243,234,235)
#F4EDF0
(244,237,240)
#F5F0F5
(245,240,245)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5C8; }

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

This text font color is #ECD5C8.


Background Color

.myBgColor { background-color: #ECD5C8; }

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

This div background color is #ECD5C8.


Border color

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

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

This div border color is #ECD5C8.


Opacity

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

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

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

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

This text has shadow with #ECD5C8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ECD5C8 on black background.


Color preview on white background

This text has color #ECD5C8 on white background.



Black color preview on #ECD5C8 background

This text has black color on #ECD5C8 background.


White color preview on #ECD5C8 background

This text has white color on #ECD5C8 background.