COLOR #B3878C

HEX: #B3878C RGB: (179,135,140)

Color info

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

RGB color model

#B3878C color RGB value is (179,135,140).

RGB: (179,135,140) (70%, 53%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 140 of 255 = 55%

179
135
140

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

Portions of RGB colors in percentages

R + G + B = 179 + 135 + 140 = 454 (100%)
R 179 of 454 ~ 39.43%
G 135 of 454 ~ 29.74%
B 140 of 454 ~ 30.84'%

%39.43
%29.74
%30.84

CMYK color model

#B3878C color CMYK value is (0,25,22,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 21.79%
  • key color value is 29.80%

CMYK: (0,25,22,30)
C0M25Y22K30 (0%, 25%, 22%, 30%)
(0.00 / 0.25 / 0.22 / 0.30)

CMYK percentages

%0
%24.58
%21.79
%29.8

Codes

Color #B3878C in popluar color models

B3 87 8C
RGB 179 135 140
HSL 353° 22.45% 61.57%
HSB/HSV 353° 24.58% 70.20%
CMYK 0.00% 24.58% 21.79%
29.80%

Color #B3878C in popluar number systems.

HEX B3 87 8C
Decimal 179 135 140
Binary 10110011 10000111 10001100
Octal 263 207 214

Shades and tints

Shades of #B3878C

#B3878C
(179,135,140)
#A37B80
(163,123,128)
#936F74
(147,111,116)
#836368
(131,99,104)
#73575C
(115,87,92)
#634B50
(99,75,80)
#533F44
(83,63,68)
#433338
(67,51,56)
#33272C
(51,39,44)
#231B20
(35,27,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #B3878C

#B3878C
(179,135,140)
#B99196
(185,145,150)
#BF9BA0
(191,155,160)
#C5A5AA
(197,165,170)
#CBAFB4
(203,175,180)
#D1B9BE
(209,185,190)
#D7C3C8
(215,195,200)
#DDCDD2
(221,205,210)
#E3D7DC
(227,215,220)
#E9E1E6
(233,225,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3878C color. Also use rgb(179,135,140) instead hex code.

Text Font Color

.myTextColor { color: #B3878C; }

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

This text font color is #B3878C.

Background Color

.myBgColor { background-color: #B3878C; }

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

This div background color is #B3878C.

Border color

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

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

This div border color is #B3878C.

Opacity

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

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

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

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

This text has shadow with #B3878C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3878C.

Preview

Color preview on black background

This text has color #B3878C on black background.


Color preview on white background

This text has color #B3878C on white background.


Black color preview on #B3878C background

This text has black color on #B3878C background.


White color preview on #B3878C background

This text has white color on #B3878C background.


Related colors

Complementary color

Complementary color for #hex is #4C7873.


I love getcolorcode.com

Triadic colors

1 #8CB387 and #878CB3 with #B3878C are triadic colors.

2 #8C87B3 and #87B38C with #B3878C are triadic colors.