COLOR #E5DEC0

HEX: #E5DEC0 RGB: (229,222,192)

Color info

#E5DEC0 contains red, green and blue colors in about the same proportion. Web safe color of #E5DEC0 is #CCCCCC (or #CCC).

RGB color model

#E5DEC0 color RGB value is (229,222,192).

RGB: (229,222,192) (90%, 87%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 192 of 255 = 75%

229
222
192

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

Portions of RGB colors in percentages

R + G + B = 229 + 222 + 192 = 643 (100%)
R 229 of 643 ~ 35.61%
G 222 of 643 ~ 34.53%
B 192 of 643 ~ 29.86'%

%35.61
%34.53
%29.86

CMYK color model

#E5DEC0 color CMYK value is (0,3,16,10).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 16.16%
  • key color value is 10.20%

CMYK: (0,3,16,10)
C0M3Y16K10 (0%, 3%, 16%, 10%)
(0.00 / 0.03 / 0.16 / 0.10)

CMYK percentages

%0
%3.06
%16.16
%10.2

Codes

Color #E5DEC0 in popluar color models

E5 DE C0
RGB 229 222 192
HSL 49° 41.57% 82.55%
HSB/HSV 49° 16.16% 89.80%
CMYK 0.00% 3.06% 16.16%
10.20%

Color #E5DEC0 in popluar number systems.

HEX E5 DE C0
Decimal 229 222 192
Binary 11100101 11011110 11000000
Octal 345 336 300

Shades and tints

Shades of #E5DEC0

#E5DEC0
(229,222,192)
#D1CAAF
(209,202,175)
#BDB69E
(189,182,158)
#A9A28D
(169,162,141)
#958E7C
(149,142,124)
#817A6B
(129,122,107)
#6D665A
(109,102,90)
#595249
(89,82,73)
#453E38
(69,62,56)
#312A27
(49,42,39)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5DEC0

#E5DEC0
(229,222,192)
#E7E1C5
(231,225,197)
#E9E4CA
(233,228,202)
#EBE7CF
(235,231,207)
#EDEAD4
(237,234,212)
#EFEDD9
(239,237,217)
#F1F0DE
(241,240,222)
#F3F3E3
(243,243,227)
#F5F6E8
(245,246,232)
#F7F9ED
(247,249,237)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DEC0 color. Also use rgb(229,222,192) instead hex code.

Text Font Color

.myTextColor { color: #E5DEC0; }

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

This text font color is #E5DEC0.

Background Color

.myBgColor { background-color: #E5DEC0; }

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

This div background color is #E5DEC0.

Border color

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

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

This div border color is #E5DEC0.

Opacity

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

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

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

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

This text has shadow with #E5DEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DEC0.

Preview

Color preview on black background

This text has color #E5DEC0 on black background.


Color preview on white background

This text has color #E5DEC0 on white background.


Black color preview on #E5DEC0 background

This text has black color on #E5DEC0 background.


White color preview on #E5DEC0 background

This text has white color on #E5DEC0 background.


Related colors

Complementary color

Complementary color for #hex is #1A213F.


I love getcolorcode.com

Triadic colors

1 #C0E5DE and #DEC0E5 with #E5DEC0 are triadic colors.

2 #C0DEE5 and #DEE5C0 with #E5DEC0 are triadic colors.