COLOR #ECDFB6

HEX: #ECDFB6 RGB: (236,223,182)

Color info

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

RGB color model

#ECDFB6 color RGB value is (236,223,182).

RGB: (236,223,182) (93%, 87%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 223 of 255 = 87%
B 182 of 255 = 71%

236
223
182

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

Portions of RGB colors in percentages

R + G + B = 236 + 223 + 182 = 641 (100%)
R 236 of 641 ~ 36.82%
G 223 of 641 ~ 34.79%
B 182 of 641 ~ 28.39'%

%36.82
%34.79
%28.39

CMYK color model

#ECDFB6 color CMYK value is (0,6,23,7).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK: (0,6,23,7) C0M6Y23K7 (0%,6%,23%,7%) (0.00/0.06/0.23/0.07) 

CMYK percentages

%0
%5.51
%22.88
%7.45

Codes

Color #ECDFB6 in popluar color models

EC DF B6
RGB 236 223 182
HSL 46° 58.70% 81.96%
HSB/HSV 46° 22.88% 92.55%
CMYK 0.00% 5.51% 22.88%
7.45%

Color #ECDFB6 in popluar number systems.

HEX EC DF B6
Decimal 236 223 182
Binary 11101100 11011111 10110110
Octal 354 337 266

Shades and tints

Shades of #ECDFB6

#ECDFB6
(236,223,182)
#D7CBA6
(215,203,166)
#C2B796
(194,183,150)
#ADA386
(173,163,134)
#988F76
(152,143,118)
#837B66
(131,123,102)
#6E6756
(110,103,86)
#595346
(89,83,70)
#443F36
(68,63,54)
#2F2B26
(47,43,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECDFB6

#ECDFB6
(236,223,182)
#EDE1BC
(237,225,188)
#EEE3C2
(238,227,194)
#EFE5C8
(239,229,200)
#F0E7CE
(240,231,206)
#F1E9D4
(241,233,212)
#F2EBDA
(242,235,218)
#F3EDE0
(243,237,224)
#F4EFE6
(244,239,230)
#F5F1EC
(245,241,236)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDFB6 color. Also use rgb(236,223,182) instead hex code.

Text Font Color

.myTextColor { color: #ECDFB6; }

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

This text font color is #ECDFB6.

Background Color

.myBgColor { background-color: #ECDFB6; }

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

This div background color is #ECDFB6.

Border color

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

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

This div border color is #ECDFB6.

Opacity

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

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

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

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

This text has shadow with #ECDFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDFB6.

Preview

Color preview on black background

This text has color #ECDFB6 on black background.


Color preview on white background

This text has color #ECDFB6 on white background.


Black color preview on #ECDFB6 background

This text has black color on #ECDFB6 background.


White color preview on #ECDFB6 background

This text has white color on #ECDFB6 background.


Related colors

Complementary color

Complementary color for #hex is #132049.


I love getcolorcode.com

Triadic colors

1 #B6ECDF and #DFB6EC with #ECDFB6 are triadic colors.

2 #B6DFEC and #DFECB6 with #ECDFB6 are triadic colors.