COLOR #E2D8CE

HEX: #E2D8CE
RGB: (226,216,206)

Color info

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

RGB color model

#E2D8CE color RGB value is (226,216,206).

  • red value is 226;
  • green value is 216;
  • blue value is 206.
RGB:
(226,216,206)
(89%,85%,81%)

RGB channels and saturation

R 226 of 255 = 89%
G 216 of 255 = 85%
B 206 of 255 = 81%

226
216
206

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

Portions of RGB colors in percentages

R + G + B =
226 + 216 + 206 = 648 (100%)
R 226 of 648 ~ 34.88%
G 216 of 648 ~ 33.33%
B 206 of 648 ~ 31.79%

%34.88
%33.33
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 8.85%
  • key color value is 11.37%
CMYK:
(0,4,9,11)
C0M4Y9K11 
(0%,4%,9%,11%)
(0.00/0.04/0.09/0.11)	

CMYK percentages

%0
%4.42
%8.85
%11.37

Codes

Color #E2D8CE in popluar color models

E2D8CE
RGB226216206
HSL30°25.64%84.71%
HSB/HSV30°8.85%88.63%
CMYK0.00%4.42%8.85%
11.37%

Color #E2D8CE in popluar number systems.

HEXE2D8CE
Decimal226216206
Binary111000101101100011001110
Octal342330316

Shades and tints

Shades of #E2D8CE

#E2D8CE
(226,216,206)
#CEC5BC
(206,197,188)
#BAB2AA
(186,178,170)
#A69F98
(166,159,152)
#928C86
(146,140,134)
#7E7974
(126,121,116)
#6A6662
(106,102,98)
#565350
(86,83,80)
#42403E
(66,64,62)
#2E2D2C
(46,45,44)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #E2D8CE

#E2D8CE
(226,216,206)
#E4DBD2
(228,219,210)
#E6DED6
(230,222,214)
#E8E1DA
(232,225,218)
#EAE4DE
(234,228,222)
#ECE7E2
(236,231,226)
#EEEAE6
(238,234,230)
#F0EDEA
(240,237,234)
#F2F0EE
(242,240,238)
#F4F3F2
(244,243,242)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D8CE color. Also use rgb(226,216,206) instead hex code.

Text Font Color

.myTextColor { color: #E2D8CE; }

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

This text font color is #E2D8CE.


Background Color

.myBgColor { background-color: #E2D8CE; }

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

This div background color is #E2D8CE.


Border color

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

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

This div border color is #E2D8CE.


Opacity

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

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

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

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

This text has shadow with #E2D8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D8CE on black background.


Color preview on white background

This text has color #E2D8CE on white background.



Black color preview on #E2D8CE background

This text has black color on #E2D8CE background.


White color preview on #E2D8CE background

This text has white color on #E2D8CE background.