COLOR #ECD8C6

HEX: #ECD8C6
RGB: (236,216,198)

Color info

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

RGB color model

#ECD8C6 color RGB value is (236,216,198).

  • red value is 236;
  • green value is 216;
  • blue value is 198.
RGB:
(236,216,198)
(93%,85%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 198 of 255 = 78%

236
216
198

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

Portions of RGB colors in percentages

R + G + B =
236 + 216 + 198 = 650 (100%)
R 236 of 650 ~ 36.31%
G 216 of 650 ~ 33.23%
B 198 of 650 ~ 30.46%

%36.31
%33.23
%30.46

CMYK color model

#ECD8C6 color CMYK value is (0,8,16,7).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(0,8,16,7)
C0M8Y16K7 
(0%,8%,16%,7%)
(0.00/0.08/0.16/0.07)	

CMYK percentages

%0
%8.47
%16.1
%7.45

Codes

Color #ECD8C6 in popluar color models

ECD8C6
RGB236216198
HSL28°50.00%85.10%
HSB/HSV28°16.10%92.55%
CMYK0.00%8.47%16.10%
7.45%

Color #ECD8C6 in popluar number systems.

HEXECD8C6
Decimal236216198
Binary111011001101100011000110
Octal354330306

Shades and tints

Shades of #ECD8C6

#ECD8C6
(236,216,198)
#D7C5B4
(215,197,180)
#C2B2A2
(194,178,162)
#AD9F90
(173,159,144)
#988C7E
(152,140,126)
#83796C
(131,121,108)
#6E665A
(110,102,90)
#595348
(89,83,72)
#444036
(68,64,54)
#2F2D24
(47,45,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #ECD8C6

#ECD8C6
(236,216,198)
#EDDBCB
(237,219,203)
#EEDED0
(238,222,208)
#EFE1D5
(239,225,213)
#F0E4DA
(240,228,218)
#F1E7DF
(241,231,223)
#F2EAE4
(242,234,228)
#F3EDE9
(243,237,233)
#F4F0EE
(244,240,238)
#F5F3F3
(245,243,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD8C6 color. Also use rgb(236,216,198) instead hex code.

Text Font Color

.myTextColor { color: #ECD8C6; }

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

This text font color is #ECD8C6.


Background Color

.myBgColor { background-color: #ECD8C6; }

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

This div background color is #ECD8C6.


Border color

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

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

This div border color is #ECD8C6.


Opacity

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

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

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

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

This text has shadow with #ECD8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD8C6 on black background.


Color preview on white background

This text has color #ECD8C6 on white background.



Black color preview on #ECD8C6 background

This text has black color on #ECD8C6 background.


White color preview on #ECD8C6 background

This text has white color on #ECD8C6 background.