COLOR #E5BE9F

HEX: #E5BE9F RGB: (229,190,159)

Color info

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

RGB color model

#E5BE9F color RGB value is (229,190,159).

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

RGB channels and saturation

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

229
190
159

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

Portions of RGB colors in percentages

R + G + B = 229 + 190 + 159 = 578 (100%)
R 229 of 578 ~ 39.62%
G 190 of 578 ~ 32.87%
B 159 of 578 ~ 27.51'%

%39.62
%32.87
%27.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 30.57%
  • 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
%30.57
%10.2

Codes

Color #E5BE9F in popluar color models

E5 BE 9F
RGB 229 190 159
HSL 27° 57.38% 76.08%
HSB/HSV 27° 30.57% 89.80%
CMYK 0.00% 17.03% 30.57%
10.20%

Color #E5BE9F in popluar number systems.

HEX E5 BE 9F
Decimal 229 190 159
Binary 11100101 10111110 10011111
Octal 345 276 237

Shades and tints

Shades of #E5BE9F

#E5BE9F
(229,190,159)
#D1AD91
(209,173,145)
#BD9C83
(189,156,131)
#A98B75
(169,139,117)
#957A67
(149,122,103)
#816959
(129,105,89)
#6D584B
(109,88,75)
#59473D
(89,71,61)
#45362F
(69,54,47)
#312521
(49,37,33)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #E5BE9F

#E5BE9F
(229,190,159)
#E7C3A7
(231,195,167)
#E9C8AF
(233,200,175)
#EBCDB7
(235,205,183)
#EDD2BF
(237,210,191)
#EFD7C7
(239,215,199)
#F1DCCF
(241,220,207)
#F3E1D7
(243,225,215)
#F5E6DF
(245,230,223)
#F7EBE7
(247,235,231)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BE9F; }

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

This text font color is #E5BE9F.

Background Color

.myBgColor { background-color: #E5BE9F; }

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

This div background color is #E5BE9F.

Border color

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

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

This div border color is #E5BE9F.

Opacity

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

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

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

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

This text has shadow with #E5BE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BE9F.

Preview

Color preview on black background

This text has color #E5BE9F on black background.


Color preview on white background

This text has color #E5BE9F on white background.


Black color preview on #E5BE9F background

This text has black color on #E5BE9F background.


White color preview on #E5BE9F background

This text has white color on #E5BE9F background.


Related colors

Complementary color

Complementary color for #hex is #1A4160.


I love getcolorcode.com

Triadic colors

1 #9FE5BE and #BE9FE5 with #E5BE9F are triadic colors.

2 #9FBEE5 and #BEE59F with #E5BE9F are triadic colors.