COLOR #E5B97D

HEX: #E5B97D
RGB: (229,185,125)

Color info

#E5B97D contains mainly red and green colors. Web safe color of #E5B97D is #CCCC66 (or #CC6).

RGB color model

#E5B97D color RGB value is (229,185,125).

  • red value is 229;
  • green value is 185;
  • blue value is 125.
RGB:
(229,185,125)
(90%,73%,49%)

RGB channels and saturation

R 229 of 255 = 90%
G 185 of 255 = 73%
B 125 of 255 = 49%

229
185
125

R + G + B ~ 71%. #E5B97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 185 + 125 = 539 (100%)
R 229 of 539 ~ 42.49%
G 185 of 539 ~ 34.32%
B 125 of 539 ~ 23.19%

%42.49
%34.32
%23.19

CMYK color model

#E5B97D color CMYK value is (0,19,45,10).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 45.41%
  • key color value is 10.20%
CMYK:
(0,19,45,10)
C0M19Y45K10 
(0%,19%,45%,10%)
(0.00/0.19/0.45/0.10)	

CMYK percentages

%0
%19.21
%45.41
%10.2

Codes

Color #E5B97D in popluar color models

E5B97D
RGB229185125
HSL35°66.67%69.41%
HSB/HSV35°45.41%89.80%
CMYK0.00%19.21%45.41%
10.20%

Color #E5B97D in popluar number systems.

HEXE5B97D
Decimal229185125
Binary11100101101110011111101
Octal345271175

Shades and tints

Shades of #E5B97D

#E5B97D
(229,185,125)
#D1A972
(209,169,114)
#BD9967
(189,153,103)
#A9895C
(169,137,92)
#957951
(149,121,81)
#816946
(129,105,70)
#6D593B
(109,89,59)
#594930
(89,73,48)
#453925
(69,57,37)
#31291A
(49,41,26)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #E5B97D

#E5B97D
(229,185,125)
#E7BF88
(231,191,136)
#E9C593
(233,197,147)
#EBCB9E
(235,203,158)
#EDD1A9
(237,209,169)
#EFD7B4
(239,215,180)
#F1DDBF
(241,221,191)
#F3E3CA
(243,227,202)
#F5E9D5
(245,233,213)
#F7EFE0
(247,239,224)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B97D color. Also use rgb(229,185,125) instead hex code.

Text Font Color

.myTextColor { color: #E5B97D; }

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

This text font color is #E5B97D.


Background Color

.myBgColor { background-color: #E5B97D; }

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

This div background color is #E5B97D.


Border color

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

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

This div border color is #E5B97D.


Opacity

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

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

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

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

This text has shadow with #E5B97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B97D on black background.


Color preview on white background

This text has color #E5B97D on white background.



Black color preview on #E5B97D background

This text has black color on #E5B97D background.


White color preview on #E5B97D background

This text has white color on #E5B97D background.