COLOR #E3DACE

HEX: #E3DACE
RGB: (227,218,206)

Color info

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

RGB color model

#E3DACE color RGB value is (227,218,206).

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

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 206 of 255 = 81%

227
218
206

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

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 206 = 651 (100%)
R 227 of 651 ~ 34.87%
G 218 of 651 ~ 33.49%
B 206 of 651 ~ 31.64%

%34.87
%33.49
%31.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(0,4,9,11)
C0M4Y9K11 
(0%,4%,9%,11%)
(0.00/0.04/0.09/0.11)	

CMYK percentages

%0
%3.96
%9.25
%10.98

Codes

Color #E3DACE in popluar color models

E3DACE
RGB227218206
HSL34°27.27%84.90%
HSB/HSV34°9.25%89.02%
CMYK0.00%3.96%9.25%
10.98%

Color #E3DACE in popluar number systems.

HEXE3DACE
Decimal227218206
Binary111000111101101011001110
Octal343332316

Shades and tints

Shades of #E3DACE

#E3DACE
(227,218,206)
#CFC7BC
(207,199,188)
#BBB4AA
(187,180,170)
#A7A198
(167,161,152)
#938E86
(147,142,134)
#7F7B74
(127,123,116)
#6B6862
(107,104,98)
#575550
(87,85,80)
#43423E
(67,66,62)
#2F2F2C
(47,47,44)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #E3DACE

#E3DACE
(227,218,206)
#E5DDD2
(229,221,210)
#E7E0D6
(231,224,214)
#E9E3DA
(233,227,218)
#EBE6DE
(235,230,222)
#EDE9E2
(237,233,226)
#EFECE6
(239,236,230)
#F1EFEA
(241,239,234)
#F3F2EE
(243,242,238)
#F5F5F2
(245,245,242)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DACE; }

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

This text font color is #E3DACE.


Background Color

.myBgColor { background-color: #E3DACE; }

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

This div background color is #E3DACE.


Border color

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

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

This div border color is #E3DACE.


Opacity

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

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

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

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

This text has shadow with #E3DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DACE on black background.


Color preview on white background

This text has color #E3DACE on white background.



Black color preview on #E3DACE background

This text has black color on #E3DACE background.


White color preview on #E3DACE background

This text has white color on #E3DACE background.