COLOR #ECD7C0

HEX: #ECD7C0 RGB: (236,215,192)

Color info

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

RGB color model

#ECD7C0 color RGB value is (236,215,192).

RGB: (236,215,192) (93%, 84%, 75%)

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 192 of 255 = 75%

236
215
192

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

Portions of RGB colors in percentages

R + G + B = 236 + 215 + 192 = 643 (100%)
R 236 of 643 ~ 36.7%
G 215 of 643 ~ 33.44%
B 192 of 643 ~ 29.86'%

%36.7
%33.44
%29.86

CMYK color model

#ECD7C0 color CMYK value is (0,9,19,7).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 18.64%
  • key color value is 7.45%

CMYK: (0,9,19,7)
C0M9Y19K7 (0%, 9%, 19%, 7%)
(0.00 / 0.09 / 0.19 / 0.07)

CMYK percentages

%0
%8.9
%18.64
%7.45

Codes

Color #ECD7C0 in popluar color models

EC D7 C0
RGB 236 215 192
HSL 31° 53.66% 83.92%
HSB/HSV 31° 18.64% 92.55%
CMYK 0.00% 8.90% 18.64%
7.45%

Color #ECD7C0 in popluar number systems.

HEX EC D7 C0
Decimal 236 215 192
Binary 11101100 11010111 11000000
Octal 354 327 300

Shades and tints

Shades of #ECD7C0

#ECD7C0
(236,215,192)
#D7C4AF
(215,196,175)
#C2B19E
(194,177,158)
#AD9E8D
(173,158,141)
#988B7C
(152,139,124)
#83786B
(131,120,107)
#6E655A
(110,101,90)
#595249
(89,82,73)
#443F38
(68,63,56)
#2F2C27
(47,44,39)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #ECD7C0

#ECD7C0
(236,215,192)
#EDDAC5
(237,218,197)
#EEDDCA
(238,221,202)
#EFE0CF
(239,224,207)
#F0E3D4
(240,227,212)
#F1E6D9
(241,230,217)
#F2E9DE
(242,233,222)
#F3ECE3
(243,236,227)
#F4EFE8
(244,239,232)
#F5F2ED
(245,242,237)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD7C0 color. Also use rgb(236,215,192) instead hex code.

Text Font Color

.myTextColor { color: #ECD7C0; }

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

This text font color is #ECD7C0.

Background Color

.myBgColor { background-color: #ECD7C0; }

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

This div background color is #ECD7C0.

Border color

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

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

This div border color is #ECD7C0.

Opacity

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

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

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

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

This text has shadow with #ECD7C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD7C0.

Preview

Color preview on black background

This text has color #ECD7C0 on black background.


Color preview on white background

This text has color #ECD7C0 on white background.


Black color preview on #ECD7C0 background

This text has black color on #ECD7C0 background.


White color preview on #ECD7C0 background

This text has white color on #ECD7C0 background.


Related colors

Complementary color

Complementary color for #hex is #13283F.


I love getcolorcode.com

Triadic colors

1 #C0ECD7 and #D7C0EC with #ECD7C0 are triadic colors.

2 #C0D7EC and #D7ECC0 with #ECD7C0 are triadic colors.