COLOR #E7DBCE

HEX: #E7DBCE
RGB: (231,219,206)

Color info

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

RGB color model

#E7DBCE color RGB value is (231,219,206).

  • red value is 231;
  • green value is 219;
  • blue value is 206.
RGB:
(231,219,206)
(91%,86%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 206 of 255 = 81%

231
219
206

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

Portions of RGB colors in percentages

R + G + B =
231 + 219 + 206 = 656 (100%)
R 231 of 656 ~ 35.21%
G 219 of 656 ~ 33.38%
B 206 of 656 ~ 31.4%

%35.21
%33.38
%31.4

CMYK color model

#E7DBCE color CMYK value is (0,5,11,9).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 10.82%
  • key color value is 9.41%
CMYK:
(0,5,11,9)
C0M5Y11K9 
(0%,5%,11%,9%)
(0.00/0.05/0.11/0.09)	

CMYK percentages

%0
%5.19
%10.82
%9.41

Codes

Color #E7DBCE in popluar color models

E7DBCE
RGB231219206
HSL31°34.25%85.69%
HSB/HSV31°10.82%90.59%
CMYK0.00%5.19%10.82%
9.41%

Color #E7DBCE in popluar number systems.

HEXE7DBCE
Decimal231219206
Binary111001111101101111001110
Octal347333316

Shades and tints

Shades of #E7DBCE

#E7DBCE
(231,219,206)
#D2C8BC
(210,200,188)
#BDB5AA
(189,181,170)
#A8A298
(168,162,152)
#938F86
(147,143,134)
#7E7C74
(126,124,116)
#696962
(105,105,98)
#545650
(84,86,80)
#3F433E
(63,67,62)
#2A302C
(42,48,44)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #E7DBCE

#E7DBCE
(231,219,206)
#E9DED2
(233,222,210)
#EBE1D6
(235,225,214)
#EDE4DA
(237,228,218)
#EFE7DE
(239,231,222)
#F1EAE2
(241,234,226)
#F3EDE6
(243,237,230)
#F5F0EA
(245,240,234)
#F7F3EE
(247,243,238)
#F9F6F2
(249,246,242)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DBCE color. Also use rgb(231,219,206) instead hex code.

Text Font Color

.myTextColor { color: #E7DBCE; }

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

This text font color is #E7DBCE.


Background Color

.myBgColor { background-color: #E7DBCE; }

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

This div background color is #E7DBCE.


Border color

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

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

This div border color is #E7DBCE.


Opacity

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

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

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

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

This text has shadow with #E7DBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DBCE on black background.


Color preview on white background

This text has color #E7DBCE on white background.



Black color preview on #E7DBCE background

This text has black color on #E7DBCE background.


White color preview on #E7DBCE background

This text has white color on #E7DBCE background.