COLOR #B6AB9D

HEX: #B6AB9D
RGB: (182,171,157)

Color info

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

RGB color model

#B6AB9D color RGB value is (182,171,157).

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

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 157 of 255 = 62%

182
171
157

R + G + B ~ 67%. #B6AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 157 = 510 (100%)
R 182 of 510 ~ 35.69%
G 171 of 510 ~ 33.53%
B 157 of 510 ~ 30.78%

%35.69
%33.53
%30.78

CMYK color model

#B6AB9D color CMYK value is (0,6,14,29).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,6,14,29)
C0M6Y14K29 
(0%,6%,14%,29%)
(0.00/0.06/0.14/0.29)	

CMYK percentages

%0
%6.04
%13.74
%28.63

Codes

Color #B6AB9D in popluar color models

B6AB9D
RGB182171157
HSL34°14.62%66.47%
HSB/HSV34°13.74%71.37%
CMYK0.00%6.04%13.74%
28.63%

Color #B6AB9D in popluar number systems.

HEXB6AB9D
Decimal182171157
Binary101101101010101110011101
Octal266253235

Shades and tints

Shades of #B6AB9D

#B6AB9D
(182,171,157)
#A69C8F
(166,156,143)
#968D81
(150,141,129)
#867E73
(134,126,115)
#766F65
(118,111,101)
#666057
(102,96,87)
#565149
(86,81,73)
#46423B
(70,66,59)
#36332D
(54,51,45)
#26241F
(38,36,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B6AB9D

#B6AB9D
(182,171,157)
#BCB2A5
(188,178,165)
#C2B9AD
(194,185,173)
#C8C0B5
(200,192,181)
#CEC7BD
(206,199,189)
#D4CEC5
(212,206,197)
#DAD5CD
(218,213,205)
#E0DCD5
(224,220,213)
#E6E3DD
(230,227,221)
#ECEAE5
(236,234,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AB9D; }

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

This text font color is #B6AB9D.


Background Color

.myBgColor { background-color: #B6AB9D; }

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

This div background color is #B6AB9D.


Border color

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

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

This div border color is #B6AB9D.


Opacity

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

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

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

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

This text has shadow with #B6AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AB9D on black background.


Color preview on white background

This text has color #B6AB9D on white background.



Black color preview on #B6AB9D background

This text has black color on #B6AB9D background.


White color preview on #B6AB9D background

This text has white color on #B6AB9D background.