COLOR #E79BB5

HEX: #E79BB5
RGB: (231,155,181)

Color info

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

RGB color model

#E79BB5 color RGB value is (231,155,181).

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

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 181 of 255 = 71%

231
155
181

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

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 181 = 567 (100%)
R 231 of 567 ~ 40.74%
G 155 of 567 ~ 27.34%
B 181 of 567 ~ 31.92%

%40.74
%27.34
%31.92

CMYK color model

#E79BB5 color CMYK value is (0,33,22,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 21.65%
  • key color value is 9.41%
CMYK:
(0,33,22,9)
C0M33Y22K9 
(0%,33%,22%,9%)
(0.00/0.33/0.22/0.09)	

CMYK percentages

%0
%32.9
%21.65
%9.41

Codes

Color #E79BB5 in popluar color models

E79BB5
RGB231155181
HSL339°61.29%75.69%
HSB/HSV339°32.90%90.59%
CMYK0.00%32.90%21.65%
9.41%

Color #E79BB5 in popluar number systems.

HEXE79BB5
Decimal231155181
Binary111001111001101110110101
Octal347233265

Shades and tints

Shades of #E79BB5

#E79BB5
(231,155,181)
#D28DA5
(210,141,165)
#BD7F95
(189,127,149)
#A87185
(168,113,133)
#936375
(147,99,117)
#7E5565
(126,85,101)
#694755
(105,71,85)
#543945
(84,57,69)
#3F2B35
(63,43,53)
#2A1D25
(42,29,37)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #E79BB5

#E79BB5
(231,155,181)
#E9A4BB
(233,164,187)
#EBADC1
(235,173,193)
#EDB6C7
(237,182,199)
#EFBFCD
(239,191,205)
#F1C8D3
(241,200,211)
#F3D1D9
(243,209,217)
#F5DADF
(245,218,223)
#F7E3E5
(247,227,229)
#F9ECEB
(249,236,235)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79BB5; }

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

This text font color is #E79BB5.


Background Color

.myBgColor { background-color: #E79BB5; }

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

This div background color is #E79BB5.


Border color

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

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

This div border color is #E79BB5.


Opacity

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

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

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

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

This text has shadow with #E79BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79BB5 on black background.


Color preview on white background

This text has color #E79BB5 on white background.



Black color preview on #E79BB5 background

This text has black color on #E79BB5 background.


White color preview on #E79BB5 background

This text has white color on #E79BB5 background.