COLOR #E5DAAB

HEX: #E5DAAB
RGB: (229,218,171)

Color info

#E5DAAB contains red, green and blue colors in about the same proportion. Web safe color of #E5DAAB is #CCCC99 (or #CC9).

RGB color model

#E5DAAB color RGB value is (229,218,171).

  • red value is 229;
  • green value is 218;
  • blue value is 171.
RGB:
(229,218,171)
(90%,85%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 171 of 255 = 67%

229
218
171

R + G + B ~ 81%. #E5DAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 171 = 618 (100%)
R 229 of 618 ~ 37.06%
G 218 of 618 ~ 35.28%
B 171 of 618 ~ 27.67%

%37.06
%35.28
%27.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 25.33%
  • key color value is 10.20%
CMYK:
(0,5,25,10)
C0M5Y25K10 
(0%,5%,25%,10%)
(0.00/0.05/0.25/0.10)	

CMYK percentages

%0
%4.8
%25.33
%10.2

Codes

Color #E5DAAB in popluar color models

E5DAAB
RGB229218171
HSL49°52.73%78.43%
HSB/HSV49°25.33%89.80%
CMYK0.00%4.80%25.33%
10.20%

Color #E5DAAB in popluar number systems.

HEXE5DAAB
Decimal229218171
Binary111001011101101010101011
Octal345332253

Shades and tints

Shades of #E5DAAB

#E5DAAB
(229,218,171)
#D1C79C
(209,199,156)
#BDB48D
(189,180,141)
#A9A17E
(169,161,126)
#958E6F
(149,142,111)
#817B60
(129,123,96)
#6D6851
(109,104,81)
#595542
(89,85,66)
#454233
(69,66,51)
#312F24
(49,47,36)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #E5DAAB

#E5DAAB
(229,218,171)
#E7DDB2
(231,221,178)
#E9E0B9
(233,224,185)
#EBE3C0
(235,227,192)
#EDE6C7
(237,230,199)
#EFE9CE
(239,233,206)
#F1ECD5
(241,236,213)
#F3EFDC
(243,239,220)
#F5F2E3
(245,242,227)
#F7F5EA
(247,245,234)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAAB; }

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

This text font color is #E5DAAB.


Background Color

.myBgColor { background-color: #E5DAAB; }

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

This div background color is #E5DAAB.


Border color

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

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

This div border color is #E5DAAB.


Opacity

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

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

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

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

This text has shadow with #E5DAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DAAB on black background.


Color preview on white background

This text has color #E5DAAB on white background.



Black color preview on #E5DAAB background

This text has black color on #E5DAAB background.


White color preview on #E5DAAB background

This text has white color on #E5DAAB background.