COLOR #E29F9B

HEX: #E29F9B
RGB: (226,159,155)

Color info

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

RGB color model

#E29F9B color RGB value is (226,159,155).

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

RGB channels and saturation

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

226
159
155

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

Portions of RGB colors in percentages

R + G + B =
226 + 159 + 155 = 540 (100%)
R 226 of 540 ~ 41.85%
G 159 of 540 ~ 29.44%
B 155 of 540 ~ 28.7%

%41.85
%29.44
%28.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.65%
  • 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
%29.65
%31.42
%11.37

Codes

Color #E29F9B in popluar color models

E29F9B
RGB226159155
HSL55.04%74.71%
HSB/HSV31.42%88.63%
CMYK0.00%29.65%31.42%
11.37%

Color #E29F9B in popluar number systems.

HEXE29F9B
Decimal226159155
Binary111000101001111110011011
Octal342237233

Shades and tints

Shades of #E29F9B

#E29F9B
(226,159,155)
#CE918D
(206,145,141)
#BA837F
(186,131,127)
#A67571
(166,117,113)
#926763
(146,103,99)
#7E5955
(126,89,85)
#6A4B47
(106,75,71)
#563D39
(86,61,57)
#422F2B
(66,47,43)
#2E211D
(46,33,29)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #E29F9B

#E29F9B
(226,159,155)
#E4A7A4
(228,167,164)
#E6AFAD
(230,175,173)
#E8B7B6
(232,183,182)
#EABFBF
(234,191,191)
#ECC7C8
(236,199,200)
#EECFD1
(238,207,209)
#F0D7DA
(240,215,218)
#F2DFE3
(242,223,227)
#F4E7EC
(244,231,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29F9B; }

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

This text font color is #E29F9B.


Background Color

.myBgColor { background-color: #E29F9B; }

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

This div background color is #E29F9B.


Border color

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

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

This div border color is #E29F9B.


Opacity

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

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

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

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

This text has shadow with #E29F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29F9B on black background.


Color preview on white background

This text has color #E29F9B on white background.



Black color preview on #E29F9B background

This text has black color on #E29F9B background.


White color preview on #E29F9B background

This text has white color on #E29F9B background.