COLOR #E1DBAA

HEX: #E1DBAA RGB: (225,219,170)

Color info

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

RGB color model

#E1DBAA color RGB value is (225,219,170).

RGB: (225,219,170) (88%, 86%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 170 of 255 = 67%

225
219
170

R + G + B ~ 80%. #E1DBAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 170 = 614 (100%)
R 225 of 614 ~ 36.64%
G 219 of 614 ~ 35.67%
B 170 of 614 ~ 27.69'%

%36.64
%35.67
%27.69

CMYK color model

#E1DBAA color CMYK value is (0,3,24,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 24.44%
  • key color value is 11.76%

CMYK: (0,3,24,12)
C0M3Y24K12 (0%, 3%, 24%, 12%)
(0.00 / 0.03 / 0.24 / 0.12)

CMYK percentages

%0
%2.67
%24.44
%11.76

Codes

Color #E1DBAA in popluar color models

E1 DB AA
RGB 225 219 170
HSL 53° 47.83% 77.45%
HSB/HSV 53° 24.44% 88.24%
CMYK 0.00% 2.67% 24.44%
11.76%

Color #E1DBAA in popluar number systems.

HEX E1 DB AA
Decimal 225 219 170
Binary 11100001 11011011 10101010
Octal 341 333 252

Shades and tints

Shades of #E1DBAA

#E1DBAA
(225,219,170)
#CDC89B
(205,200,155)
#B9B58C
(185,181,140)
#A5A27D
(165,162,125)
#918F6E
(145,143,110)
#7D7C5F
(125,124,95)
#696950
(105,105,80)
#555641
(85,86,65)
#414332
(65,67,50)
#2D3023
(45,48,35)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #E1DBAA

#E1DBAA
(225,219,170)
#E3DEB1
(227,222,177)
#E5E1B8
(229,225,184)
#E7E4BF
(231,228,191)
#E9E7C6
(233,231,198)
#EBEACD
(235,234,205)
#EDEDD4
(237,237,212)
#EFF0DB
(239,240,219)
#F1F3E2
(241,243,226)
#F3F6E9
(243,246,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBAA; }

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

This text font color is #E1DBAA.

Background Color

.myBgColor { background-color: #E1DBAA; }

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

This div background color is #E1DBAA.

Border color

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

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

This div border color is #E1DBAA.

Opacity

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

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

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

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

This text has shadow with #E1DBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBAA.

Preview

Color preview on black background

This text has color #E1DBAA on black background.


Color preview on white background

This text has color #E1DBAA on white background.


Black color preview on #E1DBAA background

This text has black color on #E1DBAA background.


White color preview on #E1DBAA background

This text has white color on #E1DBAA background.


Related colors

Complementary color

Complementary color for #hex is #1E2455.


I love getcolorcode.com

Triadic colors

1 #AAE1DB and #DBAAE1 with #E1DBAA are triadic colors.

2 #AADBE1 and #DBE1AA with #E1DBAA are triadic colors.