COLOR #E79CB6

HEX: #E79CB6 RGB: (231,156,182)

Color info

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

RGB color model

#E79CB6 color RGB value is (231,156,182).

RGB: (231,156,182) (91%, 61%, 71%)

RGB channels and saturation

R 231 of 255 = 91%
G 156 of 255 = 61%
B 182 of 255 = 71%

231
156
182

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

Portions of RGB colors in percentages

R + G + B = 231 + 156 + 182 = 569 (100%)
R 231 of 569 ~ 40.6%
G 156 of 569 ~ 27.42%
B 182 of 569 ~ 31.99'%

%40.6
%27.42
%31.99

CMYK color model

#E79CB6 color CMYK value is (0,32,21,9).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 21.21%
  • key color value is 9.41%

CMYK: (0,32,21,9)
C0M32Y21K9 (0%, 32%, 21%, 9%)
(0.00 / 0.32 / 0.21 / 0.09)

CMYK percentages

%0
%32.47
%21.21
%9.41

Codes

Color #E79CB6 in popluar color models

E7 9C B6
RGB 231 156 182
HSL 339° 60.98% 75.88%
HSB/HSV 339° 32.47% 90.59%
CMYK 0.00% 32.47% 21.21%
9.41%

Color #E79CB6 in popluar number systems.

HEX E7 9C B6
Decimal 231 156 182
Binary 11100111 10011100 10110110
Octal 347 234 266

Shades and tints

Shades of #E79CB6

#E79CB6
(231,156,182)
#D28EA6
(210,142,166)
#BD8096
(189,128,150)
#A87286
(168,114,134)
#936476
(147,100,118)
#7E5666
(126,86,102)
#694856
(105,72,86)
#543A46
(84,58,70)
#3F2C36
(63,44,54)
#2A1E26
(42,30,38)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #E79CB6

#E79CB6
(231,156,182)
#E9A5BC
(233,165,188)
#EBAEC2
(235,174,194)
#EDB7C8
(237,183,200)
#EFC0CE
(239,192,206)
#F1C9D4
(241,201,212)
#F3D2DA
(243,210,218)
#F5DBE0
(245,219,224)
#F7E4E6
(247,228,230)
#F9EDEC
(249,237,236)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79CB6 color. Also use rgb(231,156,182) instead hex code.

Text Font Color

.myTextColor { color: #E79CB6; }

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

This text font color is #E79CB6.

Background Color

.myBgColor { background-color: #E79CB6; }

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

This div background color is #E79CB6.

Border color

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

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

This div border color is #E79CB6.

Opacity

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

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

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

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

This text has shadow with #E79CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E79CB6.

Preview

Color preview on black background

This text has color #E79CB6 on black background.


Color preview on white background

This text has color #E79CB6 on white background.


Black color preview on #E79CB6 background

This text has black color on #E79CB6 background.


White color preview on #E79CB6 background

This text has white color on #E79CB6 background.


Related colors

Complementary color

Complementary color for #hex is #186349.


I love getcolorcode.com

Triadic colors

1 #B6E79C and #9CB6E7 with #E79CB6 are triadic colors.

2 #B69CE7 and #9CE7B6 with #E79CB6 are triadic colors.