COLOR #B15E8F

HEX: #B15E8F
RGB: (177,94,143)

Color info

#B15E8F contains mainly red and blue colors. Web safe color of #B15E8F is #996699 (or #969).

RGB color model

#B15E8F color RGB value is (177,94,143).

  • red value is 177;
  • green value is 94;
  • blue value is 143.
RGB:
(177,94,143)
(69%,37%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 94 of 255 = 37%
B 143 of 255 = 56%

177
94
143

R + G + B ~ 54%. #B15E8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 94 + 143 = 414 (100%)
R 177 of 414 ~ 42.75%
G 94 of 414 ~ 22.71%
B 143 of 414 ~ 34.54%

%42.75
%22.71
%34.54

CMYK color model

#B15E8F color CMYK value is (0,47,19,31).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 19.21%
  • key color value is 30.59%
CMYK:
(0,47,19,31)
C0M47Y19K31 
(0%,47%,19%,31%)
(0.00/0.47/0.19/0.31)	

CMYK percentages

%0
%46.89
%19.21
%30.59

Codes

Color #B15E8F in popluar color models

B15E8F
RGB17794143
HSL325°34.73%53.14%
HSB/HSV325°46.89%69.41%
CMYK0.00%46.89%19.21%
30.59%

Color #B15E8F in popluar number systems.

HEXB15E8F
Decimal17794143
Binary10110001101111010001111
Octal261136217

Shades and tints

Shades of #B15E8F

#B15E8F
(177,94,143)
#A15682
(161,86,130)
#914E75
(145,78,117)
#814668
(129,70,104)
#713E5B
(113,62,91)
#61364E
(97,54,78)
#512E41
(81,46,65)
#412634
(65,38,52)
#311E27
(49,30,39)
#21161A
(33,22,26)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #B15E8F

#B15E8F
(177,94,143)
#B86C99
(184,108,153)
#BF7AA3
(191,122,163)
#C688AD
(198,136,173)
#CD96B7
(205,150,183)
#D4A4C1
(212,164,193)
#DBB2CB
(219,178,203)
#E2C0D5
(226,192,213)
#E9CEDF
(233,206,223)
#F0DCE9
(240,220,233)
#F7EAF3
(247,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15E8F color. Also use rgb(177,94,143) instead hex code.

Text Font Color

.myTextColor { color: #B15E8F; }

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

This text font color is #B15E8F.


Background Color

.myBgColor { background-color: #B15E8F; }

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

This div background color is #B15E8F.


Border color

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

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

This div border color is #B15E8F.


Opacity

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

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

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

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

This text has shadow with #B15E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15E8F on black background.


Color preview on white background

This text has color #B15E8F on white background.



Black color preview on #B15E8F background

This text has black color on #B15E8F background.


White color preview on #B15E8F background

This text has white color on #B15E8F background.