COLOR #E79BD0

HEX: #E79BD0
RGB: (231,155,208)

Color info

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

RGB color model

#E79BD0 color RGB value is (231,155,208).

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

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 208 of 255 = 82%

231
155
208

R + G + B ~ 78%. #E79BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 208 = 594 (100%)
R 231 of 594 ~ 38.89%
G 155 of 594 ~ 26.09%
B 208 of 594 ~ 35.02%

%38.89
%26.09
%35.02

CMYK color model

#E79BD0 color CMYK value is (0,33,10,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 9.96%
  • key color value is 9.41%
CMYK:
(0,33,10,9)
C0M33Y10K9 
(0%,33%,10%,9%)
(0.00/0.33/0.10/0.09)	

CMYK percentages

%0
%32.9
%9.96
%9.41

Codes

Color #E79BD0 in popluar color models

E79BD0
RGB231155208
HSL318°61.29%75.69%
HSB/HSV318°32.90%90.59%
CMYK0.00%32.90%9.96%
9.41%

Color #E79BD0 in popluar number systems.

HEXE79BD0
Decimal231155208
Binary111001111001101111010000
Octal347233320

Shades and tints

Shades of #E79BD0

#E79BD0
(231,155,208)
#D28DBE
(210,141,190)
#BD7FAC
(189,127,172)
#A8719A
(168,113,154)
#936388
(147,99,136)
#7E5576
(126,85,118)
#694764
(105,71,100)
#543952
(84,57,82)
#3F2B40
(63,43,64)
#2A1D2E
(42,29,46)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #E79BD0

#E79BD0
(231,155,208)
#E9A4D4
(233,164,212)
#EBADD8
(235,173,216)
#EDB6DC
(237,182,220)
#EFBFE0
(239,191,224)
#F1C8E4
(241,200,228)
#F3D1E8
(243,209,232)
#F5DAEC
(245,218,236)
#F7E3F0
(247,227,240)
#F9ECF4
(249,236,244)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79BD0; }

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

This text font color is #E79BD0.


Background Color

.myBgColor { background-color: #E79BD0; }

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

This div background color is #E79BD0.


Border color

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

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

This div border color is #E79BD0.


Opacity

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

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

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

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

This text has shadow with #E79BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BD0 on black background.


Color preview on white background

This text has color #E79BD0 on white background.



Black color preview on #E79BD0 background

This text has black color on #E79BD0 background.


White color preview on #E79BD0 background

This text has white color on #E79BD0 background.