COLOR #ECD6B3

HEX: #ECD6B3 RGB: (236,214,179)

Color info

#ECD6B3 contains red, green and blue colors in about the same proportion. Web safe color of #ECD6B3 is #FFCC99 (or #FC9).

RGB color model

#ECD6B3 color RGB value is (236,214,179).

RGB: (236,214,179) (93%, 84%, 70%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 179 of 255 = 70%

236
214
179

R + G + B ~ 82%. #ECD6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 179 = 629 (100%)
R 236 of 629 ~ 37.52%
G 214 of 629 ~ 34.02%
B 179 of 629 ~ 28.46'%

%37.52
%34.02
%28.46

CMYK color model

#ECD6B3 color CMYK value is (0,9,24,7).

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

CMYK: (0,9,24,7)
C0M9Y24K7 (0%, 9%, 24%, 7%)
(0.00 / 0.09 / 0.24 / 0.07)

CMYK percentages

%0
%9.32
%24.15
%7.45

Codes

Color #ECD6B3 in popluar color models

EC D6 B3
RGB 236 214 179
HSL 37° 60.00% 81.37%
HSB/HSV 37° 24.15% 92.55%
CMYK 0.00% 9.32% 24.15%
7.45%

Color #ECD6B3 in popluar number systems.

HEX EC D6 B3
Decimal 236 214 179
Binary 11101100 11010110 10110011
Octal 354 326 263

Shades and tints

Shades of #ECD6B3

#ECD6B3
(236,214,179)
#D7C3A3
(215,195,163)
#C2B093
(194,176,147)
#AD9D83
(173,157,131)
#988A73
(152,138,115)
#837763
(131,119,99)
#6E6453
(110,100,83)
#595143
(89,81,67)
#443E33
(68,62,51)
#2F2B23
(47,43,35)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #ECD6B3

#ECD6B3
(236,214,179)
#EDD9B9
(237,217,185)
#EEDCBF
(238,220,191)
#EFDFC5
(239,223,197)
#F0E2CB
(240,226,203)
#F1E5D1
(241,229,209)
#F2E8D7
(242,232,215)
#F3EBDD
(243,235,221)
#F4EEE3
(244,238,227)
#F5F1E9
(245,241,233)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6B3; }

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

This text font color is #ECD6B3.

Background Color

.myBgColor { background-color: #ECD6B3; }

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

This div background color is #ECD6B3.

Border color

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

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

This div border color is #ECD6B3.

Opacity

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

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

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

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

This text has shadow with #ECD6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6B3.

Preview

Color preview on black background

This text has color #ECD6B3 on black background.


Color preview on white background

This text has color #ECD6B3 on white background.


Black color preview on #ECD6B3 background

This text has black color on #ECD6B3 background.


White color preview on #ECD6B3 background

This text has white color on #ECD6B3 background.


Related colors

Complementary color

Complementary color for #hex is #13294C.


I love getcolorcode.com

Triadic colors

1 #B3ECD6 and #D6B3EC with #ECD6B3 are triadic colors.

2 #B3D6EC and #D6ECB3 with #ECD6B3 are triadic colors.