COLOR #ECD4B2

HEX: #ECD4B2
RGB: (236,212,178)

Color info

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

RGB color model

#ECD4B2 color RGB value is (236,212,178).

  • red value is 236;
  • green value is 212;
  • blue value is 178.
RGB:
(236,212,178)
(93%,83%,70%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 178 of 255 = 70%

236
212
178

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

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 178 = 626 (100%)
R 236 of 626 ~ 37.7%
G 212 of 626 ~ 33.87%
B 178 of 626 ~ 28.43%

%37.7
%33.87
%28.43

CMYK color model

#ECD4B2 color CMYK value is (0,10,25,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,10,25,7)
C0M10Y25K7 
(0%,10%,25%,7%)
(0.00/0.10/0.25/0.07)	

CMYK percentages

%0
%10.17
%24.58
%7.45

Codes

Color #ECD4B2 in popluar color models

ECD4B2
RGB236212178
HSL35°60.42%81.18%
HSB/HSV35°24.58%92.55%
CMYK0.00%10.17%24.58%
7.45%

Color #ECD4B2 in popluar number systems.

HEXECD4B2
Decimal236212178
Binary111011001101010010110010
Octal354324262

Shades and tints

Shades of #ECD4B2

#ECD4B2
(236,212,178)
#D7C1A2
(215,193,162)
#C2AE92
(194,174,146)
#AD9B82
(173,155,130)
#988872
(152,136,114)
#837562
(131,117,98)
#6E6252
(110,98,82)
#594F42
(89,79,66)
#443C32
(68,60,50)
#2F2922
(47,41,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #ECD4B2

#ECD4B2
(236,212,178)
#EDD7B9
(237,215,185)
#EEDAC0
(238,218,192)
#EFDDC7
(239,221,199)
#F0E0CE
(240,224,206)
#F1E3D5
(241,227,213)
#F2E6DC
(242,230,220)
#F3E9E3
(243,233,227)
#F4ECEA
(244,236,234)
#F5EFF1
(245,239,241)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD4B2 color. Also use rgb(236,212,178) instead hex code.

Text Font Color

.myTextColor { color: #ECD4B2; }

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

This text font color is #ECD4B2.


Background Color

.myBgColor { background-color: #ECD4B2; }

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

This div background color is #ECD4B2.


Border color

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

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

This div border color is #ECD4B2.


Opacity

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

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

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

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

This text has shadow with #ECD4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD4B2 on black background.


Color preview on white background

This text has color #ECD4B2 on white background.



Black color preview on #ECD4B2 background

This text has black color on #ECD4B2 background.


White color preview on #ECD4B2 background

This text has white color on #ECD4B2 background.