COLOR #ECE0DD

HEX: #ECE0DD
RGB: (236,224,221)

Color info

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

RGB color model

#ECE0DD color RGB value is (236,224,221).

  • red value is 236;
  • green value is 224;
  • blue value is 221.
RGB:
(236,224,221)
(93%,88%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 224 of 255 = 88%
B 221 of 255 = 87%

236
224
221

R + G + B ~ 89%. #ECE0DD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 224 + 221 = 681 (100%)
R 236 of 681 ~ 34.65%
G 224 of 681 ~ 32.89%
B 221 of 681 ~ 32.45%

%34.65
%32.89
%32.45

CMYK color model

#ECE0DD color CMYK value is (0,5,6,7).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,5,6,7)
C0M5Y6K7 
(0%,5%,6%,7%)
(0.00/0.05/0.06/0.07)	

CMYK percentages

%0
%5.08
%6.36
%7.45

Codes

Color #ECE0DD in popluar color models

ECE0DD
RGB236224221
HSL12°28.30%89.61%
HSB/HSV12°6.36%92.55%
CMYK0.00%5.08%6.36%
7.45%

Color #ECE0DD in popluar number systems.

HEXECE0DD
Decimal236224221
Binary111011001110000011011101
Octal354340335

Shades and tints

Shades of #ECE0DD

#ECE0DD
(236,224,221)
#D7CCC9
(215,204,201)
#C2B8B5
(194,184,181)
#ADA4A1
(173,164,161)
#98908D
(152,144,141)
#837C79
(131,124,121)
#6E6865
(110,104,101)
#595451
(89,84,81)
#44403D
(68,64,61)
#2F2C29
(47,44,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #ECE0DD

#ECE0DD
(236,224,221)
#EDE2E0
(237,226,224)
#EEE4E3
(238,228,227)
#EFE6E6
(239,230,230)
#F0E8E9
(240,232,233)
#F1EAEC
(241,234,236)
#F2ECEF
(242,236,239)
#F3EEF2
(243,238,242)
#F4F0F5
(244,240,245)
#F5F2F8
(245,242,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE0DD color. Also use rgb(236,224,221) instead hex code.

Text Font Color

.myTextColor { color: #ECE0DD; }

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

This text font color is #ECE0DD.


Background Color

.myBgColor { background-color: #ECE0DD; }

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

This div background color is #ECE0DD.


Border color

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

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

This div border color is #ECE0DD.


Opacity

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

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

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

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

This text has shadow with #ECE0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE0DD on black background.


Color preview on white background

This text has color #ECE0DD on white background.



Black color preview on #ECE0DD background

This text has black color on #ECE0DD background.


White color preview on #ECE0DD background

This text has white color on #ECE0DD background.