COLOR #E79D8A

HEX: #E79D8A RGB: (231,157,138)

Color info

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

RGB color model

#E79D8A color RGB value is (231,157,138).

RGB: (231,157,138) (91%, 62%, 54%)

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 138 of 255 = 54%

231
157
138

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

Portions of RGB colors in percentages

R + G + B = 231 + 157 + 138 = 526 (100%)
R 231 of 526 ~ 43.92%
G 157 of 526 ~ 29.85%
B 138 of 526 ~ 26.24'%

%43.92
%29.85
%26.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 40.26%
  • key color value is 9.41%
CMYK: (0,32,40,9) C0M32Y40K9 (0%,32%,40%,9%) (0.00/0.32/0.40/0.09) 

CMYK percentages

%0
%32.03
%40.26
%9.41

Codes

Color #E79D8A in popluar color models

E7 9D 8A
RGB 231 157 138
HSL 12° 65.96% 72.35%
HSB/HSV 12° 40.26% 90.59%
CMYK 0.00% 32.03% 40.26%
9.41%

Color #E79D8A in popluar number systems.

HEX E7 9D 8A
Decimal 231 157 138
Binary 11100111 10011101 10001010
Octal 347 235 212

Shades and tints

Shades of #E79D8A

#E79D8A
(231,157,138)
#D28F7E
(210,143,126)
#BD8172
(189,129,114)
#A87366
(168,115,102)
#93655A
(147,101,90)
#7E574E
(126,87,78)
#694942
(105,73,66)
#543B36
(84,59,54)
#3F2D2A
(63,45,42)
#2A1F1E
(42,31,30)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #E79D8A

#E79D8A
(231,157,138)
#E9A594
(233,165,148)
#EBAD9E
(235,173,158)
#EDB5A8
(237,181,168)
#EFBDB2
(239,189,178)
#F1C5BC
(241,197,188)
#F3CDC6
(243,205,198)
#F5D5D0
(245,213,208)
#F7DDDA
(247,221,218)
#F9E5E4
(249,229,228)
#FBEDEE
(251,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79D8A; }

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

This text font color is #E79D8A.

Background Color

.myBgColor { background-color: #E79D8A; }

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

This div background color is #E79D8A.

Border color

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

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

This div border color is #E79D8A.

Opacity

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

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

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

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

This text has shadow with #E79D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79D8A.

Preview

Color preview on black background

This text has color #E79D8A on black background.


Color preview on white background

This text has color #E79D8A on white background.


Black color preview on #E79D8A background

This text has black color on #E79D8A background.


White color preview on #E79D8A background

This text has white color on #E79D8A background.


Related colors

Complementary color

Complementary color for #hex is #186275.


I love getcolorcode.com

Triadic colors

1 #8AE79D and #9D8AE7 with #E79D8A are triadic colors.

2 #8A9DE7 and #9DE78A with #E79D8A are triadic colors.