COLOR #E2DEC6

HEX: #E2DEC6
RGB: (226,222,198)

Color info

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

RGB color model

#E2DEC6 color RGB value is (226,222,198).

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

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 198 of 255 = 78%

226
222
198

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

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 198 = 646 (100%)
R 226 of 646 ~ 34.98%
G 222 of 646 ~ 34.37%
B 198 of 646 ~ 30.65%

%34.98
%34.37
%30.65

CMYK color model

#E2DEC6 color CMYK value is (0,2,12,11).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(0,2,12,11)
C0M2Y12K11 
(0%,2%,12%,11%)
(0.00/0.02/0.12/0.11)	

CMYK percentages

%0
%1.77
%12.39
%11.37

Codes

Color #E2DEC6 in popluar color models

E2DEC6
RGB226222198
HSL51°32.56%83.14%
HSB/HSV51°12.39%88.63%
CMYK0.00%1.77%12.39%
11.37%

Color #E2DEC6 in popluar number systems.

HEXE2DEC6
Decimal226222198
Binary111000101101111011000110
Octal342336306

Shades and tints

Shades of #E2DEC6

#E2DEC6
(226,222,198)
#CECAB4
(206,202,180)
#BAB6A2
(186,182,162)
#A6A290
(166,162,144)
#928E7E
(146,142,126)
#7E7A6C
(126,122,108)
#6A665A
(106,102,90)
#565248
(86,82,72)
#423E36
(66,62,54)
#2E2A24
(46,42,36)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #E2DEC6

#E2DEC6
(226,222,198)
#E4E1CB
(228,225,203)
#E6E4D0
(230,228,208)
#E8E7D5
(232,231,213)
#EAEADA
(234,234,218)
#ECEDDF
(236,237,223)
#EEF0E4
(238,240,228)
#F0F3E9
(240,243,233)
#F2F6EE
(242,246,238)
#F4F9F3
(244,249,243)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEC6; }

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

This text font color is #E2DEC6.


Background Color

.myBgColor { background-color: #E2DEC6; }

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

This div background color is #E2DEC6.


Border color

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

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

This div border color is #E2DEC6.


Opacity

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

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

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

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

This text has shadow with #E2DEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DEC6 on black background.


Color preview on white background

This text has color #E2DEC6 on white background.



Black color preview on #E2DEC6 background

This text has black color on #E2DEC6 background.


White color preview on #E2DEC6 background

This text has white color on #E2DEC6 background.