COLOR #B0878D

HEX: #B0878D
RGB: (176,135,141)

Color info

#B0878D contains red, green and blue colors in about the same proportion. Web safe color of #B0878D is #999999 (or #999).

RGB color model

#B0878D color RGB value is (176,135,141).

  • red value is 176;
  • green value is 135;
  • blue value is 141.
RGB:
(176,135,141)
(69%,53%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 141 of 255 = 55%

176
135
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 135 + 141 = 452 (100%)
R 176 of 452 ~ 38.94%
G 135 of 452 ~ 29.87%
B 141 of 452 ~ 31.19%

%38.94
%29.87
%31.19

CMYK color model

#B0878D color CMYK value is (0,23,20,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,23,20,31)
C0M23Y20K31 
(0%,23%,20%,31%)
(0.00/0.23/0.20/0.31)	

CMYK percentages

%0
%23.3
%19.89
%30.98

Codes

Color #B0878D in popluar color models

B0878D
RGB176135141
HSL351°20.60%60.98%
HSB/HSV351°23.30%69.02%
CMYK0.00%23.30%19.89%
30.98%

Color #B0878D in popluar number systems.

HEXB0878D
Decimal176135141
Binary101100001000011110001101
Octal260207215

Shades and tints

Shades of #B0878D

#B0878D
(176,135,141)
#A07B81
(160,123,129)
#906F75
(144,111,117)
#806369
(128,99,105)
#70575D
(112,87,93)
#604B51
(96,75,81)
#503F45
(80,63,69)
#403339
(64,51,57)
#30272D
(48,39,45)
#201B21
(32,27,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #B0878D

#B0878D
(176,135,141)
#B79197
(183,145,151)
#BE9BA1
(190,155,161)
#C5A5AB
(197,165,171)
#CCAFB5
(204,175,181)
#D3B9BF
(211,185,191)
#DAC3C9
(218,195,201)
#E1CDD3
(225,205,211)
#E8D7DD
(232,215,221)
#EFE1E7
(239,225,231)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0878D color. Also use rgb(176,135,141) instead hex code.

Text Font Color

.myTextColor { color: #B0878D; }

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

This text font color is #B0878D.


Background Color

.myBgColor { background-color: #B0878D; }

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

This div background color is #B0878D.


Border color

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

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

This div border color is #B0878D.


Opacity

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

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

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

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

This text has shadow with #B0878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0878D on black background.


Color preview on white background

This text has color #B0878D on white background.



Black color preview on #B0878D background

This text has black color on #B0878D background.


White color preview on #B0878D background

This text has white color on #B0878D background.