COLOR #ECDDC9

HEX: #ECDDC9
RGB: (236,221,201)

Color info

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

RGB color model

#ECDDC9 color RGB value is (236,221,201).

  • red value is 236;
  • green value is 221;
  • blue value is 201.
RGB:
(236,221,201)
(93%,87%,79%)

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 201 of 255 = 79%

236
221
201

R + G + B ~ 86%. #ECDDC9 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 201 = 658 (100%)
R 236 of 658 ~ 35.87%
G 221 of 658 ~ 33.59%
B 201 of 658 ~ 30.55%

%35.87
%33.59
%30.55

CMYK color model

#ECDDC9 color CMYK value is (0,6,15,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 14.83%
  • key color value is 7.45%
CMYK:
(0,6,15,7)
C0M6Y15K7 
(0%,6%,15%,7%)
(0.00/0.06/0.15/0.07)	

CMYK percentages

%0
%6.36
%14.83
%7.45

Codes

Color #ECDDC9 in popluar color models

ECDDC9
RGB236221201
HSL34°47.95%85.69%
HSB/HSV34°14.83%92.55%
CMYK0.00%6.36%14.83%
7.45%

Color #ECDDC9 in popluar number systems.

HEXECDDC9
Decimal236221201
Binary111011001101110111001001
Octal354335311

Shades and tints

Shades of #ECDDC9

#ECDDC9
(236,221,201)
#D7C9B7
(215,201,183)
#C2B5A5
(194,181,165)
#ADA193
(173,161,147)
#988D81
(152,141,129)
#83796F
(131,121,111)
#6E655D
(110,101,93)
#59514B
(89,81,75)
#443D39
(68,61,57)
#2F2927
(47,41,39)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #ECDDC9

#ECDDC9
(236,221,201)
#EDE0CD
(237,224,205)
#EEE3D1
(238,227,209)
#EFE6D5
(239,230,213)
#F0E9D9
(240,233,217)
#F1ECDD
(241,236,221)
#F2EFE1
(242,239,225)
#F3F2E5
(243,242,229)
#F4F5E9
(244,245,233)
#F5F8ED
(245,248,237)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDDC9 color. Also use rgb(236,221,201) instead hex code.

Text Font Color

.myTextColor { color: #ECDDC9; }

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

This text font color is #ECDDC9.


Background Color

.myBgColor { background-color: #ECDDC9; }

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

This div background color is #ECDDC9.


Border color

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

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

This div border color is #ECDDC9.


Opacity

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

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

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

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

This text has shadow with #ECDDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDC9 on black background.


Color preview on white background

This text has color #ECDDC9 on white background.



Black color preview on #ECDDC9 background

This text has black color on #ECDDC9 background.


White color preview on #ECDDC9 background

This text has white color on #ECDDC9 background.