COLOR #E5DBA1

HEX: #E5DBA1 RGB: (229,219,161)

Color info

#E5DBA1 contains mainly red and green colors. Web safe color of #E5DBA1 is #CCCC99 (or #CC9).

RGB color model

#E5DBA1 color RGB value is (229,219,161).

RGB: (229,219,161) (90%, 86%, 63%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 161 of 255 = 63%

229
219
161

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

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 161 = 609 (100%)
R 229 of 609 ~ 37.6%
G 219 of 609 ~ 35.96%
B 161 of 609 ~ 26.44'%

%37.6
%35.96
%26.44

CMYK color model

#E5DBA1 color CMYK value is (0,4,30,10).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 29.69%
  • key color value is 10.20%

CMYK: (0,4,30,10)
C0M4Y30K10 (0%, 4%, 30%, 10%)
(0.00 / 0.04 / 0.30 / 0.10)

CMYK percentages

%0
%4.37
%29.69
%10.2

Codes

Color #E5DBA1 in popluar color models

E5 DB A1
RGB 229 219 161
HSL 51° 56.67% 76.47%
HSB/HSV 51° 29.69% 89.80%
CMYK 0.00% 4.37% 29.69%
10.20%

Color #E5DBA1 in popluar number systems.

HEX E5 DB A1
Decimal 229 219 161
Binary 11100101 11011011 10100001
Octal 345 333 241

Shades and tints

Shades of #E5DBA1

#E5DBA1
(229,219,161)
#D1C893
(209,200,147)
#BDB585
(189,181,133)
#A9A277
(169,162,119)
#958F69
(149,143,105)
#817C5B
(129,124,91)
#6D694D
(109,105,77)
#59563F
(89,86,63)
#454331
(69,67,49)
#313023
(49,48,35)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #E5DBA1

#E5DBA1
(229,219,161)
#E7DEA9
(231,222,169)
#E9E1B1
(233,225,177)
#EBE4B9
(235,228,185)
#EDE7C1
(237,231,193)
#EFEAC9
(239,234,201)
#F1EDD1
(241,237,209)
#F3F0D9
(243,240,217)
#F5F3E1
(245,243,225)
#F7F6E9
(247,246,233)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBA1; }

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

This text font color is #E5DBA1.

Background Color

.myBgColor { background-color: #E5DBA1; }

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

This div background color is #E5DBA1.

Border color

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

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

This div border color is #E5DBA1.

Opacity

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

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

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

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

This text has shadow with #E5DBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBA1.

Preview

Color preview on black background

This text has color #E5DBA1 on black background.


Color preview on white background

This text has color #E5DBA1 on white background.


Black color preview on #E5DBA1 background

This text has black color on #E5DBA1 background.


White color preview on #E5DBA1 background

This text has white color on #E5DBA1 background.


Related colors

Complementary color

Complementary color for #hex is #1A245E.


I love getcolorcode.com

Triadic colors

1 #A1E5DB and #DBA1E5 with #E5DBA1 are triadic colors.

2 #A1DBE5 and #DBE5A1 with #E5DBA1 are triadic colors.