COLOR #ECDDBA

HEX: #ECDDBA
RGB: (236,221,186)

Color info

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

RGB color model

#ECDDBA color RGB value is (236,221,186).

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

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 186 of 255 = 73%

236
221
186

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 186 = 643 (100%)
R 236 of 643 ~ 36.7%
G 221 of 643 ~ 34.37%
B 186 of 643 ~ 28.93%

%36.7
%34.37
%28.93

CMYK color model

#ECDDBA color CMYK value is (0,6,21,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,6,21,7)
C0M6Y21K7 
(0%,6%,21%,7%)
(0.00/0.06/0.21/0.07)	

CMYK percentages

%0
%6.36
%21.19
%7.45

Codes

Color #ECDDBA in popluar color models

ECDDBA
RGB236221186
HSL42°56.82%82.75%
HSB/HSV42°21.19%92.55%
CMYK0.00%6.36%21.19%
7.45%

Color #ECDDBA in popluar number systems.

HEXECDDBA
Decimal236221186
Binary111011001101110110111010
Octal354335272

Shades and tints

Shades of #ECDDBA

#ECDDBA
(236,221,186)
#D7C9AA
(215,201,170)
#C2B59A
(194,181,154)
#ADA18A
(173,161,138)
#988D7A
(152,141,122)
#83796A
(131,121,106)
#6E655A
(110,101,90)
#59514A
(89,81,74)
#443D3A
(68,61,58)
#2F292A
(47,41,42)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #ECDDBA

#ECDDBA
(236,221,186)
#EDE0C0
(237,224,192)
#EEE3C6
(238,227,198)
#EFE6CC
(239,230,204)
#F0E9D2
(240,233,210)
#F1ECD8
(241,236,216)
#F2EFDE
(242,239,222)
#F3F2E4
(243,242,228)
#F4F5EA
(244,245,234)
#F5F8F0
(245,248,240)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDBA; }

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

This text font color is #ECDDBA.


Background Color

.myBgColor { background-color: #ECDDBA; }

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

This div background color is #ECDDBA.


Border color

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

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

This div border color is #ECDDBA.


Opacity

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

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

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

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

This text has shadow with #ECDDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDBA on black background.


Color preview on white background

This text has color #ECDDBA on white background.



Black color preview on #ECDDBA background

This text has black color on #ECDDBA background.


White color preview on #ECDDBA background

This text has white color on #ECDDBA background.