COLOR #ECD5BD

HEX: #ECD5BD RGB: (236,213,189)

Color info

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

RGB color model

#ECD5BD color RGB value is (236,213,189).

RGB: (236,213,189) (93%, 84%, 74%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 189 of 255 = 74%

236
213
189

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

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 189 = 638 (100%)
R 236 of 638 ~ 36.99%
G 213 of 638 ~ 33.39%
B 189 of 638 ~ 29.62'%

%36.99
%33.39
%29.62

CMYK color model

#ECD5BD color CMYK value is (0,10,20,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 19.92%
  • key color value is 7.45%
CMYK: (0,10,20,7) C0M10Y20K7 (0%,10%,20%,7%) (0.00/0.10/0.20/0.07) 

CMYK percentages

%0
%9.75
%19.92
%7.45

Codes

Color #ECD5BD in popluar color models

EC D5 BD
RGB 236 213 189
HSL 31° 55.29% 83.33%
HSB/HSV 31° 19.92% 92.55%
CMYK 0.00% 9.75% 19.92%
7.45%

Color #ECD5BD in popluar number systems.

HEX EC D5 BD
Decimal 236 213 189
Binary 11101100 11010101 10111101
Octal 354 325 275

Shades and tints

Shades of #ECD5BD

#ECD5BD
(236,213,189)
#D7C2AC
(215,194,172)
#C2AF9B
(194,175,155)
#AD9C8A
(173,156,138)
#988979
(152,137,121)
#837668
(131,118,104)
#6E6357
(110,99,87)
#595046
(89,80,70)
#443D35
(68,61,53)
#2F2A24
(47,42,36)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #ECD5BD

#ECD5BD
(236,213,189)
#EDD8C3
(237,216,195)
#EEDBC9
(238,219,201)
#EFDECF
(239,222,207)
#F0E1D5
(240,225,213)
#F1E4DB
(241,228,219)
#F2E7E1
(242,231,225)
#F3EAE7
(243,234,231)
#F4EDED
(244,237,237)
#F5F0F3
(245,240,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5BD; }

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

This text font color is #ECD5BD.

Background Color

.myBgColor { background-color: #ECD5BD; }

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

This div background color is #ECD5BD.

Border color

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

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

This div border color is #ECD5BD.

Opacity

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

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

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

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

This text has shadow with #ECD5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD5BD.

Preview

Color preview on black background

This text has color #ECD5BD on black background.


Color preview on white background

This text has color #ECD5BD on white background.


Black color preview on #ECD5BD background

This text has black color on #ECD5BD background.


White color preview on #ECD5BD background

This text has white color on #ECD5BD background.


Related colors

Complementary color

Complementary color for #hex is #132A42.


I love getcolorcode.com

Triadic colors

1 #BDECD5 and #D5BDEC with #ECD5BD are triadic colors.

2 #BDD5EC and #D5ECBD with #ECD5BD are triadic colors.