COLOR #ECD5C4

HEX: #ECD5C4 RGB: (236,213,196)

Color info

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

RGB color model

#ECD5C4 color RGB value is (236,213,196).

RGB: (236,213,196) (93%, 84%, 77%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 196 of 255 = 77%

236
213
196

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

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 196 = 645 (100%)
R 236 of 645 ~ 36.59%
G 213 of 645 ~ 33.02%
B 196 of 645 ~ 30.39'%

%36.59
%33.02
%30.39

CMYK color model

#ECD5C4 color CMYK value is (0,10,17,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 16.95%
  • key color value is 7.45%

CMYK: (0,10,17,7)
C0M10Y17K7 (0%, 10%, 17%, 7%)
(0.00 / 0.10 / 0.17 / 0.07)

CMYK percentages

%0
%9.75
%16.95
%7.45

Codes

Color #ECD5C4 in popluar color models

EC D5 C4
RGB 236 213 196
HSL 26° 51.28% 84.71%
HSB/HSV 26° 16.95% 92.55%
CMYK 0.00% 9.75% 16.95%
7.45%

Color #ECD5C4 in popluar number systems.

HEX EC D5 C4
Decimal 236 213 196
Binary 11101100 11010101 11000100
Octal 354 325 304

Shades and tints

Shades of #ECD5C4

#ECD5C4
(236,213,196)
#D7C2B3
(215,194,179)
#C2AFA2
(194,175,162)
#AD9C91
(173,156,145)
#988980
(152,137,128)
#83766F
(131,118,111)
#6E635E
(110,99,94)
#59504D
(89,80,77)
#443D3C
(68,61,60)
#2F2A2B
(47,42,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECD5C4

#ECD5C4
(236,213,196)
#EDD8C9
(237,216,201)
#EEDBCE
(238,219,206)
#EFDED3
(239,222,211)
#F0E1D8
(240,225,216)
#F1E4DD
(241,228,221)
#F2E7E2
(242,231,226)
#F3EAE7
(243,234,231)
#F4EDEC
(244,237,236)
#F5F0F1
(245,240,241)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5C4; }

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

This text font color is #ECD5C4.

Background Color

.myBgColor { background-color: #ECD5C4; }

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

This div background color is #ECD5C4.

Border color

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

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

This div border color is #ECD5C4.

Opacity

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

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

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

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

This text has shadow with #ECD5C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD5C4.

Preview

Color preview on black background

This text has color #ECD5C4 on black background.


Color preview on white background

This text has color #ECD5C4 on white background.


Black color preview on #ECD5C4 background

This text has black color on #ECD5C4 background.


White color preview on #ECD5C4 background

This text has white color on #ECD5C4 background.


Related colors

Complementary color

Complementary color for #hex is #132A3B.


I love getcolorcode.com

Triadic colors

1 #C4ECD5 and #D5C4EC with #ECD5C4 are triadic colors.

2 #C4D5EC and #D5ECC4 with #ECD5C4 are triadic colors.