COLOR #E79BA4

HEX: #E79BA4
RGB: (231,155,164)

Color info

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

RGB color model

#E79BA4 color RGB value is (231,155,164).

  • red value is 231;
  • green value is 155;
  • blue value is 164.
RGB:
(231,155,164)
(91%,61%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 164 of 255 = 64%

231
155
164

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

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 164 = 550 (100%)
R 231 of 550 ~ 42%
G 155 of 550 ~ 28.18%
B 164 of 550 ~ 29.82%

%42
%28.18
%29.82

CMYK color model

#E79BA4 color CMYK value is (0,33,29,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 29.00%
  • key color value is 9.41%
CMYK:
(0,33,29,9)
C0M33Y29K9 
(0%,33%,29%,9%)
(0.00/0.33/0.29/0.09)	

CMYK percentages

%0
%32.9
%29
%9.41

Codes

Color #E79BA4 in popluar color models

E79BA4
RGB231155164
HSL353°61.29%75.69%
HSB/HSV353°32.90%90.59%
CMYK0.00%32.90%29.00%
9.41%

Color #E79BA4 in popluar number systems.

HEXE79BA4
Decimal231155164
Binary111001111001101110100100
Octal347233244

Shades and tints

Shades of #E79BA4

#E79BA4
(231,155,164)
#D28D96
(210,141,150)
#BD7F88
(189,127,136)
#A8717A
(168,113,122)
#93636C
(147,99,108)
#7E555E
(126,85,94)
#694750
(105,71,80)
#543942
(84,57,66)
#3F2B34
(63,43,52)
#2A1D26
(42,29,38)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #E79BA4

#E79BA4
(231,155,164)
#E9A4AC
(233,164,172)
#EBADB4
(235,173,180)
#EDB6BC
(237,182,188)
#EFBFC4
(239,191,196)
#F1C8CC
(241,200,204)
#F3D1D4
(243,209,212)
#F5DADC
(245,218,220)
#F7E3E4
(247,227,228)
#F9ECEC
(249,236,236)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79BA4 color. Also use rgb(231,155,164) instead hex code.

Text Font Color

.myTextColor { color: #E79BA4; }

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

This text font color is #E79BA4.


Background Color

.myBgColor { background-color: #E79BA4; }

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

This div background color is #E79BA4.


Border color

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

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

This div border color is #E79BA4.


Opacity

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

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

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

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

This text has shadow with #E79BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BA4 on black background.


Color preview on white background

This text has color #E79BA4 on white background.



Black color preview on #E79BA4 background

This text has black color on #E79BA4 background.


White color preview on #E79BA4 background

This text has white color on #E79BA4 background.