COLOR #E79DA9

HEX: #E79DA9
RGB: (231,157,169)

Color info

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

RGB color model

#E79DA9 color RGB value is (231,157,169).

  • red value is 231;
  • green value is 157;
  • blue value is 169.
RGB:
(231,157,169)
(91%,62%,66%)

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 169 of 255 = 66%

231
157
169

R + G + B ~ 73%. #E79DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 157 + 169 = 557 (100%)
R 231 of 557 ~ 41.47%
G 157 of 557 ~ 28.19%
B 169 of 557 ~ 30.34%

%41.47
%28.19
%30.34

CMYK color model

#E79DA9 color CMYK value is (0,32,27,9).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 26.84%
  • key color value is 9.41%
CMYK:
(0,32,27,9)
C0M32Y27K9 
(0%,32%,27%,9%)
(0.00/0.32/0.27/0.09)	

CMYK percentages

%0
%32.03
%26.84
%9.41

Codes

Color #E79DA9 in popluar color models

E79DA9
RGB231157169
HSL350°60.66%76.08%
HSB/HSV350°32.03%90.59%
CMYK0.00%32.03%26.84%
9.41%

Color #E79DA9 in popluar number systems.

HEXE79DA9
Decimal231157169
Binary111001111001110110101001
Octal347235251

Shades and tints

Shades of #E79DA9

#E79DA9
(231,157,169)
#D28F9A
(210,143,154)
#BD818B
(189,129,139)
#A8737C
(168,115,124)
#93656D
(147,101,109)
#7E575E
(126,87,94)
#69494F
(105,73,79)
#543B40
(84,59,64)
#3F2D31
(63,45,49)
#2A1F22
(42,31,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #E79DA9

#E79DA9
(231,157,169)
#E9A5B0
(233,165,176)
#EBADB7
(235,173,183)
#EDB5BE
(237,181,190)
#EFBDC5
(239,189,197)
#F1C5CC
(241,197,204)
#F3CDD3
(243,205,211)
#F5D5DA
(245,213,218)
#F7DDE1
(247,221,225)
#F9E5E8
(249,229,232)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79DA9 color. Also use rgb(231,157,169) instead hex code.

Text Font Color

.myTextColor { color: #E79DA9; }

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

This text font color is #E79DA9.


Background Color

.myBgColor { background-color: #E79DA9; }

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

This div background color is #E79DA9.


Border color

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

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

This div border color is #E79DA9.


Opacity

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

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

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

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

This text has shadow with #E79DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79DA9 on black background.


Color preview on white background

This text has color #E79DA9 on white background.



Black color preview on #E79DA9 background

This text has black color on #E79DA9 background.


White color preview on #E79DA9 background

This text has white color on #E79DA9 background.