COLOR #B6BAA8

HEX: #B6BAA8
RGB: (182,186,168)

Color info

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

RGB color model

#B6BAA8 color RGB value is (182,186,168).

  • red value is 182;
  • green value is 186;
  • blue value is 168.
RGB:
(182,186,168)
(71%,73%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 186 of 255 = 73%
B 168 of 255 = 66%

182
186
168

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

Portions of RGB colors in percentages

R + G + B =
182 + 186 + 168 = 536 (100%)
R 182 of 536 ~ 33.96%
G 186 of 536 ~ 34.7%
B 168 of 536 ~ 31.34%

%33.96
%34.7
%31.34

CMYK color model

#B6BAA8 color CMYK value is (2,0,10,27).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 27.06%
CMYK:
(2,0,10,27)
C2M0Y10K27 
(2%,0%,10%,27%)
(0.02/0.00/0.10/0.27)	

CMYK percentages

%2.15
%0
%9.68
%27.06

Codes

Color #B6BAA8 in popluar color models

B6BAA8
RGB182186168
HSL73°11.54%69.41%
HSB/HSV73°9.68%72.94%
CMYK2.15%0.00%9.68%
27.06%

Color #B6BAA8 in popluar number systems.

HEXB6BAA8
Decimal182186168
Binary101101101011101010101000
Octal266272250

Shades and tints

Shades of #B6BAA8

#B6BAA8
(182,186,168)
#A6AA99
(166,170,153)
#969A8A
(150,154,138)
#868A7B
(134,138,123)
#767A6C
(118,122,108)
#666A5D
(102,106,93)
#565A4E
(86,90,78)
#464A3F
(70,74,63)
#363A30
(54,58,48)
#262A21
(38,42,33)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #B6BAA8

#B6BAA8
(182,186,168)
#BCC0AF
(188,192,175)
#C2C6B6
(194,198,182)
#C8CCBD
(200,204,189)
#CED2C4
(206,210,196)
#D4D8CB
(212,216,203)
#DADED2
(218,222,210)
#E0E4D9
(224,228,217)
#E6EAE0
(230,234,224)
#ECF0E7
(236,240,231)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BAA8 color. Also use rgb(182,186,168) instead hex code.

Text Font Color

.myTextColor { color: #B6BAA8; }

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

This text font color is #B6BAA8.


Background Color

.myBgColor { background-color: #B6BAA8; }

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

This div background color is #B6BAA8.


Border color

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

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

This div border color is #B6BAA8.


Opacity

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

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

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

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

This text has shadow with #B6BAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BAA8 on black background.


Color preview on white background

This text has color #B6BAA8 on white background.



Black color preview on #B6BAA8 background

This text has black color on #B6BAA8 background.


White color preview on #B6BAA8 background

This text has white color on #B6BAA8 background.