COLOR #B6BAA0

HEX: #B6BAA0
RGB: (182,186,160)

Color info

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

RGB color model

#B6BAA0 color RGB value is (182,186,160).

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

RGB channels and saturation

R 182 of 255 = 71%
G 186 of 255 = 73%
B 160 of 255 = 63%

182
186
160

R + G + B ~ 69%. #B6BAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 186 + 160 = 528 (100%)
R 182 of 528 ~ 34.47%
G 186 of 528 ~ 35.23%
B 160 of 528 ~ 30.3%

%34.47
%35.23
%30.3

CMYK color model

#B6BAA0 color CMYK value is (2,0,14,27).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(2,0,14,27)
C2M0Y14K27 
(2%,0%,14%,27%)
(0.02/0.00/0.14/0.27)	

CMYK percentages

%2.15
%0
%13.98
%27.06

Codes

Color #B6BAA0 in popluar color models

B6BAA0
RGB182186160
HSL69°15.85%67.84%
HSB/HSV69°13.98%72.94%
CMYK2.15%0.00%13.98%
27.06%

Color #B6BAA0 in popluar number systems.

HEXB6BAA0
Decimal182186160
Binary101101101011101010100000
Octal266272240

Shades and tints

Shades of #B6BAA0

#B6BAA0
(182,186,160)
#A6AA92
(166,170,146)
#969A84
(150,154,132)
#868A76
(134,138,118)
#767A68
(118,122,104)
#666A5A
(102,106,90)
#565A4C
(86,90,76)
#464A3E
(70,74,62)
#363A30
(54,58,48)
#262A22
(38,42,34)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #B6BAA0

#B6BAA0
(182,186,160)
#BCC0A8
(188,192,168)
#C2C6B0
(194,198,176)
#C8CCB8
(200,204,184)
#CED2C0
(206,210,192)
#D4D8C8
(212,216,200)
#DADED0
(218,222,208)
#E0E4D8
(224,228,216)
#E6EAE0
(230,234,224)
#ECF0E8
(236,240,232)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BAA0; }

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

This text font color is #B6BAA0.


Background Color

.myBgColor { background-color: #B6BAA0; }

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

This div background color is #B6BAA0.


Border color

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

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

This div border color is #B6BAA0.


Opacity

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

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

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

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

This text has shadow with #B6BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BAA0 on black background.


Color preview on white background

This text has color #B6BAA0 on white background.



Black color preview on #B6BAA0 background

This text has black color on #B6BAA0 background.


White color preview on #B6BAA0 background

This text has white color on #B6BAA0 background.