COLOR #ECE0DB

HEX: #ECE0DB RGB: (236,224,219)

Color info

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

RGB color model

#ECE0DB color RGB value is (236,224,219).

RGB: (236,224,219) (93%, 88%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 224 of 255 = 88%
B 219 of 255 = 86%

236
224
219

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

Portions of RGB colors in percentages

R + G + B = 236 + 224 + 219 = 679 (100%)
R 236 of 679 ~ 34.76%
G 224 of 679 ~ 32.99%
B 219 of 679 ~ 32.25'%

%34.76
%32.99
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 7.20%
  • key color value is 7.45%

CMYK: (0,5,7,7)
C0M5Y7K7 (0%, 5%, 7%, 7%)
(0.00 / 0.05 / 0.07 / 0.07)

CMYK percentages

%0
%5.08
%7.2
%7.45

Codes

Color #ECE0DB in popluar color models

EC E0 DB
RGB 236 224 219
HSL 18° 30.91% 89.22%
HSB/HSV 18° 7.20% 92.55%
CMYK 0.00% 5.08% 7.20%
7.45%

Color #ECE0DB in popluar number systems.

HEX EC E0 DB
Decimal 236 224 219
Binary 11101100 11100000 11011011
Octal 354 340 333

Shades and tints

Shades of #ECE0DB

#ECE0DB
(236,224,219)
#D7CCC8
(215,204,200)
#C2B8B5
(194,184,181)
#ADA4A2
(173,164,162)
#98908F
(152,144,143)
#837C7C
(131,124,124)
#6E6869
(110,104,105)
#595456
(89,84,86)
#444043
(68,64,67)
#2F2C30
(47,44,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #ECE0DB

#ECE0DB
(236,224,219)
#EDE2DE
(237,226,222)
#EEE4E1
(238,228,225)
#EFE6E4
(239,230,228)
#F0E8E7
(240,232,231)
#F1EAEA
(241,234,234)
#F2ECED
(242,236,237)
#F3EEF0
(243,238,240)
#F4F0F3
(244,240,243)
#F5F2F6
(245,242,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE0DB; }

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

This text font color is #ECE0DB.

Background Color

.myBgColor { background-color: #ECE0DB; }

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

This div background color is #ECE0DB.

Border color

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

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

This div border color is #ECE0DB.

Opacity

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

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

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

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

This text has shadow with #ECE0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE0DB.

Preview

Color preview on black background

This text has color #ECE0DB on black background.


Color preview on white background

This text has color #ECE0DB on white background.


Black color preview on #ECE0DB background

This text has black color on #ECE0DB background.


White color preview on #ECE0DB background

This text has white color on #ECE0DB background.


Related colors

Complementary color

Complementary color for #hex is #131F24.


I love getcolorcode.com

Triadic colors

1 #DBECE0 and #E0DBEC with #ECE0DB are triadic colors.

2 #DBE0EC and #E0ECDB with #ECE0DB are triadic colors.