COLOR #ECDDBD

HEX: #ECDDBD
RGB: (236,221,189)

Color info

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

RGB color model

#ECDDBD color RGB value is (236,221,189).

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

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 189 of 255 = 74%

236
221
189

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 189 = 646 (100%)
R 236 of 646 ~ 36.53%
G 221 of 646 ~ 34.21%
B 189 of 646 ~ 29.26%

%36.53
%34.21
%29.26

CMYK color model

#ECDDBD color CMYK value is (0,6,20,7).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 19.92%
  • key color value is 7.45%
CMYK:
(0,6,20,7)
C0M6Y20K7 
(0%,6%,20%,7%)
(0.00/0.06/0.20/0.07)	

CMYK percentages

%0
%6.36
%19.92
%7.45

Codes

Color #ECDDBD in popluar color models

ECDDBD
RGB236221189
HSL41°55.29%83.33%
HSB/HSV41°19.92%92.55%
CMYK0.00%6.36%19.92%
7.45%

Color #ECDDBD in popluar number systems.

HEXECDDBD
Decimal236221189
Binary111011001101110110111101
Octal354335275

Shades and tints

Shades of #ECDDBD

#ECDDBD
(236,221,189)
#D7C9AC
(215,201,172)
#C2B59B
(194,181,155)
#ADA18A
(173,161,138)
#988D79
(152,141,121)
#837968
(131,121,104)
#6E6557
(110,101,87)
#595146
(89,81,70)
#443D35
(68,61,53)
#2F2924
(47,41,36)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #ECDDBD

#ECDDBD
(236,221,189)
#EDE0C3
(237,224,195)
#EEE3C9
(238,227,201)
#EFE6CF
(239,230,207)
#F0E9D5
(240,233,213)
#F1ECDB
(241,236,219)
#F2EFE1
(242,239,225)
#F3F2E7
(243,242,231)
#F4F5ED
(244,245,237)
#F5F8F3
(245,248,243)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDBD; }

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

This text font color is #ECDDBD.


Background Color

.myBgColor { background-color: #ECDDBD; }

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

This div background color is #ECDDBD.


Border color

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

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

This div border color is #ECDDBD.


Opacity

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

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

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

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

This text has shadow with #ECDDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDBD on black background.


Color preview on white background

This text has color #ECDDBD on white background.



Black color preview on #ECDDBD background

This text has black color on #ECDDBD background.


White color preview on #ECDDBD background

This text has white color on #ECDDBD background.