COLOR #B3868F

HEX: #B3868F
RGB: (179,134,143)

Color info

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

RGB color model

#B3868F color RGB value is (179,134,143).

  • red value is 179;
  • green value is 134;
  • blue value is 143.
RGB:
(179,134,143)
(70%,53%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 134 of 255 = 53%
B 143 of 255 = 56%

179
134
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 134 + 143 = 456 (100%)
R 179 of 456 ~ 39.25%
G 134 of 456 ~ 29.39%
B 143 of 456 ~ 31.36%

%39.25
%29.39
%31.36

CMYK color model

#B3868F color CMYK value is (0,25,20,30).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,25,20,30)
C0M25Y20K30 
(0%,25%,20%,30%)
(0.00/0.25/0.20/0.30)	

CMYK percentages

%0
%25.14
%20.11
%29.8

Codes

Color #B3868F in popluar color models

B3868F
RGB179134143
HSL348°22.84%61.37%
HSB/HSV348°25.14%70.20%
CMYK0.00%25.14%20.11%
29.80%

Color #B3868F in popluar number systems.

HEXB3868F
Decimal179134143
Binary101100111000011010001111
Octal263206217

Shades and tints

Shades of #B3868F

#B3868F
(179,134,143)
#A37A82
(163,122,130)
#936E75
(147,110,117)
#836268
(131,98,104)
#73565B
(115,86,91)
#634A4E
(99,74,78)
#533E41
(83,62,65)
#433234
(67,50,52)
#332627
(51,38,39)
#231A1A
(35,26,26)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #B3868F

#B3868F
(179,134,143)
#B99199
(185,145,153)
#BF9CA3
(191,156,163)
#C5A7AD
(197,167,173)
#CBB2B7
(203,178,183)
#D1BDC1
(209,189,193)
#D7C8CB
(215,200,203)
#DDD3D5
(221,211,213)
#E3DEDF
(227,222,223)
#E9E9E9
(233,233,233)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3868F color. Also use rgb(179,134,143) instead hex code.

Text Font Color

.myTextColor { color: #B3868F; }

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

This text font color is #B3868F.


Background Color

.myBgColor { background-color: #B3868F; }

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

This div background color is #B3868F.


Border color

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

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

This div border color is #B3868F.


Opacity

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

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

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

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

This text has shadow with #B3868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3868F on black background.


Color preview on white background

This text has color #B3868F on white background.



Black color preview on #B3868F background

This text has black color on #B3868F background.


White color preview on #B3868F background

This text has white color on #B3868F background.