COLOR #E5BDA5

HEX: #E5BDA5
RGB: (229,189,165)

Color info

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

RGB color model

#E5BDA5 color RGB value is (229,189,165).

  • red value is 229;
  • green value is 189;
  • blue value is 165.
RGB:
(229,189,165)
(90%,74%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 165 of 255 = 65%

229
189
165

R + G + B ~ 76%. #E5BDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 189 + 165 = 583 (100%)
R 229 of 583 ~ 39.28%
G 189 of 583 ~ 32.42%
B 165 of 583 ~ 28.3%

%39.28
%32.42
%28.3

CMYK color model

#E5BDA5 color CMYK value is (0,17,28,10).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 27.95%
  • key color value is 10.20%
CMYK:
(0,17,28,10)
C0M17Y28K10 
(0%,17%,28%,10%)
(0.00/0.17/0.28/0.10)	

CMYK percentages

%0
%17.47
%27.95
%10.2

Codes

Color #E5BDA5 in popluar color models

E5BDA5
RGB229189165
HSL23°55.17%77.25%
HSB/HSV23°27.95%89.80%
CMYK0.00%17.47%27.95%
10.20%

Color #E5BDA5 in popluar number systems.

HEXE5BDA5
Decimal229189165
Binary111001011011110110100101
Octal345275245

Shades and tints

Shades of #E5BDA5

#E5BDA5
(229,189,165)
#D1AC96
(209,172,150)
#BD9B87
(189,155,135)
#A98A78
(169,138,120)
#957969
(149,121,105)
#81685A
(129,104,90)
#6D574B
(109,87,75)
#59463C
(89,70,60)
#45352D
(69,53,45)
#31241E
(49,36,30)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #E5BDA5

#E5BDA5
(229,189,165)
#E7C3AD
(231,195,173)
#E9C9B5
(233,201,181)
#EBCFBD
(235,207,189)
#EDD5C5
(237,213,197)
#EFDBCD
(239,219,205)
#F1E1D5
(241,225,213)
#F3E7DD
(243,231,221)
#F5EDE5
(245,237,229)
#F7F3ED
(247,243,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BDA5 color. Also use rgb(229,189,165) instead hex code.

Text Font Color

.myTextColor { color: #E5BDA5; }

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

This text font color is #E5BDA5.


Background Color

.myBgColor { background-color: #E5BDA5; }

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

This div background color is #E5BDA5.


Border color

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

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

This div border color is #E5BDA5.


Opacity

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

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

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

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

This text has shadow with #E5BDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BDA5 on black background.


Color preview on white background

This text has color #E5BDA5 on white background.



Black color preview on #E5BDA5 background

This text has black color on #E5BDA5 background.


White color preview on #E5BDA5 background

This text has white color on #E5BDA5 background.