COLOR #E3DAC5

HEX: #E3DAC5
RGB: (227,218,197)

Color info

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

RGB color model

#E3DAC5 color RGB value is (227,218,197).

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

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 197 of 255 = 77%

227
218
197

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

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 197 = 642 (100%)
R 227 of 642 ~ 35.36%
G 218 of 642 ~ 33.96%
B 197 of 642 ~ 30.69%

%35.36
%33.96
%30.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 13.22%
  • key color value is 10.98%
CMYK:
(0,4,13,11)
C0M4Y13K11 
(0%,4%,13%,11%)
(0.00/0.04/0.13/0.11)	

CMYK percentages

%0
%3.96
%13.22
%10.98

Codes

Color #E3DAC5 in popluar color models

E3DAC5
RGB227218197
HSL42°34.88%83.14%
HSB/HSV42°13.22%89.02%
CMYK0.00%3.96%13.22%
10.98%

Color #E3DAC5 in popluar number systems.

HEXE3DAC5
Decimal227218197
Binary111000111101101011000101
Octal343332305

Shades and tints

Shades of #E3DAC5

#E3DAC5
(227,218,197)
#CFC7B4
(207,199,180)
#BBB4A3
(187,180,163)
#A7A192
(167,161,146)
#938E81
(147,142,129)
#7F7B70
(127,123,112)
#6B685F
(107,104,95)
#57554E
(87,85,78)
#43423D
(67,66,61)
#2F2F2C
(47,47,44)
#1B1C1B
(27,28,27)
#000000
(0,0,0)

Tints of #E3DAC5

#E3DAC5
(227,218,197)
#E5DDCA
(229,221,202)
#E7E0CF
(231,224,207)
#E9E3D4
(233,227,212)
#EBE6D9
(235,230,217)
#EDE9DE
(237,233,222)
#EFECE3
(239,236,227)
#F1EFE8
(241,239,232)
#F3F2ED
(243,242,237)
#F5F5F2
(245,245,242)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAC5; }

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

This text font color is #E3DAC5.


Background Color

.myBgColor { background-color: #E3DAC5; }

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

This div background color is #E3DAC5.


Border color

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

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

This div border color is #E3DAC5.


Opacity

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

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

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

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

This text has shadow with #E3DAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DAC5 on black background.


Color preview on white background

This text has color #E3DAC5 on white background.



Black color preview on #E3DAC5 background

This text has black color on #E3DAC5 background.


White color preview on #E3DAC5 background

This text has white color on #E3DAC5 background.