COLOR #ECDEB2

HEX: #ECDEB2
RGB: (236,222,178)

Color info

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

RGB color model

#ECDEB2 color RGB value is (236,222,178).

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

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 178 of 255 = 70%

236
222
178

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 178 = 636 (100%)
R 236 of 636 ~ 37.11%
G 222 of 636 ~ 34.91%
B 178 of 636 ~ 27.99%

%37.11
%34.91
%27.99

CMYK color model

#ECDEB2 color CMYK value is (0,6,25,7).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,6,25,7)
C0M6Y25K7 
(0%,6%,25%,7%)
(0.00/0.06/0.25/0.07)	

CMYK percentages

%0
%5.93
%24.58
%7.45

Codes

Color #ECDEB2 in popluar color models

ECDEB2
RGB236222178
HSL46°60.42%81.18%
HSB/HSV46°24.58%92.55%
CMYK0.00%5.93%24.58%
7.45%

Color #ECDEB2 in popluar number systems.

HEXECDEB2
Decimal236222178
Binary111011001101111010110010
Octal354336262

Shades and tints

Shades of #ECDEB2

#ECDEB2
(236,222,178)
#D7CAA2
(215,202,162)
#C2B692
(194,182,146)
#ADA282
(173,162,130)
#988E72
(152,142,114)
#837A62
(131,122,98)
#6E6652
(110,102,82)
#595242
(89,82,66)
#443E32
(68,62,50)
#2F2A22
(47,42,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #ECDEB2

#ECDEB2
(236,222,178)
#EDE1B9
(237,225,185)
#EEE4C0
(238,228,192)
#EFE7C7
(239,231,199)
#F0EACE
(240,234,206)
#F1EDD5
(241,237,213)
#F2F0DC
(242,240,220)
#F3F3E3
(243,243,227)
#F4F6EA
(244,246,234)
#F5F9F1
(245,249,241)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEB2; }

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

This text font color is #ECDEB2.


Background Color

.myBgColor { background-color: #ECDEB2; }

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

This div background color is #ECDEB2.


Border color

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

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

This div border color is #ECDEB2.


Opacity

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

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

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

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

This text has shadow with #ECDEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEB2 on black background.


Color preview on white background

This text has color #ECDEB2 on white background.



Black color preview on #ECDEB2 background

This text has black color on #ECDEB2 background.


White color preview on #ECDEB2 background

This text has white color on #ECDEB2 background.