COLOR #E5DBA7

HEX: #E5DBA7
RGB: (229,219,167)

Color info

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

RGB color model

#E5DBA7 color RGB value is (229,219,167).

  • red value is 229;
  • green value is 219;
  • blue value is 167.
RGB:
(229,219,167)
(90%,86%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 167 of 255 = 65%

229
219
167

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

Portions of RGB colors in percentages

R + G + B =
229 + 219 + 167 = 615 (100%)
R 229 of 615 ~ 37.24%
G 219 of 615 ~ 35.61%
B 167 of 615 ~ 27.15%

%37.24
%35.61
%27.15

CMYK color model

#E5DBA7 color CMYK value is (0,4,27,10).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,4,27,10)
C0M4Y27K10 
(0%,4%,27%,10%)
(0.00/0.04/0.27/0.10)	

CMYK percentages

%0
%4.37
%27.07
%10.2

Codes

Color #E5DBA7 in popluar color models

E5DBA7
RGB229219167
HSL50°54.39%77.65%
HSB/HSV50°27.07%89.80%
CMYK0.00%4.37%27.07%
10.20%

Color #E5DBA7 in popluar number systems.

HEXE5DBA7
Decimal229219167
Binary111001011101101110100111
Octal345333247

Shades and tints

Shades of #E5DBA7

#E5DBA7
(229,219,167)
#D1C898
(209,200,152)
#BDB589
(189,181,137)
#A9A27A
(169,162,122)
#958F6B
(149,143,107)
#817C5C
(129,124,92)
#6D694D
(109,105,77)
#59563E
(89,86,62)
#45432F
(69,67,47)
#313020
(49,48,32)
#1D1D11
(29,29,17)
#000000
(0,0,0)

Tints of #E5DBA7

#E5DBA7
(229,219,167)
#E7DEAF
(231,222,175)
#E9E1B7
(233,225,183)
#EBE4BF
(235,228,191)
#EDE7C7
(237,231,199)
#EFEACF
(239,234,207)
#F1EDD7
(241,237,215)
#F3F0DF
(243,240,223)
#F5F3E7
(245,243,231)
#F7F6EF
(247,246,239)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBA7; }

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

This text font color is #E5DBA7.


Background Color

.myBgColor { background-color: #E5DBA7; }

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

This div background color is #E5DBA7.


Border color

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

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

This div border color is #E5DBA7.


Opacity

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

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

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

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

This text has shadow with #E5DBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBA7 on black background.


Color preview on white background

This text has color #E5DBA7 on white background.



Black color preview on #E5DBA7 background

This text has black color on #E5DBA7 background.


White color preview on #E5DBA7 background

This text has white color on #E5DBA7 background.