COLOR #E5B29E

HEX: #E5B29E
RGB: (229,178,158)

Color info

#E5B29E contains mainly red and green colors. Web safe color of #E5B29E is #CC9999 (or #C99).

RGB color model

#E5B29E color RGB value is (229,178,158).

  • red value is 229;
  • green value is 178;
  • blue value is 158.
RGB:
(229,178,158)
(90%,70%,62%)

RGB channels and saturation

R 229 of 255 = 90%
G 178 of 255 = 70%
B 158 of 255 = 62%

229
178
158

R + G + B ~ 74%. #E5B29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 178 + 158 = 565 (100%)
R 229 of 565 ~ 40.53%
G 178 of 565 ~ 31.5%
B 158 of 565 ~ 27.96%

%40.53
%31.5
%27.96

CMYK color model

#E5B29E color CMYK value is (0,22,31,10).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 31.00%
  • key color value is 10.20%
CMYK:
(0,22,31,10)
C0M22Y31K10 
(0%,22%,31%,10%)
(0.00/0.22/0.31/0.10)	

CMYK percentages

%0
%22.27
%31
%10.2

Codes

Color #E5B29E in popluar color models

E5B29E
RGB229178158
HSL17°57.72%75.88%
HSB/HSV17°31.00%89.80%
CMYK0.00%22.27%31.00%
10.20%

Color #E5B29E in popluar number systems.

HEXE5B29E
Decimal229178158
Binary111001011011001010011110
Octal345262236

Shades and tints

Shades of #E5B29E

#E5B29E
(229,178,158)
#D1A290
(209,162,144)
#BD9282
(189,146,130)
#A98274
(169,130,116)
#957266
(149,114,102)
#816258
(129,98,88)
#6D524A
(109,82,74)
#59423C
(89,66,60)
#45322E
(69,50,46)
#312220
(49,34,32)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #E5B29E

#E5B29E
(229,178,158)
#E7B9A6
(231,185,166)
#E9C0AE
(233,192,174)
#EBC7B6
(235,199,182)
#EDCEBE
(237,206,190)
#EFD5C6
(239,213,198)
#F1DCCE
(241,220,206)
#F3E3D6
(243,227,214)
#F5EADE
(245,234,222)
#F7F1E6
(247,241,230)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B29E color. Also use rgb(229,178,158) instead hex code.

Text Font Color

.myTextColor { color: #E5B29E; }

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

This text font color is #E5B29E.


Background Color

.myBgColor { background-color: #E5B29E; }

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

This div background color is #E5B29E.


Border color

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

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

This div border color is #E5B29E.


Opacity

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

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

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

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

This text has shadow with #E5B29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B29E on black background.


Color preview on white background

This text has color #E5B29E on white background.



Black color preview on #E5B29E background

This text has black color on #E5B29E background.


White color preview on #E5B29E background

This text has white color on #E5B29E background.