COLOR #E79FD3

HEX: #E79FD3
RGB: (231,159,211)

Color info

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

RGB color model

#E79FD3 color RGB value is (231,159,211).

  • red value is 231;
  • green value is 159;
  • blue value is 211.
RGB:
(231,159,211)
(91%,62%,83%)

RGB channels and saturation

R 231 of 255 = 91%
G 159 of 255 = 62%
B 211 of 255 = 83%

231
159
211

R + G + B ~ 79%. #E79FD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 159 + 211 = 601 (100%)
R 231 of 601 ~ 38.44%
G 159 of 601 ~ 26.46%
B 211 of 601 ~ 35.11%

%38.44
%26.46
%35.11

CMYK color model

#E79FD3 color CMYK value is (0,31,9,9).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 8.66%
  • key color value is 9.41%
CMYK:
(0,31,9,9)
C0M31Y9K9 
(0%,31%,9%,9%)
(0.00/0.31/0.09/0.09)	

CMYK percentages

%0
%31.17
%8.66
%9.41

Codes

Color #E79FD3 in popluar color models

E79FD3
RGB231159211
HSL317°60.00%76.47%
HSB/HSV317°31.17%90.59%
CMYK0.00%31.17%8.66%
9.41%

Color #E79FD3 in popluar number systems.

HEXE79FD3
Decimal231159211
Binary111001111001111111010011
Octal347237323

Shades and tints

Shades of #E79FD3

#E79FD3
(231,159,211)
#D291C0
(210,145,192)
#BD83AD
(189,131,173)
#A8759A
(168,117,154)
#936787
(147,103,135)
#7E5974
(126,89,116)
#694B61
(105,75,97)
#543D4E
(84,61,78)
#3F2F3B
(63,47,59)
#2A2128
(42,33,40)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #E79FD3

#E79FD3
(231,159,211)
#E9A7D7
(233,167,215)
#EBAFDB
(235,175,219)
#EDB7DF
(237,183,223)
#EFBFE3
(239,191,227)
#F1C7E7
(241,199,231)
#F3CFEB
(243,207,235)
#F5D7EF
(245,215,239)
#F7DFF3
(247,223,243)
#F9E7F7
(249,231,247)
#FBEFFB
(251,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79FD3 color. Also use rgb(231,159,211) instead hex code.

Text Font Color

.myTextColor { color: #E79FD3; }

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

This text font color is #E79FD3.


Background Color

.myBgColor { background-color: #E79FD3; }

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

This div background color is #E79FD3.


Border color

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

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

This div border color is #E79FD3.


Opacity

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

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

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

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

This text has shadow with #E79FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79FD3 on black background.


Color preview on white background

This text has color #E79FD3 on white background.



Black color preview on #E79FD3 background

This text has black color on #E79FD3 background.


White color preview on #E79FD3 background

This text has white color on #E79FD3 background.