COLOR #ECD9BA

HEX: #ECD9BA RGB: (236,217,186)

Color info

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

RGB color model

#ECD9BA color RGB value is (236,217,186).

RGB: (236,217,186) (93%, 85%, 73%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 186 of 255 = 73%

236
217
186

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

Portions of RGB colors in percentages

R + G + B = 236 + 217 + 186 = 639 (100%)
R 236 of 639 ~ 36.93%
G 217 of 639 ~ 33.96%
B 186 of 639 ~ 29.11'%

%36.93
%33.96
%29.11

CMYK color model

#ECD9BA color CMYK value is (0,8,21,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK: (0,8,21,7) C0M8Y21K7 (0%,8%,21%,7%) (0.00/0.08/0.21/0.07) 

CMYK percentages

%0
%8.05
%21.19
%7.45

Codes

Color #ECD9BA in popluar color models

EC D9 BA
RGB 236 217 186
HSL 37° 56.82% 82.75%
HSB/HSV 37° 21.19% 92.55%
CMYK 0.00% 8.05% 21.19%
7.45%

Color #ECD9BA in popluar number systems.

HEX EC D9 BA
Decimal 236 217 186
Binary 11101100 11011001 10111010
Octal 354 331 272

Shades and tints

Shades of #ECD9BA

#ECD9BA
(236,217,186)
#D7C6AA
(215,198,170)
#C2B39A
(194,179,154)
#ADA08A
(173,160,138)
#988D7A
(152,141,122)
#837A6A
(131,122,106)
#6E675A
(110,103,90)
#59544A
(89,84,74)
#44413A
(68,65,58)
#2F2E2A
(47,46,42)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #ECD9BA

#ECD9BA
(236,217,186)
#EDDCC0
(237,220,192)
#EEDFC6
(238,223,198)
#EFE2CC
(239,226,204)
#F0E5D2
(240,229,210)
#F1E8D8
(241,232,216)
#F2EBDE
(242,235,222)
#F3EEE4
(243,238,228)
#F4F1EA
(244,241,234)
#F5F4F0
(245,244,240)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9BA; }

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

This text font color is #ECD9BA.

Background Color

.myBgColor { background-color: #ECD9BA; }

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

This div background color is #ECD9BA.

Border color

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

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

This div border color is #ECD9BA.

Opacity

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

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

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

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

This text has shadow with #ECD9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD9BA.

Preview

Color preview on black background

This text has color #ECD9BA on black background.


Color preview on white background

This text has color #ECD9BA on white background.


Black color preview on #ECD9BA background

This text has black color on #ECD9BA background.


White color preview on #ECD9BA background

This text has white color on #ECD9BA background.


Related colors

Complementary color

Complementary color for #hex is #132645.


I love getcolorcode.com

Triadic colors

1 #BAECD9 and #D9BAEC with #ECD9BA are triadic colors.

2 #BAD9EC and #D9ECBA with #ECD9BA are triadic colors.