COLOR #E29D8B

HEX: #E29D8B
RGB: (226,157,139)

Color info

#E29D8B contains mainly red color. Web safe color of #E29D8B is #CC9999 (or #C99).

RGB color model

#E29D8B color RGB value is (226,157,139).

  • red value is 226;
  • green value is 157;
  • blue value is 139.
RGB:
(226,157,139)
(89%,62%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 157 of 255 = 62%
B 139 of 255 = 55%

226
157
139

R + G + B ~ 69%. #E29D8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 157 + 139 = 522 (100%)
R 226 of 522 ~ 43.3%
G 157 of 522 ~ 30.08%
B 139 of 522 ~ 26.63%

%43.3
%30.08
%26.63

CMYK color model

#E29D8B color CMYK value is (0,31,38,11).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 38.50%
  • key color value is 11.37%
CMYK:
(0,31,38,11)
C0M31Y38K11 
(0%,31%,38%,11%)
(0.00/0.31/0.38/0.11)	

CMYK percentages

%0
%30.53
%38.5
%11.37

Codes

Color #E29D8B in popluar color models

E29D8B
RGB226157139
HSL12°60.00%71.57%
HSB/HSV12°38.50%88.63%
CMYK0.00%30.53%38.50%
11.37%

Color #E29D8B in popluar number systems.

HEXE29D8B
Decimal226157139
Binary111000101001110110001011
Octal342235213

Shades and tints

Shades of #E29D8B

#E29D8B
(226,157,139)
#CE8F7F
(206,143,127)
#BA8173
(186,129,115)
#A67367
(166,115,103)
#92655B
(146,101,91)
#7E574F
(126,87,79)
#6A4943
(106,73,67)
#563B37
(86,59,55)
#422D2B
(66,45,43)
#2E1F1F
(46,31,31)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #E29D8B

#E29D8B
(226,157,139)
#E4A595
(228,165,149)
#E6AD9F
(230,173,159)
#E8B5A9
(232,181,169)
#EABDB3
(234,189,179)
#ECC5BD
(236,197,189)
#EECDC7
(238,205,199)
#F0D5D1
(240,213,209)
#F2DDDB
(242,221,219)
#F4E5E5
(244,229,229)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29D8B color. Also use rgb(226,157,139) instead hex code.

Text Font Color

.myTextColor { color: #E29D8B; }

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

This text font color is #E29D8B.


Background Color

.myBgColor { background-color: #E29D8B; }

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

This div background color is #E29D8B.


Border color

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

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

This div border color is #E29D8B.


Opacity

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

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

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

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

This text has shadow with #E29D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29D8B on black background.


Color preview on white background

This text has color #E29D8B on white background.



Black color preview on #E29D8B background

This text has black color on #E29D8B background.


White color preview on #E29D8B background

This text has white color on #E29D8B background.