COLOR #E6DACE

HEX: #E6DACE RGB: (230,218,206)

Color info

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

RGB color model

#E6DACE color RGB value is (230,218,206).

RGB: (230,218,206) (90%, 85%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 206 of 255 = 81%

230
218
206

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

Portions of RGB colors in percentages

R + G + B = 230 + 218 + 206 = 654 (100%)
R 230 of 654 ~ 35.17%
G 218 of 654 ~ 33.33%
B 206 of 654 ~ 31.5'%

%35.17
%33.33
%31.5

CMYK color model

#E6DACE color CMYK value is (0,5,10,10).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 10.43%
  • key color value is 9.80%

CMYK: (0,5,10,10)
C0M5Y10K10 (0%, 5%, 10%, 10%)
(0.00 / 0.05 / 0.10 / 0.10)

CMYK percentages

%0
%5.22
%10.43
%9.8

Codes

Color #E6DACE in popluar color models

E6 DA CE
RGB 230 218 206
HSL 30° 32.43% 85.49%
HSB/HSV 30° 10.43% 90.20%
CMYK 0.00% 5.22% 10.43%
9.80%

Color #E6DACE in popluar number systems.

HEX E6 DA CE
Decimal 230 218 206
Binary 11100110 11011010 11001110
Octal 346 332 316

Shades and tints

Shades of #E6DACE

#E6DACE
(230,218,206)
#D2C7BC
(210,199,188)
#BEB4AA
(190,180,170)
#AAA198
(170,161,152)
#968E86
(150,142,134)
#827B74
(130,123,116)
#6E6862
(110,104,98)
#5A5550
(90,85,80)
#46423E
(70,66,62)
#322F2C
(50,47,44)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #E6DACE

#E6DACE
(230,218,206)
#E8DDD2
(232,221,210)
#EAE0D6
(234,224,214)
#ECE3DA
(236,227,218)
#EEE6DE
(238,230,222)
#F0E9E2
(240,233,226)
#F2ECE6
(242,236,230)
#F4EFEA
(244,239,234)
#F6F2EE
(246,242,238)
#F8F5F2
(248,245,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DACE; }

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

This text font color is #E6DACE.

Background Color

.myBgColor { background-color: #E6DACE; }

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

This div background color is #E6DACE.

Border color

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

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

This div border color is #E6DACE.

Opacity

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

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

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

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

This text has shadow with #E6DACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DACE.

Preview

Color preview on black background

This text has color #E6DACE on black background.


Color preview on white background

This text has color #E6DACE on white background.


Black color preview on #E6DACE background

This text has black color on #E6DACE background.


White color preview on #E6DACE background

This text has white color on #E6DACE background.


Related colors

Complementary color

Complementary color for #hex is #192531.


I love getcolorcode.com

Triadic colors

1 #CEE6DA and #DACEE6 with #E6DACE are triadic colors.

2 #CEDAE6 and #DAE6CE with #E6DACE are triadic colors.