COLOR #E79D9E

HEX: #E79D9E
RGB: (231,157,158)

Color info

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

RGB color model

#E79D9E color RGB value is (231,157,158).

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

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 158 of 255 = 62%

231
157
158

R + G + B ~ 72%. #E79D9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 157 + 158 = 546 (100%)
R 231 of 546 ~ 42.31%
G 157 of 546 ~ 28.75%
B 158 of 546 ~ 28.94%

%42.31
%28.75
%28.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 31.60%
  • key color value is 9.41%
CMYK:
(0,32,32,9)
C0M32Y32K9 
(0%,32%,32%,9%)
(0.00/0.32/0.32/0.09)	

CMYK percentages

%0
%32.03
%31.6
%9.41

Codes

Color #E79D9E in popluar color models

E79D9E
RGB231157158
HSL359°60.66%76.08%
HSB/HSV359°32.03%90.59%
CMYK0.00%32.03%31.60%
9.41%

Color #E79D9E in popluar number systems.

HEXE79D9E
Decimal231157158
Binary111001111001110110011110
Octal347235236

Shades and tints

Shades of #E79D9E

#E79D9E
(231,157,158)
#D28F90
(210,143,144)
#BD8182
(189,129,130)
#A87374
(168,115,116)
#936566
(147,101,102)
#7E5758
(126,87,88)
#69494A
(105,73,74)
#543B3C
(84,59,60)
#3F2D2E
(63,45,46)
#2A1F20
(42,31,32)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #E79D9E

#E79D9E
(231,157,158)
#E9A5A6
(233,165,166)
#EBADAE
(235,173,174)
#EDB5B6
(237,181,182)
#EFBDBE
(239,189,190)
#F1C5C6
(241,197,198)
#F3CDCE
(243,205,206)
#F5D5D6
(245,213,214)
#F7DDDE
(247,221,222)
#F9E5E6
(249,229,230)
#FBEDEE
(251,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79D9E; }

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

This text font color is #E79D9E.


Background Color

.myBgColor { background-color: #E79D9E; }

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

This div background color is #E79D9E.


Border color

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

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

This div border color is #E79D9E.


Opacity

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

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

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

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

This text has shadow with #E79D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79D9E on black background.


Color preview on white background

This text has color #E79D9E on white background.



Black color preview on #E79D9E background

This text has black color on #E79D9E background.


White color preview on #E79D9E background

This text has white color on #E79D9E background.