COLOR #E6DACC

HEX: #E6DACC RGB: (230,218,204)

Color info

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

RGB color model

#E6DACC color RGB value is (230,218,204).

RGB: (230,218,204) (90%, 85%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 204 of 255 = 80%

230
218
204

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

Portions of RGB colors in percentages

R + G + B = 230 + 218 + 204 = 652 (100%)
R 230 of 652 ~ 35.28%
G 218 of 652 ~ 33.44%
B 204 of 652 ~ 31.29'%

%35.28
%33.44
%31.29

CMYK color model

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

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

CMYK: (0,5,11,10)
C0M5Y11K10 (0%, 5%, 11%, 10%)
(0.00 / 0.05 / 0.11 / 0.10)

CMYK percentages

%0
%5.22
%11.3
%9.8

Codes

Color #E6DACC in popluar color models

E6 DA CC
RGB 230 218 204
HSL 32° 34.21% 85.10%
HSB/HSV 32° 11.30% 90.20%
CMYK 0.00% 5.22% 11.30%
9.80%

Color #E6DACC in popluar number systems.

HEX E6 DA CC
Decimal 230 218 204
Binary 11100110 11011010 11001100
Octal 346 332 314

Shades and tints

Shades of #E6DACC

#E6DACC
(230,218,204)
#D2C7BA
(210,199,186)
#BEB4A8
(190,180,168)
#AAA196
(170,161,150)
#968E84
(150,142,132)
#827B72
(130,123,114)
#6E6860
(110,104,96)
#5A554E
(90,85,78)
#46423C
(70,66,60)
#322F2A
(50,47,42)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #E6DACC

#E6DACC
(230,218,204)
#E8DDD0
(232,221,208)
#EAE0D4
(234,224,212)
#ECE3D8
(236,227,216)
#EEE6DC
(238,230,220)
#F0E9E0
(240,233,224)
#F2ECE4
(242,236,228)
#F4EFE8
(244,239,232)
#F6F2EC
(246,242,236)
#F8F5F0
(248,245,240)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DACC; }

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

This text font color is #E6DACC.

Background Color

.myBgColor { background-color: #E6DACC; }

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

This div background color is #E6DACC.

Border color

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

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

This div border color is #E6DACC.

Opacity

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

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

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

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

This text has shadow with #E6DACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DACC.

Preview

Color preview on black background

This text has color #E6DACC on black background.


Color preview on white background

This text has color #E6DACC on white background.


Black color preview on #E6DACC background

This text has black color on #E6DACC background.


White color preview on #E6DACC background

This text has white color on #E6DACC background.


Related colors

Complementary color

Complementary color for #hex is #192533.


I love getcolorcode.com

Triadic colors

1 #CCE6DA and #DACCE6 with #E6DACC are triadic colors.

2 #CCDAE6 and #DAE6CC with #E6DACC are triadic colors.