COLOR #E19DA7

HEX: #E19DA7
RGB: (225,157,167)

Color info

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

RGB color model

#E19DA7 color RGB value is (225,157,167).

  • red value is 225;
  • green value is 157;
  • blue value is 167.
RGB:
(225,157,167)
(88%,62%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 167 of 255 = 65%

225
157
167

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

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 167 = 549 (100%)
R 225 of 549 ~ 40.98%
G 157 of 549 ~ 28.6%
B 167 of 549 ~ 30.42%

%40.98
%28.6
%30.42

CMYK color model

#E19DA7 color CMYK value is (0,30,26,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 25.78%
  • key color value is 11.76%
CMYK:
(0,30,26,12)
C0M30Y26K12 
(0%,30%,26%,12%)
(0.00/0.30/0.26/0.12)	

CMYK percentages

%0
%30.22
%25.78
%11.76

Codes

Color #E19DA7 in popluar color models

E19DA7
RGB225157167
HSL351°53.13%74.90%
HSB/HSV351°30.22%88.24%
CMYK0.00%30.22%25.78%
11.76%

Color #E19DA7 in popluar number systems.

HEXE19DA7
Decimal225157167
Binary111000011001110110100111
Octal341235247

Shades and tints

Shades of #E19DA7

#E19DA7
(225,157,167)
#CD8F98
(205,143,152)
#B98189
(185,129,137)
#A5737A
(165,115,122)
#91656B
(145,101,107)
#7D575C
(125,87,92)
#69494D
(105,73,77)
#553B3E
(85,59,62)
#412D2F
(65,45,47)
#2D1F20
(45,31,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #E19DA7

#E19DA7
(225,157,167)
#E3A5AF
(227,165,175)
#E5ADB7
(229,173,183)
#E7B5BF
(231,181,191)
#E9BDC7
(233,189,199)
#EBC5CF
(235,197,207)
#EDCDD7
(237,205,215)
#EFD5DF
(239,213,223)
#F1DDE7
(241,221,231)
#F3E5EF
(243,229,239)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19DA7 color. Also use rgb(225,157,167) instead hex code.

Text Font Color

.myTextColor { color: #E19DA7; }

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

This text font color is #E19DA7.


Background Color

.myBgColor { background-color: #E19DA7; }

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

This div background color is #E19DA7.


Border color

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

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

This div border color is #E19DA7.


Opacity

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

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

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

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

This text has shadow with #E19DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19DA7 on black background.


Color preview on white background

This text has color #E19DA7 on white background.



Black color preview on #E19DA7 background

This text has black color on #E19DA7 background.


White color preview on #E19DA7 background

This text has white color on #E19DA7 background.