COLOR #E3DAC9

HEX: #E3DAC9
RGB: (227,218,201)

Color info

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

RGB color model

#E3DAC9 color RGB value is (227,218,201).

  • red value is 227;
  • green value is 218;
  • blue value is 201.
RGB:
(227,218,201)
(89%,85%,79%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 201 of 255 = 79%

227
218
201

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

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 201 = 646 (100%)
R 227 of 646 ~ 35.14%
G 218 of 646 ~ 33.75%
B 201 of 646 ~ 31.11%

%35.14
%33.75
%31.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK:
(0,4,11,11)
C0M4Y11K11 
(0%,4%,11%,11%)
(0.00/0.04/0.11/0.11)	

CMYK percentages

%0
%3.96
%11.45
%10.98

Codes

Color #E3DAC9 in popluar color models

E3DAC9
RGB227218201
HSL39°31.71%83.92%
HSB/HSV39°11.45%89.02%
CMYK0.00%3.96%11.45%
10.98%

Color #E3DAC9 in popluar number systems.

HEXE3DAC9
Decimal227218201
Binary111000111101101011001001
Octal343332311

Shades and tints

Shades of #E3DAC9

#E3DAC9
(227,218,201)
#CFC7B7
(207,199,183)
#BBB4A5
(187,180,165)
#A7A193
(167,161,147)
#938E81
(147,142,129)
#7F7B6F
(127,123,111)
#6B685D
(107,104,93)
#57554B
(87,85,75)
#434239
(67,66,57)
#2F2F27
(47,47,39)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #E3DAC9

#E3DAC9
(227,218,201)
#E5DDCD
(229,221,205)
#E7E0D1
(231,224,209)
#E9E3D5
(233,227,213)
#EBE6D9
(235,230,217)
#EDE9DD
(237,233,221)
#EFECE1
(239,236,225)
#F1EFE5
(241,239,229)
#F3F2E9
(243,242,233)
#F5F5ED
(245,245,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DAC9 color. Also use rgb(227,218,201) instead hex code.

Text Font Color

.myTextColor { color: #E3DAC9; }

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

This text font color is #E3DAC9.


Background Color

.myBgColor { background-color: #E3DAC9; }

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

This div background color is #E3DAC9.


Border color

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

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

This div border color is #E3DAC9.


Opacity

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

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

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

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

This text has shadow with #E3DAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DAC9 on black background.


Color preview on white background

This text has color #E3DAC9 on white background.



Black color preview on #E3DAC9 background

This text has black color on #E3DAC9 background.


White color preview on #E3DAC9 background

This text has white color on #E3DAC9 background.