COLOR #ECDEB4

HEX: #ECDEB4
RGB: (236,222,180)

Color info

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

RGB color model

#ECDEB4 color RGB value is (236,222,180).

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

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 180 of 255 = 71%

236
222
180

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 180 = 638 (100%)
R 236 of 638 ~ 36.99%
G 222 of 638 ~ 34.8%
B 180 of 638 ~ 28.21%

%36.99
%34.8
%28.21

CMYK color model

#ECDEB4 color CMYK value is (0,6,24,7).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(0,6,24,7)
C0M6Y24K7 
(0%,6%,24%,7%)
(0.00/0.06/0.24/0.07)	

CMYK percentages

%0
%5.93
%23.73
%7.45

Codes

Color #ECDEB4 in popluar color models

ECDEB4
RGB236222180
HSL45°59.57%81.57%
HSB/HSV45°23.73%92.55%
CMYK0.00%5.93%23.73%
7.45%

Color #ECDEB4 in popluar number systems.

HEXECDEB4
Decimal236222180
Binary111011001101111010110100
Octal354336264

Shades and tints

Shades of #ECDEB4

#ECDEB4
(236,222,180)
#D7CAA4
(215,202,164)
#C2B694
(194,182,148)
#ADA284
(173,162,132)
#988E74
(152,142,116)
#837A64
(131,122,100)
#6E6654
(110,102,84)
#595244
(89,82,68)
#443E34
(68,62,52)
#2F2A24
(47,42,36)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #ECDEB4

#ECDEB4
(236,222,180)
#EDE1BA
(237,225,186)
#EEE4C0
(238,228,192)
#EFE7C6
(239,231,198)
#F0EACC
(240,234,204)
#F1EDD2
(241,237,210)
#F2F0D8
(242,240,216)
#F3F3DE
(243,243,222)
#F4F6E4
(244,246,228)
#F5F9EA
(245,249,234)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEB4; }

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

This text font color is #ECDEB4.


Background Color

.myBgColor { background-color: #ECDEB4; }

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

This div background color is #ECDEB4.


Border color

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

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

This div border color is #ECDEB4.


Opacity

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

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

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

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

This text has shadow with #ECDEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEB4 on black background.


Color preview on white background

This text has color #ECDEB4 on white background.



Black color preview on #ECDEB4 background

This text has black color on #ECDEB4 background.


White color preview on #ECDEB4 background

This text has white color on #ECDEB4 background.