COLOR #B6AB8A

HEX: #B6AB8A RGB: (182,171,138)

Color info

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

RGB color model

#B6AB8A color RGB value is (182,171,138).

RGB: (182,171,138) (71%, 67%, 54%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 138 of 255 = 54%

182
171
138

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

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 138 = 491 (100%)
R 182 of 491 ~ 37.07%
G 171 of 491 ~ 34.83%
B 138 of 491 ~ 28.11'%

%37.07
%34.83
%28.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 24.18%
  • 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
%24.18
%28.63

Codes

Color #B6AB8A in popluar color models

B6 AB 8A
RGB 182 171 138
HSL 45° 23.16% 62.75%
HSB/HSV 45° 24.18% 71.37%
CMYK 0.00% 6.04% 24.18%
28.63%

Color #B6AB8A in popluar number systems.

HEX B6 AB 8A
Decimal 182 171 138
Binary 10110110 10101011 10001010
Octal 266 253 212

Shades and tints

Shades of #B6AB8A

#B6AB8A
(182,171,138)
#A69C7E
(166,156,126)
#968D72
(150,141,114)
#867E66
(134,126,102)
#766F5A
(118,111,90)
#66604E
(102,96,78)
#565142
(86,81,66)
#464236
(70,66,54)
#36332A
(54,51,42)
#26241E
(38,36,30)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #B6AB8A

#B6AB8A
(182,171,138)
#BCB294
(188,178,148)
#C2B99E
(194,185,158)
#C8C0A8
(200,192,168)
#CEC7B2
(206,199,178)
#D4CEBC
(212,206,188)
#DAD5C6
(218,213,198)
#E0DCD0
(224,220,208)
#E6E3DA
(230,227,218)
#ECEAE4
(236,234,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AB8A; }

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

This text font color is #B6AB8A.

Background Color

.myBgColor { background-color: #B6AB8A; }

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

This div background color is #B6AB8A.

Border color

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

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

This div border color is #B6AB8A.

Opacity

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

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

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

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

This text has shadow with #B6AB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AB8A.

Preview

Color preview on black background

This text has color #B6AB8A on black background.


Color preview on white background

This text has color #B6AB8A on white background.


Black color preview on #B6AB8A background

This text has black color on #B6AB8A background.


White color preview on #B6AB8A background

This text has white color on #B6AB8A background.


Related colors

Complementary color

Complementary color for #hex is #495475.


I love getcolorcode.com

Triadic colors

1 #8AB6AB and #AB8AB6 with #B6AB8A are triadic colors.

2 #8AABB6 and #ABB68A with #B6AB8A are triadic colors.