COLOR #E5DAC6

HEX: #E5DAC6 RGB: (229,218,198)

Color info

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

RGB color model

#E5DAC6 color RGB value is (229,218,198).

RGB: (229,218,198) (90%, 85%, 78%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 198 of 255 = 78%

229
218
198

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

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 198 = 645 (100%)
R 229 of 645 ~ 35.5%
G 218 of 645 ~ 33.8%
B 198 of 645 ~ 30.7'%

%35.5
%33.8
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 13.54%
  • key color value is 10.20%

CMYK: (0,5,14,10)
C0M5Y14K10 (0%, 5%, 14%, 10%)
(0.00 / 0.05 / 0.14 / 0.10)

CMYK percentages

%0
%4.8
%13.54
%10.2

Codes

Color #E5DAC6 in popluar color models

E5 DA C6
RGB 229 218 198
HSL 39° 37.35% 83.73%
HSB/HSV 39° 13.54% 89.80%
CMYK 0.00% 4.80% 13.54%
10.20%

Color #E5DAC6 in popluar number systems.

HEX E5 DA C6
Decimal 229 218 198
Binary 11100101 11011010 11000110
Octal 345 332 306

Shades and tints

Shades of #E5DAC6

#E5DAC6
(229,218,198)
#D1C7B4
(209,199,180)
#BDB4A2
(189,180,162)
#A9A190
(169,161,144)
#958E7E
(149,142,126)
#817B6C
(129,123,108)
#6D685A
(109,104,90)
#595548
(89,85,72)
#454236
(69,66,54)
#312F24
(49,47,36)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #E5DAC6

#E5DAC6
(229,218,198)
#E7DDCB
(231,221,203)
#E9E0D0
(233,224,208)
#EBE3D5
(235,227,213)
#EDE6DA
(237,230,218)
#EFE9DF
(239,233,223)
#F1ECE4
(241,236,228)
#F3EFE9
(243,239,233)
#F5F2EE
(245,242,238)
#F7F5F3
(247,245,243)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DAC6 color. Also use rgb(229,218,198) instead hex code.

Text Font Color

.myTextColor { color: #E5DAC6; }

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

This text font color is #E5DAC6.

Background Color

.myBgColor { background-color: #E5DAC6; }

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

This div background color is #E5DAC6.

Border color

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

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

This div border color is #E5DAC6.

Opacity

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

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

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

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

This text has shadow with #E5DAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DAC6.

Preview

Color preview on black background

This text has color #E5DAC6 on black background.


Color preview on white background

This text has color #E5DAC6 on white background.


Black color preview on #E5DAC6 background

This text has black color on #E5DAC6 background.


White color preview on #E5DAC6 background

This text has white color on #E5DAC6 background.


Related colors

Complementary color

Complementary color for #hex is #1A2539.


I love getcolorcode.com

Triadic colors

1 #C6E5DA and #DAC6E5 with #E5DAC6 are triadic colors.

2 #C6DAE5 and #DAE5C6 with #E5DAC6 are triadic colors.