COLOR #ECCDBA

HEX: #ECCDBA
RGB: (236,205,186)

Color info

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

RGB color model

#ECCDBA color RGB value is (236,205,186).

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

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 186 of 255 = 73%

236
205
186

R + G + B ~ 82%. #ECCDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 205 + 186 = 627 (100%)
R 236 of 627 ~ 37.64%
G 205 of 627 ~ 32.7%
B 186 of 627 ~ 29.67%

%37.64
%32.7
%29.67

CMYK color model

#ECCDBA color CMYK value is (0,13,21,7).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,13,21,7)
C0M13Y21K7 
(0%,13%,21%,7%)
(0.00/0.13/0.21/0.07)	

CMYK percentages

%0
%13.14
%21.19
%7.45

Codes

Color #ECCDBA in popluar color models

ECCDBA
RGB236205186
HSL23°56.82%82.75%
HSB/HSV23°21.19%92.55%
CMYK0.00%13.14%21.19%
7.45%

Color #ECCDBA in popluar number systems.

HEXECCDBA
Decimal236205186
Binary111011001100110110111010
Octal354315272

Shades and tints

Shades of #ECCDBA

#ECCDBA
(236,205,186)
#D7BBAA
(215,187,170)
#C2A99A
(194,169,154)
#AD978A
(173,151,138)
#98857A
(152,133,122)
#83736A
(131,115,106)
#6E615A
(110,97,90)
#594F4A
(89,79,74)
#443D3A
(68,61,58)
#2F2B2A
(47,43,42)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #ECCDBA

#ECCDBA
(236,205,186)
#EDD1C0
(237,209,192)
#EED5C6
(238,213,198)
#EFD9CC
(239,217,204)
#F0DDD2
(240,221,210)
#F1E1D8
(241,225,216)
#F2E5DE
(242,229,222)
#F3E9E4
(243,233,228)
#F4EDEA
(244,237,234)
#F5F1F0
(245,241,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDBA; }

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

This text font color is #ECCDBA.


Background Color

.myBgColor { background-color: #ECCDBA; }

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

This div background color is #ECCDBA.


Border color

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

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

This div border color is #ECCDBA.


Opacity

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

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

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

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

This text has shadow with #ECCDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCDBA on black background.


Color preview on white background

This text has color #ECCDBA on white background.



Black color preview on #ECCDBA background

This text has black color on #ECCDBA background.


White color preview on #ECCDBA background

This text has white color on #ECCDBA background.