COLOR #E8DBCE

HEX: #E8DBCE
RGB: (232,219,206)

Color info

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

RGB color model

#E8DBCE color RGB value is (232,219,206).

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

RGB channels and saturation

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

232
219
206

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

Portions of RGB colors in percentages

R + G + B =
232 + 219 + 206 = 657 (100%)
R 232 of 657 ~ 35.31%
G 219 of 657 ~ 33.33%
B 206 of 657 ~ 31.35%

%35.31
%33.33
%31.35

CMYK color model

#E8DBCE color CMYK value is (0,6,11,9).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 11.21%
  • key color value is 9.02%
CMYK:
(0,6,11,9)
C0M6Y11K9 
(0%,6%,11%,9%)
(0.00/0.06/0.11/0.09)	

CMYK percentages

%0
%5.6
%11.21
%9.02

Codes

Color #E8DBCE in popluar color models

E8DBCE
RGB232219206
HSL30°36.11%85.88%
HSB/HSV30°11.21%90.98%
CMYK0.00%5.60%11.21%
9.02%

Color #E8DBCE in popluar number systems.

HEXE8DBCE
Decimal232219206
Binary111010001101101111001110
Octal350333316

Shades and tints

Shades of #E8DBCE

#E8DBCE
(232,219,206)
#D3C8BC
(211,200,188)
#BEB5AA
(190,181,170)
#A9A298
(169,162,152)
#948F86
(148,143,134)
#7F7C74
(127,124,116)
#6A6962
(106,105,98)
#555650
(85,86,80)
#40433E
(64,67,62)
#2B302C
(43,48,44)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #E8DBCE

#E8DBCE
(232,219,206)
#EADED2
(234,222,210)
#ECE1D6
(236,225,214)
#EEE4DA
(238,228,218)
#F0E7DE
(240,231,222)
#F2EAE2
(242,234,226)
#F4EDE6
(244,237,230)
#F6F0EA
(246,240,234)
#F8F3EE
(248,243,238)
#FAF6F2
(250,246,242)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DBCE; }

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

This text font color is #E8DBCE.


Background Color

.myBgColor { background-color: #E8DBCE; }

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

This div background color is #E8DBCE.


Border color

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

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

This div border color is #E8DBCE.


Opacity

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

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

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

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

This text has shadow with #E8DBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DBCE on black background.


Color preview on white background

This text has color #E8DBCE on white background.



Black color preview on #E8DBCE background

This text has black color on #E8DBCE background.


White color preview on #E8DBCE background

This text has white color on #E8DBCE background.