COLOR #E5BE9D

HEX: #E5BE9D RGB: (229,190,157)

Color info

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

RGB color model

#E5BE9D color RGB value is (229,190,157).

RGB: (229,190,157) (90%, 75%, 62%)

RGB channels and saturation

R 229 of 255 = 90%
G 190 of 255 = 75%
B 157 of 255 = 62%

229
190
157

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

Portions of RGB colors in percentages

R + G + B = 229 + 190 + 157 = 576 (100%)
R 229 of 576 ~ 39.76%
G 190 of 576 ~ 32.99%
B 157 of 576 ~ 27.26'%

%39.76
%32.99
%27.26

CMYK color model

#E5BE9D color CMYK value is (0,17,31,10).

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 31.44%
  • key color value is 10.20%

CMYK: (0,17,31,10)
C0M17Y31K10 (0%, 17%, 31%, 10%)
(0.00 / 0.17 / 0.31 / 0.10)

CMYK percentages

%0
%17.03
%31.44
%10.2

Codes

Color #E5BE9D in popluar color models

E5 BE 9D
RGB 229 190 157
HSL 28° 58.06% 75.69%
HSB/HSV 28° 31.44% 89.80%
CMYK 0.00% 17.03% 31.44%
10.20%

Color #E5BE9D in popluar number systems.

HEX E5 BE 9D
Decimal 229 190 157
Binary 11100101 10111110 10011101
Octal 345 276 235

Shades and tints

Shades of #E5BE9D

#E5BE9D
(229,190,157)
#D1AD8F
(209,173,143)
#BD9C81
(189,156,129)
#A98B73
(169,139,115)
#957A65
(149,122,101)
#816957
(129,105,87)
#6D5849
(109,88,73)
#59473B
(89,71,59)
#45362D
(69,54,45)
#31251F
(49,37,31)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #E5BE9D

#E5BE9D
(229,190,157)
#E7C3A5
(231,195,165)
#E9C8AD
(233,200,173)
#EBCDB5
(235,205,181)
#EDD2BD
(237,210,189)
#EFD7C5
(239,215,197)
#F1DCCD
(241,220,205)
#F3E1D5
(243,225,213)
#F5E6DD
(245,230,221)
#F7EBE5
(247,235,229)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BE9D color. Also use rgb(229,190,157) instead hex code.

Text Font Color

.myTextColor { color: #E5BE9D; }

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

This text font color is #E5BE9D.

Background Color

.myBgColor { background-color: #E5BE9D; }

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

This div background color is #E5BE9D.

Border color

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

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

This div border color is #E5BE9D.

Opacity

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

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

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

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

This text has shadow with #E5BE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BE9D.

Preview

Color preview on black background

This text has color #E5BE9D on black background.


Color preview on white background

This text has color #E5BE9D on white background.


Black color preview on #E5BE9D background

This text has black color on #E5BE9D background.


White color preview on #E5BE9D background

This text has white color on #E5BE9D background.


Related colors

Complementary color

Complementary color for #hex is #1A4162.


I love getcolorcode.com

Triadic colors

1 #9DE5BE and #BE9DE5 with #E5BE9D are triadic colors.

2 #9DBEE5 and #BEE59D with #E5BE9D are triadic colors.