COLOR #B6BCA6

HEX: #B6BCA6
RGB: (182,188,166)

Color info

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

RGB color model

#B6BCA6 color RGB value is (182,188,166).

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

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 166 of 255 = 65%

182
188
166

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

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 166 = 536 (100%)
R 182 of 536 ~ 33.96%
G 188 of 536 ~ 35.07%
B 166 of 536 ~ 30.97%

%33.96
%35.07
%30.97

CMYK color model

#B6BCA6 color CMYK value is (3,0,12,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(3,0,12,26)
C3M0Y12K26 
(3%,0%,12%,26%)
(0.03/0.00/0.12/0.26)	

CMYK percentages

%3.19
%0
%11.7
%26.27

Codes

Color #B6BCA6 in popluar color models

B6BCA6
RGB182188166
HSL76°14.10%69.41%
HSB/HSV76°11.70%73.73%
CMYK3.19%0.00%11.70%
26.27%

Color #B6BCA6 in popluar number systems.

HEXB6BCA6
Decimal182188166
Binary101101101011110010100110
Octal266274246

Shades and tints

Shades of #B6BCA6

#B6BCA6
(182,188,166)
#A6AB97
(166,171,151)
#969A88
(150,154,136)
#868979
(134,137,121)
#76786A
(118,120,106)
#66675B
(102,103,91)
#56564C
(86,86,76)
#46453D
(70,69,61)
#36342E
(54,52,46)
#26231F
(38,35,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #B6BCA6

#B6BCA6
(182,188,166)
#BCC2AE
(188,194,174)
#C2C8B6
(194,200,182)
#C8CEBE
(200,206,190)
#CED4C6
(206,212,198)
#D4DACE
(212,218,206)
#DAE0D6
(218,224,214)
#E0E6DE
(224,230,222)
#E6ECE6
(230,236,230)
#ECF2EE
(236,242,238)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCA6; }

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

This text font color is #B6BCA6.


Background Color

.myBgColor { background-color: #B6BCA6; }

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

This div background color is #B6BCA6.


Border color

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

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

This div border color is #B6BCA6.


Opacity

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

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

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

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

This text has shadow with #B6BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCA6 on black background.


Color preview on white background

This text has color #B6BCA6 on white background.



Black color preview on #B6BCA6 background

This text has black color on #B6BCA6 background.


White color preview on #B6BCA6 background

This text has white color on #B6BCA6 background.