COLOR #E7DEC7

HEX: #E7DEC7
RGB: (231,222,199)

Color info

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

RGB color model

#E7DEC7 color RGB value is (231,222,199).

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

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 199 of 255 = 78%

231
222
199

R + G + B ~ 85%. #E7DEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 222 + 199 = 652 (100%)
R 231 of 652 ~ 35.43%
G 222 of 652 ~ 34.05%
B 199 of 652 ~ 30.52%

%35.43
%34.05
%30.52

CMYK color model

#E7DEC7 color CMYK value is (0,4,14,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(0,4,14,9)
C0M4Y14K9 
(0%,4%,14%,9%)
(0.00/0.04/0.14/0.09)	

CMYK percentages

%0
%3.9
%13.85
%9.41

Codes

Color #E7DEC7 in popluar color models

E7DEC7
RGB231222199
HSL43°40.00%84.31%
HSB/HSV43°13.85%90.59%
CMYK0.00%3.90%13.85%
9.41%

Color #E7DEC7 in popluar number systems.

HEXE7DEC7
Decimal231222199
Binary111001111101111011000111
Octal347336307

Shades and tints

Shades of #E7DEC7

#E7DEC7
(231,222,199)
#D2CAB5
(210,202,181)
#BDB6A3
(189,182,163)
#A8A291
(168,162,145)
#938E7F
(147,142,127)
#7E7A6D
(126,122,109)
#69665B
(105,102,91)
#545249
(84,82,73)
#3F3E37
(63,62,55)
#2A2A25
(42,42,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #E7DEC7

#E7DEC7
(231,222,199)
#E9E1CC
(233,225,204)
#EBE4D1
(235,228,209)
#EDE7D6
(237,231,214)
#EFEADB
(239,234,219)
#F1EDE0
(241,237,224)
#F3F0E5
(243,240,229)
#F5F3EA
(245,243,234)
#F7F6EF
(247,246,239)
#F9F9F4
(249,249,244)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DEC7; }

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

This text font color is #E7DEC7.


Background Color

.myBgColor { background-color: #E7DEC7; }

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

This div background color is #E7DEC7.


Border color

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

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

This div border color is #E7DEC7.


Opacity

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

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

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

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

This text has shadow with #E7DEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DEC7 on black background.


Color preview on white background

This text has color #E7DEC7 on white background.



Black color preview on #E7DEC7 background

This text has black color on #E7DEC7 background.


White color preview on #E7DEC7 background

This text has white color on #E7DEC7 background.