COLOR #E3DAC1

HEX: #E3DAC1
RGB: (227,218,193)

Color info

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

RGB color model

#E3DAC1 color RGB value is (227,218,193).

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

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 193 of 255 = 76%

227
218
193

R + G + B ~ 83%. #E3DAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 193 = 638 (100%)
R 227 of 638 ~ 35.58%
G 218 of 638 ~ 34.17%
B 193 of 638 ~ 30.25%

%35.58
%34.17
%30.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 14.98%
  • key color value is 10.98%
CMYK:
(0,4,15,11)
C0M4Y15K11 
(0%,4%,15%,11%)
(0.00/0.04/0.15/0.11)	

CMYK percentages

%0
%3.96
%14.98
%10.98

Codes

Color #E3DAC1 in popluar color models

E3DAC1
RGB227218193
HSL44°37.78%82.35%
HSB/HSV44°14.98%89.02%
CMYK0.00%3.96%14.98%
10.98%

Color #E3DAC1 in popluar number systems.

HEXE3DAC1
Decimal227218193
Binary111000111101101011000001
Octal343332301

Shades and tints

Shades of #E3DAC1

#E3DAC1
(227,218,193)
#CFC7B0
(207,199,176)
#BBB49F
(187,180,159)
#A7A18E
(167,161,142)
#938E7D
(147,142,125)
#7F7B6C
(127,123,108)
#6B685B
(107,104,91)
#57554A
(87,85,74)
#434239
(67,66,57)
#2F2F28
(47,47,40)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #E3DAC1

#E3DAC1
(227,218,193)
#E5DDC6
(229,221,198)
#E7E0CB
(231,224,203)
#E9E3D0
(233,227,208)
#EBE6D5
(235,230,213)
#EDE9DA
(237,233,218)
#EFECDF
(239,236,223)
#F1EFE4
(241,239,228)
#F3F2E9
(243,242,233)
#F5F5EE
(245,245,238)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAC1; }

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

This text font color is #E3DAC1.


Background Color

.myBgColor { background-color: #E3DAC1; }

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

This div background color is #E3DAC1.


Border color

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

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

This div border color is #E3DAC1.


Opacity

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

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

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

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

This text has shadow with #E3DAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DAC1 on black background.


Color preview on white background

This text has color #E3DAC1 on white background.



Black color preview on #E3DAC1 background

This text has black color on #E3DAC1 background.


White color preview on #E3DAC1 background

This text has white color on #E3DAC1 background.