COLOR #E5DECB

HEX: #E5DECB
RGB: (229,222,203)

Color info

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

RGB color model

#E5DECB color RGB value is (229,222,203).

  • red value is 229;
  • green value is 222;
  • blue value is 203.
RGB:
(229,222,203)
(90%,87%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 203 of 255 = 80%

229
222
203

R + G + B ~ 86%. #E5DECB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 222 + 203 = 654 (100%)
R 229 of 654 ~ 35.02%
G 222 of 654 ~ 33.94%
B 203 of 654 ~ 31.04%

%35.02
%33.94
%31.04

CMYK color model

#E5DECB color CMYK value is (0,3,11,10).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(0,3,11,10)
C0M3Y11K10 
(0%,3%,11%,10%)
(0.00/0.03/0.11/0.10)	

CMYK percentages

%0
%3.06
%11.35
%10.2

Codes

Color #E5DECB in popluar color models

E5DECB
RGB229222203
HSL44°33.33%84.71%
HSB/HSV44°11.35%89.80%
CMYK0.00%3.06%11.35%
10.20%

Color #E5DECB in popluar number systems.

HEXE5DECB
Decimal229222203
Binary111001011101111011001011
Octal345336313

Shades and tints

Shades of #E5DECB

#E5DECB
(229,222,203)
#D1CAB9
(209,202,185)
#BDB6A7
(189,182,167)
#A9A295
(169,162,149)
#958E83
(149,142,131)
#817A71
(129,122,113)
#6D665F
(109,102,95)
#59524D
(89,82,77)
#453E3B
(69,62,59)
#312A29
(49,42,41)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5DECB

#E5DECB
(229,222,203)
#E7E1CF
(231,225,207)
#E9E4D3
(233,228,211)
#EBE7D7
(235,231,215)
#EDEADB
(237,234,219)
#EFEDDF
(239,237,223)
#F1F0E3
(241,240,227)
#F3F3E7
(243,243,231)
#F5F6EB
(245,246,235)
#F7F9EF
(247,249,239)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DECB; }

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

This text font color is #E5DECB.


Background Color

.myBgColor { background-color: #E5DECB; }

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

This div background color is #E5DECB.


Border color

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

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

This div border color is #E5DECB.


Opacity

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

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

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

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

This text has shadow with #E5DECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DECB on black background.


Color preview on white background

This text has color #E5DECB on white background.



Black color preview on #E5DECB background

This text has black color on #E5DECB background.


White color preview on #E5DECB background

This text has white color on #E5DECB background.