COLOR #B07F80

HEX: #B07F80
RGB: (176,127,128)

Color info

#B07F80 contains red, green and blue colors in about the same proportion. Web safe color of #B07F80 is #996666 (or #966).

RGB color model

#B07F80 color RGB value is (176,127,128).

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

RGB channels and saturation

R 176 of 255 = 69%
G 127 of 255 = 50%
B 128 of 255 = 50%

176
127
128

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

Portions of RGB colors in percentages

R + G + B =
176 + 127 + 128 = 431 (100%)
R 176 of 431 ~ 40.84%
G 127 of 431 ~ 29.47%
B 128 of 431 ~ 29.7%

%40.84
%29.47
%29.7

CMYK color model

#B07F80 color CMYK value is (0,28,27,31).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(0,28,27,31)
C0M28Y27K31 
(0%,28%,27%,31%)
(0.00/0.28/0.27/0.31)	

CMYK percentages

%0
%27.84
%27.27
%30.98

Codes

Color #B07F80 in popluar color models

B07F80
RGB176127128
HSL359°23.67%59.41%
HSB/HSV359°27.84%69.02%
CMYK0.00%27.84%27.27%
30.98%

Color #B07F80 in popluar number systems.

HEXB07F80
Decimal176127128
Binary10110000111111110000000
Octal260177200

Shades and tints

Shades of #B07F80

#B07F80
(176,127,128)
#A07475
(160,116,117)
#90696A
(144,105,106)
#805E5F
(128,94,95)
#705354
(112,83,84)
#604849
(96,72,73)
#503D3E
(80,61,62)
#403233
(64,50,51)
#302728
(48,39,40)
#201C1D
(32,28,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B07F80

#B07F80
(176,127,128)
#B78A8B
(183,138,139)
#BE9596
(190,149,150)
#C5A0A1
(197,160,161)
#CCABAC
(204,171,172)
#D3B6B7
(211,182,183)
#DAC1C2
(218,193,194)
#E1CCCD
(225,204,205)
#E8D7D8
(232,215,216)
#EFE2E3
(239,226,227)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07F80; }

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

This text font color is #B07F80.


Background Color

.myBgColor { background-color: #B07F80; }

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

This div background color is #B07F80.


Border color

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

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

This div border color is #B07F80.


Opacity

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

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

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

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

This text has shadow with #B07F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07F80 on black background.


Color preview on white background

This text has color #B07F80 on white background.



Black color preview on #B07F80 background

This text has black color on #B07F80 background.


White color preview on #B07F80 background

This text has white color on #B07F80 background.