COLOR #ECDDB6

HEX: #ECDDB6
RGB: (236,221,182)

Color info

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

RGB color model

#ECDDB6 color RGB value is (236,221,182).

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

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 182 of 255 = 71%

236
221
182

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 182 = 639 (100%)
R 236 of 639 ~ 36.93%
G 221 of 639 ~ 34.59%
B 182 of 639 ~ 28.48%

%36.93
%34.59
%28.48

CMYK color model

#ECDDB6 color CMYK value is (0,6,23,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(0,6,23,7)
C0M6Y23K7 
(0%,6%,23%,7%)
(0.00/0.06/0.23/0.07)	

CMYK percentages

%0
%6.36
%22.88
%7.45

Codes

Color #ECDDB6 in popluar color models

ECDDB6
RGB236221182
HSL43°58.70%81.96%
HSB/HSV43°22.88%92.55%
CMYK0.00%6.36%22.88%
7.45%

Color #ECDDB6 in popluar number systems.

HEXECDDB6
Decimal236221182
Binary111011001101110110110110
Octal354335266

Shades and tints

Shades of #ECDDB6

#ECDDB6
(236,221,182)
#D7C9A6
(215,201,166)
#C2B596
(194,181,150)
#ADA186
(173,161,134)
#988D76
(152,141,118)
#837966
(131,121,102)
#6E6556
(110,101,86)
#595146
(89,81,70)
#443D36
(68,61,54)
#2F2926
(47,41,38)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #ECDDB6

#ECDDB6
(236,221,182)
#EDE0BC
(237,224,188)
#EEE3C2
(238,227,194)
#EFE6C8
(239,230,200)
#F0E9CE
(240,233,206)
#F1ECD4
(241,236,212)
#F2EFDA
(242,239,218)
#F3F2E0
(243,242,224)
#F4F5E6
(244,245,230)
#F5F8EC
(245,248,236)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDB6; }

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

This text font color is #ECDDB6.


Background Color

.myBgColor { background-color: #ECDDB6; }

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

This div background color is #ECDDB6.


Border color

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

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

This div border color is #ECDDB6.


Opacity

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

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

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

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

This text has shadow with #ECDDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDB6 on black background.


Color preview on white background

This text has color #ECDDB6 on white background.



Black color preview on #ECDDB6 background

This text has black color on #ECDDB6 background.


White color preview on #ECDDB6 background

This text has white color on #ECDDB6 background.