COLOR #ECD3C5

HEX: #ECD3C5
RGB: (236,211,197)

Color info

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

RGB color model

#ECD3C5 color RGB value is (236,211,197).

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

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 197 of 255 = 77%

236
211
197

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

Portions of RGB colors in percentages

R + G + B =
236 + 211 + 197 = 644 (100%)
R 236 of 644 ~ 36.65%
G 211 of 644 ~ 32.76%
B 197 of 644 ~ 30.59%

%36.65
%32.76
%30.59

CMYK color model

#ECD3C5 color CMYK value is (0,11,17,7).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(0,11,17,7)
C0M11Y17K7 
(0%,11%,17%,7%)
(0.00/0.11/0.17/0.07)	

CMYK percentages

%0
%10.59
%16.53
%7.45

Codes

Color #ECD3C5 in popluar color models

ECD3C5
RGB236211197
HSL22°50.65%84.90%
HSB/HSV22°16.53%92.55%
CMYK0.00%10.59%16.53%
7.45%

Color #ECD3C5 in popluar number systems.

HEXECD3C5
Decimal236211197
Binary111011001101001111000101
Octal354323305

Shades and tints

Shades of #ECD3C5

#ECD3C5
(236,211,197)
#D7C0B4
(215,192,180)
#C2ADA3
(194,173,163)
#AD9A92
(173,154,146)
#988781
(152,135,129)
#837470
(131,116,112)
#6E615F
(110,97,95)
#594E4E
(89,78,78)
#443B3D
(68,59,61)
#2F282C
(47,40,44)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #ECD3C5

#ECD3C5
(236,211,197)
#EDD7CA
(237,215,202)
#EEDBCF
(238,219,207)
#EFDFD4
(239,223,212)
#F0E3D9
(240,227,217)
#F1E7DE
(241,231,222)
#F2EBE3
(242,235,227)
#F3EFE8
(243,239,232)
#F4F3ED
(244,243,237)
#F5F7F2
(245,247,242)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD3C5; }

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

This text font color is #ECD3C5.


Background Color

.myBgColor { background-color: #ECD3C5; }

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

This div background color is #ECD3C5.


Border color

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

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

This div border color is #ECD3C5.


Opacity

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

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

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

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

This text has shadow with #ECD3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD3C5 on black background.


Color preview on white background

This text has color #ECD3C5 on white background.



Black color preview on #ECD3C5 background

This text has black color on #ECD3C5 background.


White color preview on #ECD3C5 background

This text has white color on #ECD3C5 background.