COLOR #E5DBAA

HEX: #E5DBAA RGB: (229,219,170)

Color info

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

RGB color model

#E5DBAA color RGB value is (229,219,170).

RGB: (229,219,170) (90%, 86%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 170 of 255 = 67%

229
219
170

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

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 170 = 618 (100%)
R 229 of 618 ~ 37.06%
G 219 of 618 ~ 35.44%
B 170 of 618 ~ 27.51'%

%37.06
%35.44
%27.51

CMYK color model

#E5DBAA color CMYK value is (0,4,26,10).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK: (0,4,26,10) C0M4Y26K10 (0%,4%,26%,10%) (0.00/0.04/0.26/0.10) 

CMYK percentages

%0
%4.37
%25.76
%10.2

Codes

Color #E5DBAA in popluar color models

E5 DB AA
RGB 229 219 170
HSL 50° 53.15% 78.24%
HSB/HSV 50° 25.76% 89.80%
CMYK 0.00% 4.37% 25.76%
10.20%

Color #E5DBAA in popluar number systems.

HEX E5 DB AA
Decimal 229 219 170
Binary 11100101 11011011 10101010
Octal 345 333 252

Shades and tints

Shades of #E5DBAA

#E5DBAA
(229,219,170)
#D1C89B
(209,200,155)
#BDB58C
(189,181,140)
#A9A27D
(169,162,125)
#958F6E
(149,143,110)
#817C5F
(129,124,95)
#6D6950
(109,105,80)
#595641
(89,86,65)
#454332
(69,67,50)
#313023
(49,48,35)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #E5DBAA

#E5DBAA
(229,219,170)
#E7DEB1
(231,222,177)
#E9E1B8
(233,225,184)
#EBE4BF
(235,228,191)
#EDE7C6
(237,231,198)
#EFEACD
(239,234,205)
#F1EDD4
(241,237,212)
#F3F0DB
(243,240,219)
#F5F3E2
(245,243,226)
#F7F6E9
(247,246,233)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DBAA color. Also use rgb(229,219,170) instead hex code.

Text Font Color

.myTextColor { color: #E5DBAA; }

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

This text font color is #E5DBAA.

Background Color

.myBgColor { background-color: #E5DBAA; }

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

This div background color is #E5DBAA.

Border color

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

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

This div border color is #E5DBAA.

Opacity

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

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

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

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

This text has shadow with #E5DBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBAA.

Preview

Color preview on black background

This text has color #E5DBAA on black background.


Color preview on white background

This text has color #E5DBAA on white background.


Black color preview on #E5DBAA background

This text has black color on #E5DBAA background.


White color preview on #E5DBAA background

This text has white color on #E5DBAA background.


Related colors

Complementary color

Complementary color for #hex is #1A2455.


I love getcolorcode.com

Triadic colors

1 #AAE5DB and #DBAAE5 with #E5DBAA are triadic colors.

2 #AADBE5 and #DBE5AA with #E5DBAA are triadic colors.