COLOR #ECD4C5

HEX: #ECD4C5
RGB: (236,212,197)

Color info

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

RGB color model

#ECD4C5 color RGB value is (236,212,197).

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

RGB channels and saturation

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

236
212
197

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

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 197 = 645 (100%)
R 236 of 645 ~ 36.59%
G 212 of 645 ~ 32.87%
B 197 of 645 ~ 30.54%

%36.59
%32.87
%30.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.17%
  • 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
%10.17
%16.53
%7.45

Codes

Color #ECD4C5 in popluar color models

ECD4C5
RGB236212197
HSL23°50.65%84.90%
HSB/HSV23°16.53%92.55%
CMYK0.00%10.17%16.53%
7.45%

Color #ECD4C5 in popluar number systems.

HEXECD4C5
Decimal236212197
Binary111011001101010011000101
Octal354324305

Shades and tints

Shades of #ECD4C5

#ECD4C5
(236,212,197)
#D7C1B4
(215,193,180)
#C2AEA3
(194,174,163)
#AD9B92
(173,155,146)
#988881
(152,136,129)
#837570
(131,117,112)
#6E625F
(110,98,95)
#594F4E
(89,79,78)
#443C3D
(68,60,61)
#2F292C
(47,41,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #ECD4C5

#ECD4C5
(236,212,197)
#EDD7CA
(237,215,202)
#EEDACF
(238,218,207)
#EFDDD4
(239,221,212)
#F0E0D9
(240,224,217)
#F1E3DE
(241,227,222)
#F2E6E3
(242,230,227)
#F3E9E8
(243,233,232)
#F4ECED
(244,236,237)
#F5EFF2
(245,239,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD4C5; }

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

This text font color is #ECD4C5.


Background Color

.myBgColor { background-color: #ECD4C5; }

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

This div background color is #ECD4C5.


Border color

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

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

This div border color is #ECD4C5.


Opacity

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

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

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

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

This text has shadow with #ECD4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD4C5 on black background.


Color preview on white background

This text has color #ECD4C5 on white background.



Black color preview on #ECD4C5 background

This text has black color on #ECD4C5 background.


White color preview on #ECD4C5 background

This text has white color on #ECD4C5 background.