COLOR #E2D6C6

HEX: #E2D6C6
RGB: (226,214,198)

Color info

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

RGB color model

#E2D6C6 color RGB value is (226,214,198).

  • red value is 226;
  • green value is 214;
  • blue value is 198.
RGB:
(226,214,198)
(89%,84%,78%)

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 198 of 255 = 78%

226
214
198

R + G + B ~ 84%. #E2D6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 214 + 198 = 638 (100%)
R 226 of 638 ~ 35.42%
G 214 of 638 ~ 33.54%
B 198 of 638 ~ 31.03%

%35.42
%33.54
%31.03

CMYK color model

#E2D6C6 color CMYK value is (0,5,12,11).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(0,5,12,11)
C0M5Y12K11 
(0%,5%,12%,11%)
(0.00/0.05/0.12/0.11)	

CMYK percentages

%0
%5.31
%12.39
%11.37

Codes

Color #E2D6C6 in popluar color models

E2D6C6
RGB226214198
HSL34°32.56%83.14%
HSB/HSV34°12.39%88.63%
CMYK0.00%5.31%12.39%
11.37%

Color #E2D6C6 in popluar number systems.

HEXE2D6C6
Decimal226214198
Binary111000101101011011000110
Octal342326306

Shades and tints

Shades of #E2D6C6

#E2D6C6
(226,214,198)
#CEC3B4
(206,195,180)
#BAB0A2
(186,176,162)
#A69D90
(166,157,144)
#928A7E
(146,138,126)
#7E776C
(126,119,108)
#6A645A
(106,100,90)
#565148
(86,81,72)
#423E36
(66,62,54)
#2E2B24
(46,43,36)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #E2D6C6

#E2D6C6
(226,214,198)
#E4D9CB
(228,217,203)
#E6DCD0
(230,220,208)
#E8DFD5
(232,223,213)
#EAE2DA
(234,226,218)
#ECE5DF
(236,229,223)
#EEE8E4
(238,232,228)
#F0EBE9
(240,235,233)
#F2EEEE
(242,238,238)
#F4F1F3
(244,241,243)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D6C6 color. Also use rgb(226,214,198) instead hex code.

Text Font Color

.myTextColor { color: #E2D6C6; }

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

This text font color is #E2D6C6.


Background Color

.myBgColor { background-color: #E2D6C6; }

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

This div background color is #E2D6C6.


Border color

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

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

This div border color is #E2D6C6.


Opacity

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

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

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

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

This text has shadow with #E2D6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D6C6 on black background.


Color preview on white background

This text has color #E2D6C6 on white background.



Black color preview on #E2D6C6 background

This text has black color on #E2D6C6 background.


White color preview on #E2D6C6 background

This text has white color on #E2D6C6 background.