COLOR #B6AB8B

HEX: #B6AB8B
RGB: (182,171,139)

Color info

#B6AB8B contains red, green and blue colors in about the same proportion. Web safe color of #B6AB8B is #CC9999 (or #C99).

RGB color model

#B6AB8B color RGB value is (182,171,139).

  • red value is 182;
  • green value is 171;
  • blue value is 139.
RGB:
(182,171,139)
(71%,67%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 139 of 255 = 55%

182
171
139

R + G + B ~ 64%. #B6AB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 139 = 492 (100%)
R 182 of 492 ~ 36.99%
G 171 of 492 ~ 34.76%
B 139 of 492 ~ 28.25%

%36.99
%34.76
%28.25

CMYK color model

#B6AB8B color CMYK value is (0,6,24,29).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(0,6,24,29)
C0M6Y24K29 
(0%,6%,24%,29%)
(0.00/0.06/0.24/0.29)	

CMYK percentages

%0
%6.04
%23.63
%28.63

Codes

Color #B6AB8B in popluar color models

B6AB8B
RGB182171139
HSL45°22.75%62.94%
HSB/HSV45°23.63%71.37%
CMYK0.00%6.04%23.63%
28.63%

Color #B6AB8B in popluar number systems.

HEXB6AB8B
Decimal182171139
Binary101101101010101110001011
Octal266253213

Shades and tints

Shades of #B6AB8B

#B6AB8B
(182,171,139)
#A69C7F
(166,156,127)
#968D73
(150,141,115)
#867E67
(134,126,103)
#766F5B
(118,111,91)
#66604F
(102,96,79)
#565143
(86,81,67)
#464237
(70,66,55)
#36332B
(54,51,43)
#26241F
(38,36,31)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6AB8B

#B6AB8B
(182,171,139)
#BCB295
(188,178,149)
#C2B99F
(194,185,159)
#C8C0A9
(200,192,169)
#CEC7B3
(206,199,179)
#D4CEBD
(212,206,189)
#DAD5C7
(218,213,199)
#E0DCD1
(224,220,209)
#E6E3DB
(230,227,219)
#ECEAE5
(236,234,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AB8B color. Also use rgb(182,171,139) instead hex code.

Text Font Color

.myTextColor { color: #B6AB8B; }

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

This text font color is #B6AB8B.


Background Color

.myBgColor { background-color: #B6AB8B; }

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

This div background color is #B6AB8B.


Border color

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

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

This div border color is #B6AB8B.


Opacity

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

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

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

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

This text has shadow with #B6AB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AB8B on black background.


Color preview on white background

This text has color #B6AB8B on white background.



Black color preview on #B6AB8B background

This text has black color on #B6AB8B background.


White color preview on #B6AB8B background

This text has white color on #B6AB8B background.