COLOR #E79FBB

HEX: #E79FBB RGB: (231,159,187)

Color info

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

RGB color model

#E79FBB color RGB value is (231,159,187).

RGB: (231,159,187) (91%, 62%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 159 of 255 = 62%
B 187 of 255 = 73%

231
159
187

R + G + B ~ 75%. #E79FBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 159 + 187 = 577 (100%)
R 231 of 577 ~ 40.03%
G 159 of 577 ~ 27.56%
B 187 of 577 ~ 32.41'%

%40.03
%27.56
%32.41

CMYK color model

#E79FBB color CMYK value is (0,31,19,9).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 19.05%
  • key color value is 9.41%

CMYK: (0,31,19,9)
C0M31Y19K9 (0%, 31%, 19%, 9%)
(0.00 / 0.31 / 0.19 / 0.09)

CMYK percentages

%0
%31.17
%19.05
%9.41

Codes

Color #E79FBB in popluar color models

E7 9F BB
RGB 231 159 187
HSL 337° 60.00% 76.47%
HSB/HSV 337° 31.17% 90.59%
CMYK 0.00% 31.17% 19.05%
9.41%

Color #E79FBB in popluar number systems.

HEX E7 9F BB
Decimal 231 159 187
Binary 11100111 10011111 10111011
Octal 347 237 273

Shades and tints

Shades of #E79FBB

#E79FBB
(231,159,187)
#D291AA
(210,145,170)
#BD8399
(189,131,153)
#A87588
(168,117,136)
#936777
(147,103,119)
#7E5966
(126,89,102)
#694B55
(105,75,85)
#543D44
(84,61,68)
#3F2F33
(63,47,51)
#2A2122
(42,33,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #E79FBB

#E79FBB
(231,159,187)
#E9A7C1
(233,167,193)
#EBAFC7
(235,175,199)
#EDB7CD
(237,183,205)
#EFBFD3
(239,191,211)
#F1C7D9
(241,199,217)
#F3CFDF
(243,207,223)
#F5D7E5
(245,215,229)
#F7DFEB
(247,223,235)
#F9E7F1
(249,231,241)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79FBB color. Also use rgb(231,159,187) instead hex code.

Text Font Color

.myTextColor { color: #E79FBB; }

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

This text font color is #E79FBB.

Background Color

.myBgColor { background-color: #E79FBB; }

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

This div background color is #E79FBB.

Border color

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

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

This div border color is #E79FBB.

Opacity

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

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

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

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

This text has shadow with #E79FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79FBB.

Preview

Color preview on black background

This text has color #E79FBB on black background.


Color preview on white background

This text has color #E79FBB on white background.


Black color preview on #E79FBB background

This text has black color on #E79FBB background.


White color preview on #E79FBB background

This text has white color on #E79FBB background.


Related colors

Complementary color

Complementary color for #hex is #186044.


I love getcolorcode.com

Triadic colors

1 #BBE79F and #9FBBE7 with #E79FBB are triadic colors.

2 #BB9FE7 and #9FE7BB with #E79FBB are triadic colors.