COLOR #ECD7C4

HEX: #ECD7C4 RGB: (236,215,196)

Color info

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

RGB color model

#ECD7C4 color RGB value is (236,215,196).

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

RGB channels and saturation

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

236
215
196

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

Portions of RGB colors in percentages

R + G + B = 236 + 215 + 196 = 647 (100%)
R 236 of 647 ~ 36.48%
G 215 of 647 ~ 33.23%
B 196 of 647 ~ 30.29'%

%36.48
%33.23
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 16.95%
  • 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
%8.9
%16.95
%7.45

Codes

Color #ECD7C4 in popluar color models

EC D7 C4
RGB 236 215 196
HSL 29° 51.28% 84.71%
HSB/HSV 29° 16.95% 92.55%
CMYK 0.00% 8.90% 16.95%
7.45%

Color #ECD7C4 in popluar number systems.

HEX EC D7 C4
Decimal 236 215 196
Binary 11101100 11010111 11000100
Octal 354 327 304

Shades and tints

Shades of #ECD7C4

#ECD7C4
(236,215,196)
#D7C4B3
(215,196,179)
#C2B1A2
(194,177,162)
#AD9E91
(173,158,145)
#988B80
(152,139,128)
#83786F
(131,120,111)
#6E655E
(110,101,94)
#59524D
(89,82,77)
#443F3C
(68,63,60)
#2F2C2B
(47,44,43)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #ECD7C4

#ECD7C4
(236,215,196)
#EDDAC9
(237,218,201)
#EEDDCE
(238,221,206)
#EFE0D3
(239,224,211)
#F0E3D8
(240,227,216)
#F1E6DD
(241,230,221)
#F2E9E2
(242,233,226)
#F3ECE7
(243,236,231)
#F4EFEC
(244,239,236)
#F5F2F1
(245,242,241)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7C4; }

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

This text font color is #ECD7C4.

Background Color

.myBgColor { background-color: #ECD7C4; }

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

This div background color is #ECD7C4.

Border color

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

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

This div border color is #ECD7C4.

Opacity

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

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

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

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

This text has shadow with #ECD7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD7C4.

Preview

Color preview on black background

This text has color #ECD7C4 on black background.


Color preview on white background

This text has color #ECD7C4 on white background.


Black color preview on #ECD7C4 background

This text has black color on #ECD7C4 background.


White color preview on #ECD7C4 background

This text has white color on #ECD7C4 background.


Related colors

Complementary color

Complementary color for #hex is #13283B.


I love getcolorcode.com

Triadic colors

1 #C4ECD7 and #D7C4EC with #ECD7C4 are triadic colors.

2 #C4D7EC and #D7ECC4 with #ECD7C4 are triadic colors.