COLOR #ECDDBC

HEX: #ECDDBC
RGB: (236,221,188)

Color info

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

RGB color model

#ECDDBC color RGB value is (236,221,188).

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

RGB channels and saturation

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

236
221
188

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 188 = 645 (100%)
R 236 of 645 ~ 36.59%
G 221 of 645 ~ 34.26%
B 188 of 645 ~ 29.15%

%36.59
%34.26
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 20.34%
  • 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
%20.34
%7.45

Codes

Color #ECDDBC in popluar color models

ECDDBC
RGB236221188
HSL41°55.81%83.14%
HSB/HSV41°20.34%92.55%
CMYK0.00%6.36%20.34%
7.45%

Color #ECDDBC in popluar number systems.

HEXECDDBC
Decimal236221188
Binary111011001101110110111100
Octal354335274

Shades and tints

Shades of #ECDDBC

#ECDDBC
(236,221,188)
#D7C9AB
(215,201,171)
#C2B59A
(194,181,154)
#ADA189
(173,161,137)
#988D78
(152,141,120)
#837967
(131,121,103)
#6E6556
(110,101,86)
#595145
(89,81,69)
#443D34
(68,61,52)
#2F2923
(47,41,35)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #ECDDBC

#ECDDBC
(236,221,188)
#EDE0C2
(237,224,194)
#EEE3C8
(238,227,200)
#EFE6CE
(239,230,206)
#F0E9D4
(240,233,212)
#F1ECDA
(241,236,218)
#F2EFE0
(242,239,224)
#F3F2E6
(243,242,230)
#F4F5EC
(244,245,236)
#F5F8F2
(245,248,242)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDBC; }

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

This text font color is #ECDDBC.


Background Color

.myBgColor { background-color: #ECDDBC; }

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

This div background color is #ECDDBC.


Border color

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

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

This div border color is #ECDDBC.


Opacity

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

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

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

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

This text has shadow with #ECDDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDBC on black background.


Color preview on white background

This text has color #ECDDBC on white background.



Black color preview on #ECDDBC background

This text has black color on #ECDDBC background.


White color preview on #ECDDBC background

This text has white color on #ECDDBC background.