COLOR #ECD6C7

HEX: #ECD6C7 RGB: (236,214,199)

Color info

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

RGB color model

#ECD6C7 color RGB value is (236,214,199).

RGB: (236,214,199) (93%, 84%, 78%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 199 of 255 = 78%

236
214
199

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

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 199 = 649 (100%)
R 236 of 649 ~ 36.36%
G 214 of 649 ~ 32.97%
B 199 of 649 ~ 30.66'%

%36.36
%32.97
%30.66

CMYK color model

#ECD6C7 color CMYK value is (0,9,16,7).

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

CMYK: (0,9,16,7)
C0M9Y16K7 (0%, 9%, 16%, 7%)
(0.00 / 0.09 / 0.16 / 0.07)

CMYK percentages

%0
%9.32
%15.68
%7.45

Codes

Color #ECD6C7 in popluar color models

EC D6 C7
RGB 236 214 199
HSL 24° 49.33% 85.29%
HSB/HSV 24° 15.68% 92.55%
CMYK 0.00% 9.32% 15.68%
7.45%

Color #ECD6C7 in popluar number systems.

HEX EC D6 C7
Decimal 236 214 199
Binary 11101100 11010110 11000111
Octal 354 326 307

Shades and tints

Shades of #ECD6C7

#ECD6C7
(236,214,199)
#D7C3B5
(215,195,181)
#C2B0A3
(194,176,163)
#AD9D91
(173,157,145)
#988A7F
(152,138,127)
#83776D
(131,119,109)
#6E645B
(110,100,91)
#595149
(89,81,73)
#443E37
(68,62,55)
#2F2B25
(47,43,37)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #ECD6C7

#ECD6C7
(236,214,199)
#EDD9CC
(237,217,204)
#EEDCD1
(238,220,209)
#EFDFD6
(239,223,214)
#F0E2DB
(240,226,219)
#F1E5E0
(241,229,224)
#F2E8E5
(242,232,229)
#F3EBEA
(243,235,234)
#F4EEEF
(244,238,239)
#F5F1F4
(245,241,244)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6C7; }

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

This text font color is #ECD6C7.

Background Color

.myBgColor { background-color: #ECD6C7; }

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

This div background color is #ECD6C7.

Border color

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

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

This div border color is #ECD6C7.

Opacity

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

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

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

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

This text has shadow with #ECD6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6C7.

Preview

Color preview on black background

This text has color #ECD6C7 on black background.


Color preview on white background

This text has color #ECD6C7 on white background.


Black color preview on #ECD6C7 background

This text has black color on #ECD6C7 background.


White color preview on #ECD6C7 background

This text has white color on #ECD6C7 background.


Related colors

Complementary color

Complementary color for #hex is #132938.


I love getcolorcode.com

Triadic colors

1 #C7ECD6 and #D6C7EC with #ECD6C7 are triadic colors.

2 #C7D6EC and #D6ECC7 with #ECD6C7 are triadic colors.