COLOR #E79DDC

HEX: #E79DDC
RGB: (231,157,220)

Color info

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

RGB color model

#E79DDC color RGB value is (231,157,220).

  • red value is 231;
  • green value is 157;
  • blue value is 220.
RGB: (231,157,220) (91%,62%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 157 of 255 = 62%
B 220 of 255 = 86%

231
157
220

R + G + B ~ 80%. #E79DDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 157 + 220 = 608 (100%)
R 231 of 608 ~ 37.99%
G 157 of 608 ~ 25.82%
B 220 of 608 ~ 36.18%

%37.99
%25.82
%36.18

CMYK color model

#E79DDC color CMYK value is (0,32,5,9).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK: (0,32,5,9) C0M32Y5K9 (0%,32%,5%,9%) (0.00/0.32/0.05/0.09)

CMYK percentages

%0
%32.03
%4.76
%9.41

Codes

Color #E79DDC in popluar color models

E79DDC
RGB231157220
HSL309°60.66%76.08%
HSB/HSV309°32.03%90.59%
CMYK0.00%32.03%4.76%
9.41%

Color #E79DDC in popluar number systems.

HEXE79DDC
Decimal231157220
Binary111001111001110111011100
Octal347235334

Shades and tints

Shades of #E79DDC

#E79DDC
(231,157,220)
#D28FC8
(210,143,200)
#BD81B4
(189,129,180)
#A873A0
(168,115,160)
#93658C
(147,101,140)
#7E5778
(126,87,120)
#694964
(105,73,100)
#543B50
(84,59,80)
#3F2D3C
(63,45,60)
#2A1F28
(42,31,40)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #E79DDC

#E79DDC
(231,157,220)
#E9A5DF
(233,165,223)
#EBADE2
(235,173,226)
#EDB5E5
(237,181,229)
#EFBDE8
(239,189,232)
#F1C5EB
(241,197,235)
#F3CDEE
(243,205,238)
#F5D5F1
(245,213,241)
#F7DDF4
(247,221,244)
#F9E5F7
(249,229,247)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79DDC; }

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

This text font color is #E79DDC.


Background Color

.myBgColor { background-color: #E79DDC; }

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

This div background color is #E79DDC.


Border color

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

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

This div border color is #E79DDC.


Opacity

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

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

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

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

This text has shadow with #E79DDC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E79DDC on black background.


Color preview on white background

This text has color #E79DDC on white background.



Black color preview on #E79DDC background

This text has black color on #E79DDC background.


White color preview on #E79DDC background

This text has white color on #E79DDC background.