COLOR #E88678

HEX: #E88678
RGB: (232,134,120)

Color info

#E88678 contains mainly red color. Web safe color of #E88678 is #FF9966 (or #F96).

RGB color model

#E88678 color RGB value is (232,134,120).

  • red value is 232;
  • green value is 134;
  • blue value is 120.
RGB:
(232,134,120)
(91%,53%,47%)

RGB channels and saturation

R 232 of 255 = 91%
G 134 of 255 = 53%
B 120 of 255 = 47%

232
134
120

R + G + B ~ 64%. #E88678 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 134 + 120 = 486 (100%)
R 232 of 486 ~ 47.74%
G 134 of 486 ~ 27.57%
B 120 of 486 ~ 24.69%

%47.74
%27.57
%24.69

CMYK color model

#E88678 color CMYK value is (0,42,48,9).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 48.28%
  • key color value is 9.02%
CMYK:
(0,42,48,9)
C0M42Y48K9 
(0%,42%,48%,9%)
(0.00/0.42/0.48/0.09)	

CMYK percentages

%0
%42.24
%48.28
%9.02

Codes

Color #E88678 in popluar color models

E88678
RGB232134120
HSL70.89%69.02%
HSB/HSV48.28%90.98%
CMYK0.00%42.24%48.28%
9.02%

Color #E88678 in popluar number systems.

HEXE88678
Decimal232134120
Binary11101000100001101111000
Octal350206170

Shades and tints

Shades of #E88678

#E88678
(232,134,120)
#D37A6E
(211,122,110)
#BE6E64
(190,110,100)
#A9625A
(169,98,90)
#945650
(148,86,80)
#7F4A46
(127,74,70)
#6A3E3C
(106,62,60)
#553232
(85,50,50)
#402628
(64,38,40)
#2B1A1E
(43,26,30)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #E88678

#E88678
(232,134,120)
#EA9184
(234,145,132)
#EC9C90
(236,156,144)
#EEA79C
(238,167,156)
#F0B2A8
(240,178,168)
#F2BDB4
(242,189,180)
#F4C8C0
(244,200,192)
#F6D3CC
(246,211,204)
#F8DED8
(248,222,216)
#FAE9E4
(250,233,228)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88678 color. Also use rgb(232,134,120) instead hex code.

Text Font Color

.myTextColor { color: #E88678; }

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

This text font color is #E88678.


Background Color

.myBgColor { background-color: #E88678; }

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

This div background color is #E88678.


Border color

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

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

This div border color is #E88678.


Opacity

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

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

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

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

This text has shadow with #E88678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88678 on black background.


Color preview on white background

This text has color #E88678 on white background.



Black color preview on #E88678 background

This text has black color on #E88678 background.


White color preview on #E88678 background

This text has white color on #E88678 background.