COLOR #E19D86

HEX: #E19D86
RGB: (225,157,134)

Color info

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

RGB color model

#E19D86 color RGB value is (225,157,134).

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

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 134 of 255 = 53%

225
157
134

R + G + B ~ 68%. #E19D86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 134 = 516 (100%)
R 225 of 516 ~ 43.6%
G 157 of 516 ~ 30.43%
B 134 of 516 ~ 25.97%

%43.6
%30.43
%25.97

CMYK color model

#E19D86 color CMYK value is (0,30,40,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(0,30,40,12)
C0M30Y40K12 
(0%,30%,40%,12%)
(0.00/0.30/0.40/0.12)	

CMYK percentages

%0
%30.22
%40.44
%11.76

Codes

Color #E19D86 in popluar color models

E19D86
RGB225157134
HSL15°60.26%70.39%
HSB/HSV15°40.44%88.24%
CMYK0.00%30.22%40.44%
11.76%

Color #E19D86 in popluar number systems.

HEXE19D86
Decimal225157134
Binary111000011001110110000110
Octal341235206

Shades and tints

Shades of #E19D86

#E19D86
(225,157,134)
#CD8F7A
(205,143,122)
#B9816E
(185,129,110)
#A57362
(165,115,98)
#916556
(145,101,86)
#7D574A
(125,87,74)
#69493E
(105,73,62)
#553B32
(85,59,50)
#412D26
(65,45,38)
#2D1F1A
(45,31,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #E19D86

#E19D86
(225,157,134)
#E3A591
(227,165,145)
#E5AD9C
(229,173,156)
#E7B5A7
(231,181,167)
#E9BDB2
(233,189,178)
#EBC5BD
(235,197,189)
#EDCDC8
(237,205,200)
#EFD5D3
(239,213,211)
#F1DDDE
(241,221,222)
#F3E5E9
(243,229,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19D86; }

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

This text font color is #E19D86.


Background Color

.myBgColor { background-color: #E19D86; }

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

This div background color is #E19D86.


Border color

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

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

This div border color is #E19D86.


Opacity

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

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

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

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

This text has shadow with #E19D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19D86 on black background.


Color preview on white background

This text has color #E19D86 on white background.



Black color preview on #E19D86 background

This text has black color on #E19D86 background.


White color preview on #E19D86 background

This text has white color on #E19D86 background.