COLOR #B8B6AB

HEX: #B8B6AB RGB: (184,182,171)

Color info

#B8B6AB contains red, green and blue colors in about the same proportion. Web safe color of #B8B6AB is #CCCC99 (or #CC9).

RGB color model

#B8B6AB color RGB value is (184,182,171).

RGB: (184,182,171) (72%, 71%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 182 of 255 = 71%
B 171 of 255 = 67%

184
182
171

R + G + B ~ 70%. #B8B6AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 182 + 171 = 537 (100%)
R 184 of 537 ~ 34.26%
G 182 of 537 ~ 33.89%
B 171 of 537 ~ 31.84'%

%34.26
%33.89
%31.84

CMYK color model

#B8B6AB color CMYK value is (0,1,7,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 7.07%
  • key color value is 27.84%

CMYK: (0,1,7,28)
C0M1Y7K28 (0%, 1%, 7%, 28%)
(0.00 / 0.01 / 0.07 / 0.28)

CMYK percentages

%0
%1.09
%7.07
%27.84

Codes

Color #B8B6AB in popluar color models

B8 B6 AB
RGB 184 182 171
HSL 51° 8.39% 69.61%
HSB/HSV 51° 7.07% 72.16%
CMYK 0.00% 1.09% 7.07%
27.84%

Color #B8B6AB in popluar number systems.

HEX B8 B6 AB
Decimal 184 182 171
Binary 10111000 10110110 10101011
Octal 270 266 253

Shades and tints

Shades of #B8B6AB

#B8B6AB
(184,182,171)
#A8A69C
(168,166,156)
#98968D
(152,150,141)
#88867E
(136,134,126)
#78766F
(120,118,111)
#686660
(104,102,96)
#585651
(88,86,81)
#484642
(72,70,66)
#383633
(56,54,51)
#282624
(40,38,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #B8B6AB

#B8B6AB
(184,182,171)
#BEBCB2
(190,188,178)
#C4C2B9
(196,194,185)
#CAC8C0
(202,200,192)
#D0CEC7
(208,206,199)
#D6D4CE
(214,212,206)
#DCDAD5
(220,218,213)
#E2E0DC
(226,224,220)
#E8E6E3
(232,230,227)
#EEECEA
(238,236,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B6AB; }

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

This text font color is #B8B6AB.

Background Color

.myBgColor { background-color: #B8B6AB; }

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

This div background color is #B8B6AB.

Border color

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

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

This div border color is #B8B6AB.

Opacity

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

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

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

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

This text has shadow with #B8B6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B6AB.

Preview

Color preview on black background

This text has color #B8B6AB on black background.


Color preview on white background

This text has color #B8B6AB on white background.


Black color preview on #B8B6AB background

This text has black color on #B8B6AB background.


White color preview on #B8B6AB background

This text has white color on #B8B6AB background.


Related colors

Complementary color

Complementary color for #hex is #474954.


I love getcolorcode.com

Triadic colors

1 #ABB8B6 and #B6ABB8 with #B8B6AB are triadic colors.

2 #ABB6B8 and #B6B8AB with #B8B6AB are triadic colors.