COLOR #ECD5C5

HEX: #ECD5C5
RGB: (236,213,197)

Color info

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

RGB color model

#ECD5C5 color RGB value is (236,213,197).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 197 of 255 = 77%

236
213
197

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

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 197 = 646 (100%)
R 236 of 646 ~ 36.53%
G 213 of 646 ~ 32.97%
B 197 of 646 ~ 30.5%

%36.53
%32.97
%30.5

CMYK color model

#ECD5C5 color CMYK value is (0,10,17,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(0,10,17,7)
C0M10Y17K7 
(0%,10%,17%,7%)
(0.00/0.10/0.17/0.07)	

CMYK percentages

%0
%9.75
%16.53
%7.45

Codes

Color #ECD5C5 in popluar color models

ECD5C5
RGB236213197
HSL25°50.65%84.90%
HSB/HSV25°16.53%92.55%
CMYK0.00%9.75%16.53%
7.45%

Color #ECD5C5 in popluar number systems.

HEXECD5C5
Decimal236213197
Binary111011001101010111000101
Octal354325305

Shades and tints

Shades of #ECD5C5

#ECD5C5
(236,213,197)
#D7C2B4
(215,194,180)
#C2AFA3
(194,175,163)
#AD9C92
(173,156,146)
#988981
(152,137,129)
#837670
(131,118,112)
#6E635F
(110,99,95)
#59504E
(89,80,78)
#443D3D
(68,61,61)
#2F2A2C
(47,42,44)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #ECD5C5

#ECD5C5
(236,213,197)
#EDD8CA
(237,216,202)
#EEDBCF
(238,219,207)
#EFDED4
(239,222,212)
#F0E1D9
(240,225,217)
#F1E4DE
(241,228,222)
#F2E7E3
(242,231,227)
#F3EAE8
(243,234,232)
#F4EDED
(244,237,237)
#F5F0F2
(245,240,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5C5; }

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

This text font color is #ECD5C5.


Background Color

.myBgColor { background-color: #ECD5C5; }

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

This div background color is #ECD5C5.


Border color

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

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

This div border color is #ECD5C5.


Opacity

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

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

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

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

This text has shadow with #ECD5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5C5 on black background.


Color preview on white background

This text has color #ECD5C5 on white background.



Black color preview on #ECD5C5 background

This text has black color on #ECD5C5 background.


White color preview on #ECD5C5 background

This text has white color on #ECD5C5 background.