COLOR #ECD9D6

HEX: #ECD9D6
RGB: (236,217,214)

Color info

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

RGB color model

#ECD9D6 color RGB value is (236,217,214).

  • red value is 236;
  • green value is 217;
  • blue value is 214.
RGB:
(236,217,214)
(93%,85%,84%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 214 of 255 = 84%

236
217
214

R + G + B ~ 87%. #ECD9D6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 217 + 214 = 667 (100%)
R 236 of 667 ~ 35.38%
G 217 of 667 ~ 32.53%
B 214 of 667 ~ 32.08%

%35.38
%32.53
%32.08

CMYK color model

#ECD9D6 color CMYK value is (0,8,9,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 9.32%
  • key color value is 7.45%
CMYK:
(0,8,9,7)
C0M8Y9K7 
(0%,8%,9%,7%)
(0.00/0.08/0.09/0.07)	

CMYK percentages

%0
%8.05
%9.32
%7.45

Codes

Color #ECD9D6 in popluar color models

ECD9D6
RGB236217214
HSL36.67%88.24%
HSB/HSV9.32%92.55%
CMYK0.00%8.05%9.32%
7.45%

Color #ECD9D6 in popluar number systems.

HEXECD9D6
Decimal236217214
Binary111011001101100111010110
Octal354331326

Shades and tints

Shades of #ECD9D6

#ECD9D6
(236,217,214)
#D7C6C3
(215,198,195)
#C2B3B0
(194,179,176)
#ADA09D
(173,160,157)
#988D8A
(152,141,138)
#837A77
(131,122,119)
#6E6764
(110,103,100)
#595451
(89,84,81)
#44413E
(68,65,62)
#2F2E2B
(47,46,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #ECD9D6

#ECD9D6
(236,217,214)
#EDDCD9
(237,220,217)
#EEDFDC
(238,223,220)
#EFE2DF
(239,226,223)
#F0E5E2
(240,229,226)
#F1E8E5
(241,232,229)
#F2EBE8
(242,235,232)
#F3EEEB
(243,238,235)
#F4F1EE
(244,241,238)
#F5F4F1
(245,244,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD9D6 color. Also use rgb(236,217,214) instead hex code.

Text Font Color

.myTextColor { color: #ECD9D6; }

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

This text font color is #ECD9D6.


Background Color

.myBgColor { background-color: #ECD9D6; }

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

This div background color is #ECD9D6.


Border color

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

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

This div border color is #ECD9D6.


Opacity

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

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

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

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

This text has shadow with #ECD9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD9D6 on black background.


Color preview on white background

This text has color #ECD9D6 on white background.



Black color preview on #ECD9D6 background

This text has black color on #ECD9D6 background.


White color preview on #ECD9D6 background

This text has white color on #ECD9D6 background.