COLOR #E79BB0

HEX: #E79BB0
RGB: (231,155,176)

Color info

#E79BB0 contains mainly red and blue colors. Web safe color of #E79BB0 is #FF9999 (or #F99).

RGB color model

#E79BB0 color RGB value is (231,155,176).

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

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 176 of 255 = 69%

231
155
176

R + G + B ~ 74%. #E79BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 176 = 562 (100%)
R 231 of 562 ~ 41.1%
G 155 of 562 ~ 27.58%
B 176 of 562 ~ 31.32%

%41.1
%27.58
%31.32

CMYK color model

#E79BB0 color CMYK value is (0,33,24,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 23.81%
  • key color value is 9.41%
CMYK:
(0,33,24,9)
C0M33Y24K9 
(0%,33%,24%,9%)
(0.00/0.33/0.24/0.09)	

CMYK percentages

%0
%32.9
%23.81
%9.41

Codes

Color #E79BB0 in popluar color models

E79BB0
RGB231155176
HSL343°61.29%75.69%
HSB/HSV343°32.90%90.59%
CMYK0.00%32.90%23.81%
9.41%

Color #E79BB0 in popluar number systems.

HEXE79BB0
Decimal231155176
Binary111001111001101110110000
Octal347233260

Shades and tints

Shades of #E79BB0

#E79BB0
(231,155,176)
#D28DA0
(210,141,160)
#BD7F90
(189,127,144)
#A87180
(168,113,128)
#936370
(147,99,112)
#7E5560
(126,85,96)
#694750
(105,71,80)
#543940
(84,57,64)
#3F2B30
(63,43,48)
#2A1D20
(42,29,32)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #E79BB0

#E79BB0
(231,155,176)
#E9A4B7
(233,164,183)
#EBADBE
(235,173,190)
#EDB6C5
(237,182,197)
#EFBFCC
(239,191,204)
#F1C8D3
(241,200,211)
#F3D1DA
(243,209,218)
#F5DAE1
(245,218,225)
#F7E3E8
(247,227,232)
#F9ECEF
(249,236,239)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79BB0; }

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

This text font color is #E79BB0.


Background Color

.myBgColor { background-color: #E79BB0; }

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

This div background color is #E79BB0.


Border color

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

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

This div border color is #E79BB0.


Opacity

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

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

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

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

This text has shadow with #E79BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BB0 on black background.


Color preview on white background

This text has color #E79BB0 on white background.



Black color preview on #E79BB0 background

This text has black color on #E79BB0 background.


White color preview on #E79BB0 background

This text has white color on #E79BB0 background.