COLOR #B0879C

HEX: #B0879C RGB: (176,135,156)

Color info

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

RGB color model

#B0879C color RGB value is (176,135,156).

RGB: (176,135,156) (69%, 53%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 156 of 255 = 61%

176
135
156

R + G + B ~ 61%. #B0879C is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 156 = 467 (100%)
R 176 of 467 ~ 37.69%
G 135 of 467 ~ 28.91%
B 156 of 467 ~ 33.4'%

%37.69
%28.91
%33.4

CMYK color model

#B0879C color CMYK value is (0,23,11,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 11.36%
  • key color value is 30.98%

CMYK: (0,23,11,31)
C0M23Y11K31 (0%, 23%, 11%, 31%)
(0.00 / 0.23 / 0.11 / 0.31)

CMYK percentages

%0
%23.3
%11.36
%30.98

Codes

Color #B0879C in popluar color models

B0 87 9C
RGB 176 135 156
HSL 329° 20.60% 60.98%
HSB/HSV 329° 23.30% 69.02%
CMYK 0.00% 23.30% 11.36%
30.98%

Color #B0879C in popluar number systems.

HEX B0 87 9C
Decimal 176 135 156
Binary 10110000 10000111 10011100
Octal 260 207 234

Shades and tints

Shades of #B0879C

#B0879C
(176,135,156)
#A07B8E
(160,123,142)
#906F80
(144,111,128)
#806372
(128,99,114)
#705764
(112,87,100)
#604B56
(96,75,86)
#503F48
(80,63,72)
#40333A
(64,51,58)
#30272C
(48,39,44)
#201B1E
(32,27,30)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #B0879C

#B0879C
(176,135,156)
#B791A5
(183,145,165)
#BE9BAE
(190,155,174)
#C5A5B7
(197,165,183)
#CCAFC0
(204,175,192)
#D3B9C9
(211,185,201)
#DAC3D2
(218,195,210)
#E1CDDB
(225,205,219)
#E8D7E4
(232,215,228)
#EFE1ED
(239,225,237)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0879C; }

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

This text font color is #B0879C.

Background Color

.myBgColor { background-color: #B0879C; }

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

This div background color is #B0879C.

Border color

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

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

This div border color is #B0879C.

Opacity

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

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

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

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

This text has shadow with #B0879C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0879C.

Preview

Color preview on black background

This text has color #B0879C on black background.


Color preview on white background

This text has color #B0879C on white background.


Black color preview on #B0879C background

This text has black color on #B0879C background.


White color preview on #B0879C background

This text has white color on #B0879C background.


Related colors

Complementary color

Complementary color for #hex is #4F7863.


I love getcolorcode.com

Triadic colors

1 #9CB087 and #879CB0 with #B0879C are triadic colors.

2 #9C87B0 and #87B09C with #B0879C are triadic colors.