COLOR #E7DECD

HEX: #E7DECD
RGB: (231,222,205)

Color info

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

RGB color model

#E7DECD color RGB value is (231,222,205).

  • red value is 231;
  • green value is 222;
  • blue value is 205.
RGB:
(231,222,205)
(91%,87%,80%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 205 of 255 = 80%

231
222
205

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

Portions of RGB colors in percentages

R + G + B =
231 + 222 + 205 = 658 (100%)
R 231 of 658 ~ 35.11%
G 222 of 658 ~ 33.74%
B 205 of 658 ~ 31.16%

%35.11
%33.74
%31.16

CMYK color model

#E7DECD color CMYK value is (0,4,11,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(0,4,11,9)
C0M4Y11K9 
(0%,4%,11%,9%)
(0.00/0.04/0.11/0.09)	

CMYK percentages

%0
%3.9
%11.26
%9.41

Codes

Color #E7DECD in popluar color models

E7DECD
RGB231222205
HSL39°35.14%85.49%
HSB/HSV39°11.26%90.59%
CMYK0.00%3.90%11.26%
9.41%

Color #E7DECD in popluar number systems.

HEXE7DECD
Decimal231222205
Binary111001111101111011001101
Octal347336315

Shades and tints

Shades of #E7DECD

#E7DECD
(231,222,205)
#D2CABB
(210,202,187)
#BDB6A9
(189,182,169)
#A8A297
(168,162,151)
#938E85
(147,142,133)
#7E7A73
(126,122,115)
#696661
(105,102,97)
#54524F
(84,82,79)
#3F3E3D
(63,62,61)
#2A2A2B
(42,42,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #E7DECD

#E7DECD
(231,222,205)
#E9E1D1
(233,225,209)
#EBE4D5
(235,228,213)
#EDE7D9
(237,231,217)
#EFEADD
(239,234,221)
#F1EDE1
(241,237,225)
#F3F0E5
(243,240,229)
#F5F3E9
(245,243,233)
#F7F6ED
(247,246,237)
#F9F9F1
(249,249,241)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DECD color. Also use rgb(231,222,205) instead hex code.

Text Font Color

.myTextColor { color: #E7DECD; }

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

This text font color is #E7DECD.


Background Color

.myBgColor { background-color: #E7DECD; }

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

This div background color is #E7DECD.


Border color

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

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

This div border color is #E7DECD.


Opacity

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

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

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

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

This text has shadow with #E7DECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DECD on black background.


Color preview on white background

This text has color #E7DECD on white background.



Black color preview on #E7DECD background

This text has black color on #E7DECD background.


White color preview on #E7DECD background

This text has white color on #E7DECD background.