COLOR #E29DA8

HEX: #E29DA8
RGB: (226,157,168)

Color info

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

RGB color model

#E29DA8 color RGB value is (226,157,168).

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

RGB channels and saturation

R 226 of 255 = 89%
G 157 of 255 = 62%
B 168 of 255 = 66%

226
157
168

R + G + B ~ 72%. #E29DA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 157 + 168 = 551 (100%)
R 226 of 551 ~ 41.02%
G 157 of 551 ~ 28.49%
B 168 of 551 ~ 30.49%

%41.02
%28.49
%30.49

CMYK color model

#E29DA8 color CMYK value is (0,31,26,11).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 25.66%
  • key color value is 11.37%
CMYK:
(0,31,26,11)
C0M31Y26K11 
(0%,31%,26%,11%)
(0.00/0.31/0.26/0.11)	

CMYK percentages

%0
%30.53
%25.66
%11.37

Codes

Color #E29DA8 in popluar color models

E29DA8
RGB226157168
HSL350°54.33%75.10%
HSB/HSV350°30.53%88.63%
CMYK0.00%30.53%25.66%
11.37%

Color #E29DA8 in popluar number systems.

HEXE29DA8
Decimal226157168
Binary111000101001110110101000
Octal342235250

Shades and tints

Shades of #E29DA8

#E29DA8
(226,157,168)
#CE8F99
(206,143,153)
#BA818A
(186,129,138)
#A6737B
(166,115,123)
#92656C
(146,101,108)
#7E575D
(126,87,93)
#6A494E
(106,73,78)
#563B3F
(86,59,63)
#422D30
(66,45,48)
#2E1F21
(46,31,33)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #E29DA8

#E29DA8
(226,157,168)
#E4A5AF
(228,165,175)
#E6ADB6
(230,173,182)
#E8B5BD
(232,181,189)
#EABDC4
(234,189,196)
#ECC5CB
(236,197,203)
#EECDD2
(238,205,210)
#F0D5D9
(240,213,217)
#F2DDE0
(242,221,224)
#F4E5E7
(244,229,231)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29DA8; }

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

This text font color is #E29DA8.


Background Color

.myBgColor { background-color: #E29DA8; }

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

This div background color is #E29DA8.


Border color

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

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

This div border color is #E29DA8.


Opacity

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

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

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

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

This text has shadow with #E29DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29DA8 on black background.


Color preview on white background

This text has color #E29DA8 on white background.



Black color preview on #E29DA8 background

This text has black color on #E29DA8 background.


White color preview on #E29DA8 background

This text has white color on #E29DA8 background.