COLOR #B07E81

HEX: #B07E81
RGB: (176,126,129)

Color info

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

RGB color model

#B07E81 color RGB value is (176,126,129).

  • red value is 176;
  • green value is 126;
  • blue value is 129.
RGB:
(176,126,129)
(69%,49%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 126 of 255 = 49%
B 129 of 255 = 51%

176
126
129

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

Portions of RGB colors in percentages

R + G + B =
176 + 126 + 129 = 431 (100%)
R 176 of 431 ~ 40.84%
G 126 of 431 ~ 29.23%
B 129 of 431 ~ 29.93%

%40.84
%29.23
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 26.70%
  • 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
%28.41
%26.7
%30.98

Codes

Color #B07E81 in popluar color models

B07E81
RGB176126129
HSL356°24.04%59.22%
HSB/HSV356°28.41%69.02%
CMYK0.00%28.41%26.70%
30.98%

Color #B07E81 in popluar number systems.

HEXB07E81
Decimal176126129
Binary10110000111111010000001
Octal260176201

Shades and tints

Shades of #B07E81

#B07E81
(176,126,129)
#A07376
(160,115,118)
#90686B
(144,104,107)
#805D60
(128,93,96)
#705255
(112,82,85)
#60474A
(96,71,74)
#503C3F
(80,60,63)
#403134
(64,49,52)
#302629
(48,38,41)
#201B1E
(32,27,30)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B07E81

#B07E81
(176,126,129)
#B7898C
(183,137,140)
#BE9497
(190,148,151)
#C59FA2
(197,159,162)
#CCAAAD
(204,170,173)
#D3B5B8
(211,181,184)
#DAC0C3
(218,192,195)
#E1CBCE
(225,203,206)
#E8D6D9
(232,214,217)
#EFE1E4
(239,225,228)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07E81 color. Also use rgb(176,126,129) instead hex code.

Text Font Color

.myTextColor { color: #B07E81; }

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

This text font color is #B07E81.


Background Color

.myBgColor { background-color: #B07E81; }

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

This div background color is #B07E81.


Border color

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

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

This div border color is #B07E81.


Opacity

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

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

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

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

This text has shadow with #B07E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07E81 on black background.


Color preview on white background

This text has color #B07E81 on white background.



Black color preview on #B07E81 background

This text has black color on #B07E81 background.


White color preview on #B07E81 background

This text has white color on #B07E81 background.