COLOR #E2DAC6

HEX: #E2DAC6
RGB: (226,218,198)

Color info

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

RGB color model

#E2DAC6 color RGB value is (226,218,198).

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

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 198 of 255 = 78%

226
218
198

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

Portions of RGB colors in percentages

R + G + B =
226 + 218 + 198 = 642 (100%)
R 226 of 642 ~ 35.2%
G 218 of 642 ~ 33.96%
B 198 of 642 ~ 30.84%

%35.2
%33.96
%30.84

CMYK color model

#E2DAC6 color CMYK value is (0,4,12,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(0,4,12,11)
C0M4Y12K11 
(0%,4%,12%,11%)
(0.00/0.04/0.12/0.11)	

CMYK percentages

%0
%3.54
%12.39
%11.37

Codes

Color #E2DAC6 in popluar color models

E2DAC6
RGB226218198
HSL43°32.56%83.14%
HSB/HSV43°12.39%88.63%
CMYK0.00%3.54%12.39%
11.37%

Color #E2DAC6 in popluar number systems.

HEXE2DAC6
Decimal226218198
Binary111000101101101011000110
Octal342332306

Shades and tints

Shades of #E2DAC6

#E2DAC6
(226,218,198)
#CEC7B4
(206,199,180)
#BAB4A2
(186,180,162)
#A6A190
(166,161,144)
#928E7E
(146,142,126)
#7E7B6C
(126,123,108)
#6A685A
(106,104,90)
#565548
(86,85,72)
#424236
(66,66,54)
#2E2F24
(46,47,36)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #E2DAC6

#E2DAC6
(226,218,198)
#E4DDCB
(228,221,203)
#E6E0D0
(230,224,208)
#E8E3D5
(232,227,213)
#EAE6DA
(234,230,218)
#ECE9DF
(236,233,223)
#EEECE4
(238,236,228)
#F0EFE9
(240,239,233)
#F2F2EE
(242,242,238)
#F4F5F3
(244,245,243)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DAC6; }

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

This text font color is #E2DAC6.


Background Color

.myBgColor { background-color: #E2DAC6; }

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

This div background color is #E2DAC6.


Border color

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

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

This div border color is #E2DAC6.


Opacity

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

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

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

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

This text has shadow with #E2DAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DAC6 on black background.


Color preview on white background

This text has color #E2DAC6 on white background.



Black color preview on #E2DAC6 background

This text has black color on #E2DAC6 background.


White color preview on #E2DAC6 background

This text has white color on #E2DAC6 background.