COLOR #E78766

HEX: #E78766
RGB: (231,135,102)

Color info

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

RGB color model

#E78766 color RGB value is (231,135,102).

  • red value is 231;
  • green value is 135;
  • blue value is 102.
RGB:
(231,135,102)
(91%,53%,40%)

RGB channels and saturation

R 231 of 255 = 91%
G 135 of 255 = 53%
B 102 of 255 = 40%

231
135
102

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

Portions of RGB colors in percentages

R + G + B =
231 + 135 + 102 = 468 (100%)
R 231 of 468 ~ 49.36%
G 135 of 468 ~ 28.85%
B 102 of 468 ~ 21.79%

%49.36
%28.85
%21.79

CMYK color model

#E78766 color CMYK value is (0,42,56,9).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 55.84%
  • key color value is 9.41%
CMYK:
(0,42,56,9)
C0M42Y56K9 
(0%,42%,56%,9%)
(0.00/0.42/0.56/0.09)	

CMYK percentages

%0
%41.56
%55.84
%9.41

Codes

Color #E78766 in popluar color models

E78766
RGB231135102
HSL15°72.88%65.29%
HSB/HSV15°55.84%90.59%
CMYK0.00%41.56%55.84%
9.41%

Color #E78766 in popluar number systems.

HEXE78766
Decimal231135102
Binary11100111100001111100110
Octal347207146

Shades and tints

Shades of #E78766

#E78766
(231,135,102)
#D27B5D
(210,123,93)
#BD6F54
(189,111,84)
#A8634B
(168,99,75)
#935742
(147,87,66)
#7E4B39
(126,75,57)
#693F30
(105,63,48)
#543327
(84,51,39)
#3F271E
(63,39,30)
#2A1B15
(42,27,21)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #E78766

#E78766
(231,135,102)
#E99173
(233,145,115)
#EB9B80
(235,155,128)
#EDA58D
(237,165,141)
#EFAF9A
(239,175,154)
#F1B9A7
(241,185,167)
#F3C3B4
(243,195,180)
#F5CDC1
(245,205,193)
#F7D7CE
(247,215,206)
#F9E1DB
(249,225,219)
#FBEBE8
(251,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78766 color. Also use rgb(231,135,102) instead hex code.

Text Font Color

.myTextColor { color: #E78766; }

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

This text font color is #E78766.


Background Color

.myBgColor { background-color: #E78766; }

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

This div background color is #E78766.


Border color

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

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

This div border color is #E78766.


Opacity

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

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

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

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

This text has shadow with #E78766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78766 on black background.


Color preview on white background

This text has color #E78766 on white background.



Black color preview on #E78766 background

This text has black color on #E78766 background.


White color preview on #E78766 background

This text has white color on #E78766 background.