COLOR #B6BCAB

HEX: #B6BCAB
RGB: (182,188,171)

Color info

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

RGB color model

#B6BCAB color RGB value is (182,188,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 171 of 255 = 67%

182
188
171

R + G + B ~ 71%. #B6BCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 171 = 541 (100%)
R 182 of 541 ~ 33.64%
G 188 of 541 ~ 34.75%
B 171 of 541 ~ 31.61%

%33.64
%34.75
%31.61

CMYK color model

#B6BCAB color CMYK value is (3,0,9,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(3,0,9,26)
C3M0Y9K26 
(3%,0%,9%,26%)
(0.03/0.00/0.09/0.26)	

CMYK percentages

%3.19
%0
%9.04
%26.27

Codes

Color #B6BCAB in popluar color models

B6BCAB
RGB182188171
HSL81°11.26%70.39%
HSB/HSV81°9.04%73.73%
CMYK3.19%0.00%9.04%
26.27%

Color #B6BCAB in popluar number systems.

HEXB6BCAB
Decimal182188171
Binary101101101011110010101011
Octal266274253

Shades and tints

Shades of #B6BCAB

#B6BCAB
(182,188,171)
#A6AB9C
(166,171,156)
#969A8D
(150,154,141)
#86897E
(134,137,126)
#76786F
(118,120,111)
#666760
(102,103,96)
#565651
(86,86,81)
#464542
(70,69,66)
#363433
(54,52,51)
#262324
(38,35,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B6BCAB

#B6BCAB
(182,188,171)
#BCC2B2
(188,194,178)
#C2C8B9
(194,200,185)
#C8CEC0
(200,206,192)
#CED4C7
(206,212,199)
#D4DACE
(212,218,206)
#DAE0D5
(218,224,213)
#E0E6DC
(224,230,220)
#E6ECE3
(230,236,227)
#ECF2EA
(236,242,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCAB; }

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

This text font color is #B6BCAB.


Background Color

.myBgColor { background-color: #B6BCAB; }

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

This div background color is #B6BCAB.


Border color

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

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

This div border color is #B6BCAB.


Opacity

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

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

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

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

This text has shadow with #B6BCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCAB on black background.


Color preview on white background

This text has color #B6BCAB on white background.



Black color preview on #B6BCAB background

This text has black color on #B6BCAB background.


White color preview on #B6BCAB background

This text has white color on #B6BCAB background.