COLOR #E79DBB

HEX: #E79DBB RGB: (231,157,187)

Color info

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

RGB color model

#E79DBB color RGB value is (231,157,187).

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

RGB channels and saturation

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

231
157
187

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

Portions of RGB colors in percentages

R + G + B = 231 + 157 + 187 = 575 (100%)
R 231 of 575 ~ 40.17%
G 157 of 575 ~ 27.3%
B 187 of 575 ~ 32.52'%

%40.17
%27.3
%32.52

CMYK color model

#E79DBB color CMYK value is (0,32,19,9).

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

CMYK: (0,32,19,9)
C0M32Y19K9 (0%, 32%, 19%, 9%)
(0.00 / 0.32 / 0.19 / 0.09)

CMYK percentages

%0
%32.03
%19.05
%9.41

Codes

Color #E79DBB in popluar color models

E7 9D BB
RGB 231 157 187
HSL 336° 60.66% 76.08%
HSB/HSV 336° 32.03% 90.59%
CMYK 0.00% 32.03% 19.05%
9.41%

Color #E79DBB in popluar number systems.

HEX E7 9D BB
Decimal 231 157 187
Binary 11100111 10011101 10111011
Octal 347 235 273

Shades and tints

Shades of #E79DBB

#E79DBB
(231,157,187)
#D28FAA
(210,143,170)
#BD8199
(189,129,153)
#A87388
(168,115,136)
#936577
(147,101,119)
#7E5766
(126,87,102)
#694955
(105,73,85)
#543B44
(84,59,68)
#3F2D33
(63,45,51)
#2A1F22
(42,31,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #E79DBB

#E79DBB
(231,157,187)
#E9A5C1
(233,165,193)
#EBADC7
(235,173,199)
#EDB5CD
(237,181,205)
#EFBDD3
(239,189,211)
#F1C5D9
(241,197,217)
#F3CDDF
(243,205,223)
#F5D5E5
(245,213,229)
#F7DDEB
(247,221,235)
#F9E5F1
(249,229,241)
#FBEDF7
(251,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79DBB; }

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

This text font color is #E79DBB.

Background Color

.myBgColor { background-color: #E79DBB; }

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

This div background color is #E79DBB.

Border color

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

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

This div border color is #E79DBB.

Opacity

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

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

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

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

This text has shadow with #E79DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79DBB.

Preview

Color preview on black background

This text has color #E79DBB on black background.


Color preview on white background

This text has color #E79DBB on white background.


Black color preview on #E79DBB background

This text has black color on #E79DBB background.


White color preview on #E79DBB background

This text has white color on #E79DBB background.


Related colors

Complementary color

Complementary color for #hex is #186244.


I love getcolorcode.com

Triadic colors

1 #BBE79D and #9DBBE7 with #E79DBB are triadic colors.

2 #BB9DE7 and #9DE7BB with #E79DBB are triadic colors.