COLOR #E79BC7

HEX: #E79BC7
RGB: (231,155,199)

Color info

#E79BC7 contains mainly red and blue colors. Web safe color of #E79BC7 is #FF99CC (or #F9C).

RGB color model

#E79BC7 color RGB value is (231,155,199).

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

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 199 of 255 = 78%

231
155
199

R + G + B ~ 77%. #E79BC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 199 = 585 (100%)
R 231 of 585 ~ 39.49%
G 155 of 585 ~ 26.5%
B 199 of 585 ~ 34.02%

%39.49
%26.5
%34.02

CMYK color model

#E79BC7 color CMYK value is (0,33,14,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(0,33,14,9)
C0M33Y14K9 
(0%,33%,14%,9%)
(0.00/0.33/0.14/0.09)	

CMYK percentages

%0
%32.9
%13.85
%9.41

Codes

Color #E79BC7 in popluar color models

E79BC7
RGB231155199
HSL325°61.29%75.69%
HSB/HSV325°32.90%90.59%
CMYK0.00%32.90%13.85%
9.41%

Color #E79BC7 in popluar number systems.

HEXE79BC7
Decimal231155199
Binary111001111001101111000111
Octal347233307

Shades and tints

Shades of #E79BC7

#E79BC7
(231,155,199)
#D28DB5
(210,141,181)
#BD7FA3
(189,127,163)
#A87191
(168,113,145)
#93637F
(147,99,127)
#7E556D
(126,85,109)
#69475B
(105,71,91)
#543949
(84,57,73)
#3F2B37
(63,43,55)
#2A1D25
(42,29,37)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #E79BC7

#E79BC7
(231,155,199)
#E9A4CC
(233,164,204)
#EBADD1
(235,173,209)
#EDB6D6
(237,182,214)
#EFBFDB
(239,191,219)
#F1C8E0
(241,200,224)
#F3D1E5
(243,209,229)
#F5DAEA
(245,218,234)
#F7E3EF
(247,227,239)
#F9ECF4
(249,236,244)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79BC7; }

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

This text font color is #E79BC7.


Background Color

.myBgColor { background-color: #E79BC7; }

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

This div background color is #E79BC7.


Border color

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

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

This div border color is #E79BC7.


Opacity

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

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

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

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

This text has shadow with #E79BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BC7 on black background.


Color preview on white background

This text has color #E79BC7 on white background.



Black color preview on #E79BC7 background

This text has black color on #E79BC7 background.


White color preview on #E79BC7 background

This text has white color on #E79BC7 background.