COLOR #ECD8B2

HEX: #ECD8B2
RGB: (236,216,178)

Color info

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

RGB color model

#ECD8B2 color RGB value is (236,216,178).

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

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 178 of 255 = 70%

236
216
178

R + G + B ~ 83%. #ECD8B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 216 + 178 = 630 (100%)
R 236 of 630 ~ 37.46%
G 216 of 630 ~ 34.29%
B 178 of 630 ~ 28.25%

%37.46
%34.29
%28.25

CMYK color model

#ECD8B2 color CMYK value is (0,8,25,7).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,8,25,7)
C0M8Y25K7 
(0%,8%,25%,7%)
(0.00/0.08/0.25/0.07)	

CMYK percentages

%0
%8.47
%24.58
%7.45

Codes

Color #ECD8B2 in popluar color models

ECD8B2
RGB236216178
HSL39°60.42%81.18%
HSB/HSV39°24.58%92.55%
CMYK0.00%8.47%24.58%
7.45%

Color #ECD8B2 in popluar number systems.

HEXECD8B2
Decimal236216178
Binary111011001101100010110010
Octal354330262

Shades and tints

Shades of #ECD8B2

#ECD8B2
(236,216,178)
#D7C5A2
(215,197,162)
#C2B292
(194,178,146)
#AD9F82
(173,159,130)
#988C72
(152,140,114)
#837962
(131,121,98)
#6E6652
(110,102,82)
#595342
(89,83,66)
#444032
(68,64,50)
#2F2D22
(47,45,34)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #ECD8B2

#ECD8B2
(236,216,178)
#EDDBB9
(237,219,185)
#EEDEC0
(238,222,192)
#EFE1C7
(239,225,199)
#F0E4CE
(240,228,206)
#F1E7D5
(241,231,213)
#F2EADC
(242,234,220)
#F3EDE3
(243,237,227)
#F4F0EA
(244,240,234)
#F5F3F1
(245,243,241)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD8B2; }

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

This text font color is #ECD8B2.


Background Color

.myBgColor { background-color: #ECD8B2; }

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

This div background color is #ECD8B2.


Border color

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

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

This div border color is #ECD8B2.


Opacity

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

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

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

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

This text has shadow with #ECD8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD8B2 on black background.


Color preview on white background

This text has color #ECD8B2 on white background.



Black color preview on #ECD8B2 background

This text has black color on #ECD8B2 background.


White color preview on #ECD8B2 background

This text has white color on #ECD8B2 background.