COLOR #E2DAD1

HEX: #E2DAD1
RGB: (226,218,209)

Color info

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

RGB color model

#E2DAD1 color RGB value is (226,218,209).

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

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 209 of 255 = 82%

226
218
209

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

Portions of RGB colors in percentages

R + G + B =
226 + 218 + 209 = 653 (100%)
R 226 of 653 ~ 34.61%
G 218 of 653 ~ 33.38%
B 209 of 653 ~ 32.01%

%34.61
%33.38
%32.01

CMYK color model

#E2DAD1 color CMYK value is (0,4,8,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(0,4,8,11)
C0M4Y8K11 
(0%,4%,8%,11%)
(0.00/0.04/0.08/0.11)	

CMYK percentages

%0
%3.54
%7.52
%11.37

Codes

Color #E2DAD1 in popluar color models

E2DAD1
RGB226218209
HSL32°22.67%85.29%
HSB/HSV32°7.52%88.63%
CMYK0.00%3.54%7.52%
11.37%

Color #E2DAD1 in popluar number systems.

HEXE2DAD1
Decimal226218209
Binary111000101101101011010001
Octal342332321

Shades and tints

Shades of #E2DAD1

#E2DAD1
(226,218,209)
#CEC7BE
(206,199,190)
#BAB4AB
(186,180,171)
#A6A198
(166,161,152)
#928E85
(146,142,133)
#7E7B72
(126,123,114)
#6A685F
(106,104,95)
#56554C
(86,85,76)
#424239
(66,66,57)
#2E2F26
(46,47,38)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #E2DAD1

#E2DAD1
(226,218,209)
#E4DDD5
(228,221,213)
#E6E0D9
(230,224,217)
#E8E3DD
(232,227,221)
#EAE6E1
(234,230,225)
#ECE9E5
(236,233,229)
#EEECE9
(238,236,233)
#F0EFED
(240,239,237)
#F2F2F1
(242,242,241)
#F4F5F5
(244,245,245)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DAD1; }

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

This text font color is #E2DAD1.


Background Color

.myBgColor { background-color: #E2DAD1; }

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

This div background color is #E2DAD1.


Border color

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

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

This div border color is #E2DAD1.


Opacity

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

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

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

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

This text has shadow with #E2DAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DAD1 on black background.


Color preview on white background

This text has color #E2DAD1 on white background.



Black color preview on #E2DAD1 background

This text has black color on #E2DAD1 background.


White color preview on #E2DAD1 background

This text has white color on #E2DAD1 background.