COLOR #B07F91

HEX: #B07F91
RGB: (176,127,145)

Color info

#B07F91 contains red, green and blue colors in about the same proportion. Web safe color of #B07F91 is #996699 (or #969).

RGB color model

#B07F91 color RGB value is (176,127,145).

  • red value is 176;
  • green value is 127;
  • blue value is 145.
RGB:
(176,127,145)
(69%,50%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 127 of 255 = 50%
B 145 of 255 = 57%

176
127
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 127 + 145 = 448 (100%)
R 176 of 448 ~ 39.29%
G 127 of 448 ~ 28.35%
B 145 of 448 ~ 32.37%

%39.29
%28.35
%32.37

CMYK color model

#B07F91 color CMYK value is (0,28,18,31).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,28,18,31)
C0M28Y18K31 
(0%,28%,18%,31%)
(0.00/0.28/0.18/0.31)	

CMYK percentages

%0
%27.84
%17.61
%30.98

Codes

Color #B07F91 in popluar color models

B07F91
RGB176127145
HSL338°23.67%59.41%
HSB/HSV338°27.84%69.02%
CMYK0.00%27.84%17.61%
30.98%

Color #B07F91 in popluar number systems.

HEXB07F91
Decimal176127145
Binary10110000111111110010001
Octal260177221

Shades and tints

Shades of #B07F91

#B07F91
(176,127,145)
#A07484
(160,116,132)
#906977
(144,105,119)
#805E6A
(128,94,106)
#70535D
(112,83,93)
#604850
(96,72,80)
#503D43
(80,61,67)
#403236
(64,50,54)
#302729
(48,39,41)
#201C1C
(32,28,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B07F91

#B07F91
(176,127,145)
#B78A9B
(183,138,155)
#BE95A5
(190,149,165)
#C5A0AF
(197,160,175)
#CCABB9
(204,171,185)
#D3B6C3
(211,182,195)
#DAC1CD
(218,193,205)
#E1CCD7
(225,204,215)
#E8D7E1
(232,215,225)
#EFE2EB
(239,226,235)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07F91 color. Also use rgb(176,127,145) instead hex code.

Text Font Color

.myTextColor { color: #B07F91; }

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

This text font color is #B07F91.


Background Color

.myBgColor { background-color: #B07F91; }

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

This div background color is #B07F91.


Border color

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

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

This div border color is #B07F91.


Opacity

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

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

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

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

This text has shadow with #B07F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07F91 on black background.


Color preview on white background

This text has color #B07F91 on white background.



Black color preview on #B07F91 background

This text has black color on #B07F91 background.


White color preview on #B07F91 background

This text has white color on #B07F91 background.