COLOR #E29E9B

HEX: #E29E9B
RGB: (226,158,155)

Color info

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

RGB color model

#E29E9B color RGB value is (226,158,155).

  • red value is 226;
  • green value is 158;
  • blue value is 155.
RGB:
(226,158,155)
(89%,62%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 158 of 255 = 62%
B 155 of 255 = 61%

226
158
155

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

Portions of RGB colors in percentages

R + G + B =
226 + 158 + 155 = 539 (100%)
R 226 of 539 ~ 41.93%
G 158 of 539 ~ 29.31%
B 155 of 539 ~ 28.76%

%41.93
%29.31
%28.76

CMYK color model

#E29E9B color CMYK value is (0,30,31,11).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 31.42%
  • key color value is 11.37%
CMYK:
(0,30,31,11)
C0M30Y31K11 
(0%,30%,31%,11%)
(0.00/0.30/0.31/0.11)	

CMYK percentages

%0
%30.09
%31.42
%11.37

Codes

Color #E29E9B in popluar color models

E29E9B
RGB226158155
HSL55.04%74.71%
HSB/HSV31.42%88.63%
CMYK0.00%30.09%31.42%
11.37%

Color #E29E9B in popluar number systems.

HEXE29E9B
Decimal226158155
Binary111000101001111010011011
Octal342236233

Shades and tints

Shades of #E29E9B

#E29E9B
(226,158,155)
#CE908D
(206,144,141)
#BA827F
(186,130,127)
#A67471
(166,116,113)
#926663
(146,102,99)
#7E5855
(126,88,85)
#6A4A47
(106,74,71)
#563C39
(86,60,57)
#422E2B
(66,46,43)
#2E201D
(46,32,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #E29E9B

#E29E9B
(226,158,155)
#E4A6A4
(228,166,164)
#E6AEAD
(230,174,173)
#E8B6B6
(232,182,182)
#EABEBF
(234,190,191)
#ECC6C8
(236,198,200)
#EECED1
(238,206,209)
#F0D6DA
(240,214,218)
#F2DEE3
(242,222,227)
#F4E6EC
(244,230,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29E9B color. Also use rgb(226,158,155) instead hex code.

Text Font Color

.myTextColor { color: #E29E9B; }

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

This text font color is #E29E9B.


Background Color

.myBgColor { background-color: #E29E9B; }

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

This div background color is #E29E9B.


Border color

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

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

This div border color is #E29E9B.


Opacity

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

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

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

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

This text has shadow with #E29E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29E9B on black background.


Color preview on white background

This text has color #E29E9B on white background.



Black color preview on #E29E9B background

This text has black color on #E29E9B background.


White color preview on #E29E9B background

This text has white color on #E29E9B background.