COLOR #E18986

HEX: #E18986
RGB: (225,137,134)

Color info

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

RGB color model

#E18986 color RGB value is (225,137,134).

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

RGB channels and saturation

R 225 of 255 = 88%
G 137 of 255 = 54%
B 134 of 255 = 53%

225
137
134

R + G + B ~ 65%. #E18986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 137 + 134 = 496 (100%)
R 225 of 496 ~ 45.36%
G 137 of 496 ~ 27.62%
B 134 of 496 ~ 27.02%

%45.36
%27.62
%27.02

CMYK color model

#E18986 color CMYK value is (0,39,40,12).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(0,39,40,12)
C0M39Y40K12 
(0%,39%,40%,12%)
(0.00/0.39/0.40/0.12)	

CMYK percentages

%0
%39.11
%40.44
%11.76

Codes

Color #E18986 in popluar color models

E18986
RGB225137134
HSL60.26%70.39%
HSB/HSV40.44%88.24%
CMYK0.00%39.11%40.44%
11.76%

Color #E18986 in popluar number systems.

HEXE18986
Decimal225137134
Binary111000011000100110000110
Octal341211206

Shades and tints

Shades of #E18986

#E18986
(225,137,134)
#CD7D7A
(205,125,122)
#B9716E
(185,113,110)
#A56562
(165,101,98)
#915956
(145,89,86)
#7D4D4A
(125,77,74)
#69413E
(105,65,62)
#553532
(85,53,50)
#412926
(65,41,38)
#2D1D1A
(45,29,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #E18986

#E18986
(225,137,134)
#E39391
(227,147,145)
#E59D9C
(229,157,156)
#E7A7A7
(231,167,167)
#E9B1B2
(233,177,178)
#EBBBBD
(235,187,189)
#EDC5C8
(237,197,200)
#EFCFD3
(239,207,211)
#F1D9DE
(241,217,222)
#F3E3E9
(243,227,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18986; }

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

This text font color is #E18986.


Background Color

.myBgColor { background-color: #E18986; }

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

This div background color is #E18986.


Border color

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

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

This div border color is #E18986.


Opacity

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

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

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

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

This text has shadow with #E18986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18986 on black background.


Color preview on white background

This text has color #E18986 on white background.



Black color preview on #E18986 background

This text has black color on #E18986 background.


White color preview on #E18986 background

This text has white color on #E18986 background.