COLOR #E5DAC0

HEX: #E5DAC0 RGB: (229,218,192)

Color info

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

RGB color model

#E5DAC0 color RGB value is (229,218,192).

RGB: (229,218,192) (90%, 85%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 192 of 255 = 75%

229
218
192

R + G + B ~ 83%. #E5DAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 192 = 639 (100%)
R 229 of 639 ~ 35.84%
G 218 of 639 ~ 34.12%
B 192 of 639 ~ 30.05'%

%35.84
%34.12
%30.05

CMYK color model

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

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

CMYK: (0,5,16,10)
C0M5Y16K10 (0%, 5%, 16%, 10%)
(0.00 / 0.05 / 0.16 / 0.10)

CMYK percentages

%0
%4.8
%16.16
%10.2

Codes

Color #E5DAC0 in popluar color models

E5 DA C0
RGB 229 218 192
HSL 42° 41.57% 82.55%
HSB/HSV 42° 16.16% 89.80%
CMYK 0.00% 4.80% 16.16%
10.20%

Color #E5DAC0 in popluar number systems.

HEX E5 DA C0
Decimal 229 218 192
Binary 11100101 11011010 11000000
Octal 345 332 300

Shades and tints

Shades of #E5DAC0

#E5DAC0
(229,218,192)
#D1C7AF
(209,199,175)
#BDB49E
(189,180,158)
#A9A18D
(169,161,141)
#958E7C
(149,142,124)
#817B6B
(129,123,107)
#6D685A
(109,104,90)
#595549
(89,85,73)
#454238
(69,66,56)
#312F27
(49,47,39)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #E5DAC0

#E5DAC0
(229,218,192)
#E7DDC5
(231,221,197)
#E9E0CA
(233,224,202)
#EBE3CF
(235,227,207)
#EDE6D4
(237,230,212)
#EFE9D9
(239,233,217)
#F1ECDE
(241,236,222)
#F3EFE3
(243,239,227)
#F5F2E8
(245,242,232)
#F7F5ED
(247,245,237)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAC0; }

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

This text font color is #E5DAC0.

Background Color

.myBgColor { background-color: #E5DAC0; }

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

This div background color is #E5DAC0.

Border color

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

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

This div border color is #E5DAC0.

Opacity

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

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

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

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

This text has shadow with #E5DAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DAC0.

Preview

Color preview on black background

This text has color #E5DAC0 on black background.


Color preview on white background

This text has color #E5DAC0 on white background.


Black color preview on #E5DAC0 background

This text has black color on #E5DAC0 background.


White color preview on #E5DAC0 background

This text has white color on #E5DAC0 background.


Related colors

Complementary color

Complementary color for #hex is #1A253F.


I love getcolorcode.com

Triadic colors

1 #C0E5DA and #DAC0E5 with #E5DAC0 are triadic colors.

2 #C0DAE5 and #DAE5C0 with #E5DAC0 are triadic colors.