COLOR #ECD6C5

HEX: #ECD6C5 RGB: (236,214,197)

Color info

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

RGB color model

#ECD6C5 color RGB value is (236,214,197).

RGB: (236,214,197) (93%, 84%, 77%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 197 of 255 = 77%

236
214
197

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

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 197 = 647 (100%)
R 236 of 647 ~ 36.48%
G 214 of 647 ~ 33.08%
B 197 of 647 ~ 30.45'%

%36.48
%33.08
%30.45

CMYK color model

#ECD6C5 color CMYK value is (0,9,17,7).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 16.53%
  • key color value is 7.45%

CMYK: (0,9,17,7)
C0M9Y17K7 (0%, 9%, 17%, 7%)
(0.00 / 0.09 / 0.17 / 0.07)

CMYK percentages

%0
%9.32
%16.53
%7.45

Codes

Color #ECD6C5 in popluar color models

EC D6 C5
RGB 236 214 197
HSL 26° 50.65% 84.90%
HSB/HSV 26° 16.53% 92.55%
CMYK 0.00% 9.32% 16.53%
7.45%

Color #ECD6C5 in popluar number systems.

HEX EC D6 C5
Decimal 236 214 197
Binary 11101100 11010110 11000101
Octal 354 326 305

Shades and tints

Shades of #ECD6C5

#ECD6C5
(236,214,197)
#D7C3B4
(215,195,180)
#C2B0A3
(194,176,163)
#AD9D92
(173,157,146)
#988A81
(152,138,129)
#837770
(131,119,112)
#6E645F
(110,100,95)
#59514E
(89,81,78)
#443E3D
(68,62,61)
#2F2B2C
(47,43,44)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #ECD6C5

#ECD6C5
(236,214,197)
#EDD9CA
(237,217,202)
#EEDCCF
(238,220,207)
#EFDFD4
(239,223,212)
#F0E2D9
(240,226,217)
#F1E5DE
(241,229,222)
#F2E8E3
(242,232,227)
#F3EBE8
(243,235,232)
#F4EEED
(244,238,237)
#F5F1F2
(245,241,242)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD6C5 color. Also use rgb(236,214,197) instead hex code.

Text Font Color

.myTextColor { color: #ECD6C5; }

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

This text font color is #ECD6C5.

Background Color

.myBgColor { background-color: #ECD6C5; }

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

This div background color is #ECD6C5.

Border color

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

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

This div border color is #ECD6C5.

Opacity

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

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

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

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

This text has shadow with #ECD6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6C5.

Preview

Color preview on black background

This text has color #ECD6C5 on black background.


Color preview on white background

This text has color #ECD6C5 on white background.


Black color preview on #ECD6C5 background

This text has black color on #ECD6C5 background.


White color preview on #ECD6C5 background

This text has white color on #ECD6C5 background.


Related colors

Complementary color

Complementary color for #hex is #13293A.


I love getcolorcode.com

Triadic colors

1 #C5ECD6 and #D6C5EC with #ECD6C5 are triadic colors.

2 #C5D6EC and #D6ECC5 with #ECD6C5 are triadic colors.