COLOR #E5DAC2

HEX: #E5DAC2 RGB: (229,218,194)

Color info

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

RGB color model

#E5DAC2 color RGB value is (229,218,194).

RGB: (229,218,194) (90%, 85%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 194 of 255 = 76%

229
218
194

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

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 194 = 641 (100%)
R 229 of 641 ~ 35.73%
G 218 of 641 ~ 34.01%
B 194 of 641 ~ 30.27'%

%35.73
%34.01
%30.27

CMYK color model

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

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

CMYK: (0,5,15,10)
C0M5Y15K10 (0%, 5%, 15%, 10%)
(0.00 / 0.05 / 0.15 / 0.10)

CMYK percentages

%0
%4.8
%15.28
%10.2

Codes

Color #E5DAC2 in popluar color models

E5 DA C2
RGB 229 218 194
HSL 41° 40.23% 82.94%
HSB/HSV 41° 15.28% 89.80%
CMYK 0.00% 4.80% 15.28%
10.20%

Color #E5DAC2 in popluar number systems.

HEX E5 DA C2
Decimal 229 218 194
Binary 11100101 11011010 11000010
Octal 345 332 302

Shades and tints

Shades of #E5DAC2

#E5DAC2
(229,218,194)
#D1C7B1
(209,199,177)
#BDB4A0
(189,180,160)
#A9A18F
(169,161,143)
#958E7E
(149,142,126)
#817B6D
(129,123,109)
#6D685C
(109,104,92)
#59554B
(89,85,75)
#45423A
(69,66,58)
#312F29
(49,47,41)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5DAC2

#E5DAC2
(229,218,194)
#E7DDC7
(231,221,199)
#E9E0CC
(233,224,204)
#EBE3D1
(235,227,209)
#EDE6D6
(237,230,214)
#EFE9DB
(239,233,219)
#F1ECE0
(241,236,224)
#F3EFE5
(243,239,229)
#F5F2EA
(245,242,234)
#F7F5EF
(247,245,239)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAC2; }

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

This text font color is #E5DAC2.

Background Color

.myBgColor { background-color: #E5DAC2; }

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

This div background color is #E5DAC2.

Border color

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

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

This div border color is #E5DAC2.

Opacity

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

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

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

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

This text has shadow with #E5DAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DAC2.

Preview

Color preview on black background

This text has color #E5DAC2 on black background.


Color preview on white background

This text has color #E5DAC2 on white background.


Black color preview on #E5DAC2 background

This text has black color on #E5DAC2 background.


White color preview on #E5DAC2 background

This text has white color on #E5DAC2 background.


Related colors

Complementary color

Complementary color for #hex is #1A253D.


I love getcolorcode.com

Triadic colors

1 #C2E5DA and #DAC2E5 with #E5DAC2 are triadic colors.

2 #C2DAE5 and #DAE5C2 with #E5DAC2 are triadic colors.