COLOR #E79BD7

HEX: #E79BD7
RGB: (231,155,215)

Color info

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

RGB color model

#E79BD7 color RGB value is (231,155,215).

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

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 215 of 255 = 84%

231
155
215

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

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 215 = 601 (100%)
R 231 of 601 ~ 38.44%
G 155 of 601 ~ 25.79%
B 215 of 601 ~ 35.77%

%38.44
%25.79
%35.77

CMYK color model

#E79BD7 color CMYK value is (0,33,7,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(0,33,7,9)
C0M33Y7K9 
(0%,33%,7%,9%)
(0.00/0.33/0.07/0.09)	

CMYK percentages

%0
%32.9
%6.93
%9.41

Codes

Color #E79BD7 in popluar color models

E79BD7
RGB231155215
HSL313°61.29%75.69%
HSB/HSV313°32.90%90.59%
CMYK0.00%32.90%6.93%
9.41%

Color #E79BD7 in popluar number systems.

HEXE79BD7
Decimal231155215
Binary111001111001101111010111
Octal347233327

Shades and tints

Shades of #E79BD7

#E79BD7
(231,155,215)
#D28DC4
(210,141,196)
#BD7FB1
(189,127,177)
#A8719E
(168,113,158)
#93638B
(147,99,139)
#7E5578
(126,85,120)
#694765
(105,71,101)
#543952
(84,57,82)
#3F2B3F
(63,43,63)
#2A1D2C
(42,29,44)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #E79BD7

#E79BD7
(231,155,215)
#E9A4DA
(233,164,218)
#EBADDD
(235,173,221)
#EDB6E0
(237,182,224)
#EFBFE3
(239,191,227)
#F1C8E6
(241,200,230)
#F3D1E9
(243,209,233)
#F5DAEC
(245,218,236)
#F7E3EF
(247,227,239)
#F9ECF2
(249,236,242)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79BD7; }

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

This text font color is #E79BD7.


Background Color

.myBgColor { background-color: #E79BD7; }

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

This div background color is #E79BD7.


Border color

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

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

This div border color is #E79BD7.


Opacity

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

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

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

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

This text has shadow with #E79BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BD7 on black background.


Color preview on white background

This text has color #E79BD7 on white background.



Black color preview on #E79BD7 background

This text has black color on #E79BD7 background.


White color preview on #E79BD7 background

This text has white color on #E79BD7 background.