COLOR #ECDDC6

HEX: #ECDDC6
RGB: (236,221,198)

Color info

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

RGB color model

#ECDDC6 color RGB value is (236,221,198).

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

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 198 of 255 = 78%

236
221
198

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 198 = 655 (100%)
R 236 of 655 ~ 36.03%
G 221 of 655 ~ 33.74%
B 198 of 655 ~ 30.23%

%36.03
%33.74
%30.23

CMYK color model

#ECDDC6 color CMYK value is (0,6,16,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(0,6,16,7)
C0M6Y16K7 
(0%,6%,16%,7%)
(0.00/0.06/0.16/0.07)	

CMYK percentages

%0
%6.36
%16.1
%7.45

Codes

Color #ECDDC6 in popluar color models

ECDDC6
RGB236221198
HSL36°50.00%85.10%
HSB/HSV36°16.10%92.55%
CMYK0.00%6.36%16.10%
7.45%

Color #ECDDC6 in popluar number systems.

HEXECDDC6
Decimal236221198
Binary111011001101110111000110
Octal354335306

Shades and tints

Shades of #ECDDC6

#ECDDC6
(236,221,198)
#D7C9B4
(215,201,180)
#C2B5A2
(194,181,162)
#ADA190
(173,161,144)
#988D7E
(152,141,126)
#83796C
(131,121,108)
#6E655A
(110,101,90)
#595148
(89,81,72)
#443D36
(68,61,54)
#2F2924
(47,41,36)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #ECDDC6

#ECDDC6
(236,221,198)
#EDE0CB
(237,224,203)
#EEE3D0
(238,227,208)
#EFE6D5
(239,230,213)
#F0E9DA
(240,233,218)
#F1ECDF
(241,236,223)
#F2EFE4
(242,239,228)
#F3F2E9
(243,242,233)
#F4F5EE
(244,245,238)
#F5F8F3
(245,248,243)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDC6; }

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

This text font color is #ECDDC6.


Background Color

.myBgColor { background-color: #ECDDC6; }

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

This div background color is #ECDDC6.


Border color

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

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

This div border color is #ECDDC6.


Opacity

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

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

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

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

This text has shadow with #ECDDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDC6 on black background.


Color preview on white background

This text has color #ECDDC6 on white background.



Black color preview on #ECDDC6 background

This text has black color on #ECDDC6 background.


White color preview on #ECDDC6 background

This text has white color on #ECDDC6 background.