COLOR #E79693

HEX: #E79693
RGB: (231,150,147)

Color info

#E79693 contains mainly red color. Web safe color of #E79693 is #FF9999 (or #F99).

RGB color model

#E79693 color RGB value is (231,150,147).

  • red value is 231;
  • green value is 150;
  • blue value is 147.
RGB:
(231,150,147)
(91%,59%,58%)

RGB channels and saturation

R 231 of 255 = 91%
G 150 of 255 = 59%
B 147 of 255 = 58%

231
150
147

R + G + B ~ 69%. #E79693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 150 + 147 = 528 (100%)
R 231 of 528 ~ 43.75%
G 150 of 528 ~ 28.41%
B 147 of 528 ~ 27.84%

%43.75
%28.41
%27.84

CMYK color model

#E79693 color CMYK value is (0,35,36,9).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 36.36%
  • key color value is 9.41%
CMYK:
(0,35,36,9)
C0M35Y36K9 
(0%,35%,36%,9%)
(0.00/0.35/0.36/0.09)	

CMYK percentages

%0
%35.06
%36.36
%9.41

Codes

Color #E79693 in popluar color models

E79693
RGB231150147
HSL63.64%74.12%
HSB/HSV36.36%90.59%
CMYK0.00%35.06%36.36%
9.41%

Color #E79693 in popluar number systems.

HEXE79693
Decimal231150147
Binary111001111001011010010011
Octal347226223

Shades and tints

Shades of #E79693

#E79693
(231,150,147)
#D28986
(210,137,134)
#BD7C79
(189,124,121)
#A86F6C
(168,111,108)
#93625F
(147,98,95)
#7E5552
(126,85,82)
#694845
(105,72,69)
#543B38
(84,59,56)
#3F2E2B
(63,46,43)
#2A211E
(42,33,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #E79693

#E79693
(231,150,147)
#E99F9C
(233,159,156)
#EBA8A5
(235,168,165)
#EDB1AE
(237,177,174)
#EFBAB7
(239,186,183)
#F1C3C0
(241,195,192)
#F3CCC9
(243,204,201)
#F5D5D2
(245,213,210)
#F7DEDB
(247,222,219)
#F9E7E4
(249,231,228)
#FBF0ED
(251,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79693 color. Also use rgb(231,150,147) instead hex code.

Text Font Color

.myTextColor { color: #E79693; }

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

This text font color is #E79693.


Background Color

.myBgColor { background-color: #E79693; }

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

This div background color is #E79693.


Border color

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

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

This div border color is #E79693.


Opacity

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

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

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

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

This text has shadow with #E79693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79693 on black background.


Color preview on white background

This text has color #E79693 on white background.



Black color preview on #E79693 background

This text has black color on #E79693 background.


White color preview on #E79693 background

This text has white color on #E79693 background.