COLOR #E87D6F

HEX: #E87D6F
RGB: (232,125,111)

Color info

#E87D6F contains mainly red color. Web safe color of #E87D6F is #FF6666 (or #F66).

RGB color model

#E87D6F color RGB value is (232,125,111).

  • red value is 232;
  • green value is 125;
  • blue value is 111.
RGB:
(232,125,111)
(91%,49%,44%)

RGB channels and saturation

R 232 of 255 = 91%
G 125 of 255 = 49%
B 111 of 255 = 44%

232
125
111

R + G + B ~ 61%. #E87D6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 125 + 111 = 468 (100%)
R 232 of 468 ~ 49.57%
G 125 of 468 ~ 26.71%
B 111 of 468 ~ 23.72%

%49.57
%26.71
%23.72

CMYK color model

#E87D6F color CMYK value is (0,46,52,9).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 52.16%
  • key color value is 9.02%
CMYK:
(0,46,52,9)
C0M46Y52K9 
(0%,46%,52%,9%)
(0.00/0.46/0.52/0.09)	

CMYK percentages

%0
%46.12
%52.16
%9.02

Codes

Color #E87D6F in popluar color models

E87D6F
RGB232125111
HSL72.46%67.25%
HSB/HSV52.16%90.98%
CMYK0.00%46.12%52.16%
9.02%

Color #E87D6F in popluar number systems.

HEXE87D6F
Decimal232125111
Binary1110100011111011101111
Octal350175157

Shades and tints

Shades of #E87D6F

#E87D6F
(232,125,111)
#D37265
(211,114,101)
#BE675B
(190,103,91)
#A95C51
(169,92,81)
#945147
(148,81,71)
#7F463D
(127,70,61)
#6A3B33
(106,59,51)
#553029
(85,48,41)
#40251F
(64,37,31)
#2B1A15
(43,26,21)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #E87D6F

#E87D6F
(232,125,111)
#EA887C
(234,136,124)
#EC9389
(236,147,137)
#EE9E96
(238,158,150)
#F0A9A3
(240,169,163)
#F2B4B0
(242,180,176)
#F4BFBD
(244,191,189)
#F6CACA
(246,202,202)
#F8D5D7
(248,213,215)
#FAE0E4
(250,224,228)
#FCEBF1
(252,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87D6F color. Also use rgb(232,125,111) instead hex code.

Text Font Color

.myTextColor { color: #E87D6F; }

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

This text font color is #E87D6F.


Background Color

.myBgColor { background-color: #E87D6F; }

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

This div background color is #E87D6F.


Border color

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

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

This div border color is #E87D6F.


Opacity

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

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

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

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

This text has shadow with #E87D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87D6F on black background.


Color preview on white background

This text has color #E87D6F on white background.



Black color preview on #E87D6F background

This text has black color on #E87D6F background.


White color preview on #E87D6F background

This text has white color on #E87D6F background.