COLOR #E5BF8A

HEX: #E5BF8A
RGB: (229,191,138)

Color info

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

RGB color model

#E5BF8A color RGB value is (229,191,138).

  • red value is 229;
  • green value is 191;
  • blue value is 138.
RGB:
(229,191,138)
(90%,75%,54%)

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 138 of 255 = 54%

229
191
138

R + G + B ~ 73%. #E5BF8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 138 = 558 (100%)
R 229 of 558 ~ 41.04%
G 191 of 558 ~ 34.23%
B 138 of 558 ~ 24.73%

%41.04
%34.23
%24.73

CMYK color model

#E5BF8A color CMYK value is (0,17,40,10).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 39.74%
  • key color value is 10.20%
CMYK:
(0,17,40,10)
C0M17Y40K10 
(0%,17%,40%,10%)
(0.00/0.17/0.40/0.10)	

CMYK percentages

%0
%16.59
%39.74
%10.2

Codes

Color #E5BF8A in popluar color models

E5BF8A
RGB229191138
HSL35°63.64%71.96%
HSB/HSV35°39.74%89.80%
CMYK0.00%16.59%39.74%
10.20%

Color #E5BF8A in popluar number systems.

HEXE5BF8A
Decimal229191138
Binary111001011011111110001010
Octal345277212

Shades and tints

Shades of #E5BF8A

#E5BF8A
(229,191,138)
#D1AE7E
(209,174,126)
#BD9D72
(189,157,114)
#A98C66
(169,140,102)
#957B5A
(149,123,90)
#816A4E
(129,106,78)
#6D5942
(109,89,66)
#594836
(89,72,54)
#45372A
(69,55,42)
#31261E
(49,38,30)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #E5BF8A

#E5BF8A
(229,191,138)
#E7C494
(231,196,148)
#E9C99E
(233,201,158)
#EBCEA8
(235,206,168)
#EDD3B2
(237,211,178)
#EFD8BC
(239,216,188)
#F1DDC6
(241,221,198)
#F3E2D0
(243,226,208)
#F5E7DA
(245,231,218)
#F7ECE4
(247,236,228)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BF8A color. Also use rgb(229,191,138) instead hex code.

Text Font Color

.myTextColor { color: #E5BF8A; }

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

This text font color is #E5BF8A.


Background Color

.myBgColor { background-color: #E5BF8A; }

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

This div background color is #E5BF8A.


Border color

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

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

This div border color is #E5BF8A.


Opacity

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

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

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

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

This text has shadow with #E5BF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BF8A on black background.


Color preview on white background

This text has color #E5BF8A on white background.



Black color preview on #E5BF8A background

This text has black color on #E5BF8A background.


White color preview on #E5BF8A background

This text has white color on #E5BF8A background.