COLOR #E19386

HEX: #E19386
RGB: (225,147,134)

Color info

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

RGB color model

#E19386 color RGB value is (225,147,134).

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

RGB channels and saturation

R 225 of 255 = 88%
G 147 of 255 = 58%
B 134 of 255 = 53%

225
147
134

R + G + B ~ 66%. #E19386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 147 + 134 = 506 (100%)
R 225 of 506 ~ 44.47%
G 147 of 506 ~ 29.05%
B 134 of 506 ~ 26.48%

%44.47
%29.05
%26.48

CMYK color model

#E19386 color CMYK value is (0,35,40,12).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(0,35,40,12)
C0M35Y40K12 
(0%,35%,40%,12%)
(0.00/0.35/0.40/0.12)	

CMYK percentages

%0
%34.67
%40.44
%11.76

Codes

Color #E19386 in popluar color models

E19386
RGB225147134
HSL60.26%70.39%
HSB/HSV40.44%88.24%
CMYK0.00%34.67%40.44%
11.76%

Color #E19386 in popluar number systems.

HEXE19386
Decimal225147134
Binary111000011001001110000110
Octal341223206

Shades and tints

Shades of #E19386

#E19386
(225,147,134)
#CD867A
(205,134,122)
#B9796E
(185,121,110)
#A56C62
(165,108,98)
#915F56
(145,95,86)
#7D524A
(125,82,74)
#69453E
(105,69,62)
#553832
(85,56,50)
#412B26
(65,43,38)
#2D1E1A
(45,30,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #E19386

#E19386
(225,147,134)
#E39C91
(227,156,145)
#E5A59C
(229,165,156)
#E7AEA7
(231,174,167)
#E9B7B2
(233,183,178)
#EBC0BD
(235,192,189)
#EDC9C8
(237,201,200)
#EFD2D3
(239,210,211)
#F1DBDE
(241,219,222)
#F3E4E9
(243,228,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19386; }

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

This text font color is #E19386.


Background Color

.myBgColor { background-color: #E19386; }

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

This div background color is #E19386.


Border color

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

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

This div border color is #E19386.


Opacity

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

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

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

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

This text has shadow with #E19386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19386 on black background.


Color preview on white background

This text has color #E19386 on white background.



Black color preview on #E19386 background

This text has black color on #E19386 background.


White color preview on #E19386 background

This text has white color on #E19386 background.