COLOR #E29687

HEX: #E29687
RGB: (226,150,135)

Color info

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

RGB color model

#E29687 color RGB value is (226,150,135).

  • red value is 226;
  • green value is 150;
  • blue value is 135.
RGB:
(226,150,135)
(89%,59%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 150 of 255 = 59%
B 135 of 255 = 53%

226
150
135

R + G + B ~ 67%. #E29687 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 150 + 135 = 511 (100%)
R 226 of 511 ~ 44.23%
G 150 of 511 ~ 29.35%
B 135 of 511 ~ 26.42%

%44.23
%29.35
%26.42

CMYK color model

#E29687 color CMYK value is (0,34,40,11).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 40.27%
  • key color value is 11.37%
CMYK:
(0,34,40,11)
C0M34Y40K11 
(0%,34%,40%,11%)
(0.00/0.34/0.40/0.11)	

CMYK percentages

%0
%33.63
%40.27
%11.37

Codes

Color #E29687 in popluar color models

E29687
RGB226150135
HSL10°61.07%70.78%
HSB/HSV10°40.27%88.63%
CMYK0.00%33.63%40.27%
11.37%

Color #E29687 in popluar number systems.

HEXE29687
Decimal226150135
Binary111000101001011010000111
Octal342226207

Shades and tints

Shades of #E29687

#E29687
(226,150,135)
#CE897B
(206,137,123)
#BA7C6F
(186,124,111)
#A66F63
(166,111,99)
#926257
(146,98,87)
#7E554B
(126,85,75)
#6A483F
(106,72,63)
#563B33
(86,59,51)
#422E27
(66,46,39)
#2E211B
(46,33,27)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #E29687

#E29687
(226,150,135)
#E49F91
(228,159,145)
#E6A89B
(230,168,155)
#E8B1A5
(232,177,165)
#EABAAF
(234,186,175)
#ECC3B9
(236,195,185)
#EECCC3
(238,204,195)
#F0D5CD
(240,213,205)
#F2DED7
(242,222,215)
#F4E7E1
(244,231,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29687 color. Also use rgb(226,150,135) instead hex code.

Text Font Color

.myTextColor { color: #E29687; }

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

This text font color is #E29687.


Background Color

.myBgColor { background-color: #E29687; }

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

This div background color is #E29687.


Border color

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

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

This div border color is #E29687.


Opacity

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

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

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

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

This text has shadow with #E29687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29687 on black background.


Color preview on white background

This text has color #E29687 on white background.



Black color preview on #E29687 background

This text has black color on #E29687 background.


White color preview on #E29687 background

This text has white color on #E29687 background.