COLOR #ECD9CB

HEX: #ECD9CB RGB: (236,217,203)

Color info

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

RGB color model

#ECD9CB color RGB value is (236,217,203).

RGB: (236,217,203) (93%, 85%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 203 of 255 = 80%

236
217
203

R + G + B ~ 86%. #ECD9CB is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 217 + 203 = 656 (100%)
R 236 of 656 ~ 35.98%
G 217 of 656 ~ 33.08%
B 203 of 656 ~ 30.95'%

%35.98
%33.08
%30.95

CMYK color model

#ECD9CB color CMYK value is (0,8,14,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 13.98%
  • key color value is 7.45%

CMYK: (0,8,14,7)
C0M8Y14K7 (0%, 8%, 14%, 7%)
(0.00 / 0.08 / 0.14 / 0.07)

CMYK percentages

%0
%8.05
%13.98
%7.45

Codes

Color #ECD9CB in popluar color models

EC D9 CB
RGB 236 217 203
HSL 25° 46.48% 86.08%
HSB/HSV 25° 13.98% 92.55%
CMYK 0.00% 8.05% 13.98%
7.45%

Color #ECD9CB in popluar number systems.

HEX EC D9 CB
Decimal 236 217 203
Binary 11101100 11011001 11001011
Octal 354 331 313

Shades and tints

Shades of #ECD9CB

#ECD9CB
(236,217,203)
#D7C6B9
(215,198,185)
#C2B3A7
(194,179,167)
#ADA095
(173,160,149)
#988D83
(152,141,131)
#837A71
(131,122,113)
#6E675F
(110,103,95)
#59544D
(89,84,77)
#44413B
(68,65,59)
#2F2E29
(47,46,41)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #ECD9CB

#ECD9CB
(236,217,203)
#EDDCCF
(237,220,207)
#EEDFD3
(238,223,211)
#EFE2D7
(239,226,215)
#F0E5DB
(240,229,219)
#F1E8DF
(241,232,223)
#F2EBE3
(242,235,227)
#F3EEE7
(243,238,231)
#F4F1EB
(244,241,235)
#F5F4EF
(245,244,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9CB; }

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

This text font color is #ECD9CB.

Background Color

.myBgColor { background-color: #ECD9CB; }

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

This div background color is #ECD9CB.

Border color

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

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

This div border color is #ECD9CB.

Opacity

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

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

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

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

This text has shadow with #ECD9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD9CB.

Preview

Color preview on black background

This text has color #ECD9CB on black background.


Color preview on white background

This text has color #ECD9CB on white background.


Black color preview on #ECD9CB background

This text has black color on #ECD9CB background.


White color preview on #ECD9CB background

This text has white color on #ECD9CB background.


Related colors

Complementary color

Complementary color for #hex is #132634.


I love getcolorcode.com

Triadic colors

1 #CBECD9 and #D9CBEC with #ECD9CB are triadic colors.

2 #CBD9EC and #D9ECCB with #ECD9CB are triadic colors.