COLOR #B6BCB3

HEX: #B6BCB3
RGB: (182,188,179)

Color info

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

RGB color model

#B6BCB3 color RGB value is (182,188,179).

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

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 179 of 255 = 70%

182
188
179

R + G + B ~ 72%. #B6BCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 179 = 549 (100%)
R 182 of 549 ~ 33.15%
G 188 of 549 ~ 34.24%
B 179 of 549 ~ 32.6%

%33.15
%34.24
%32.6

CMYK color model

#B6BCB3 color CMYK value is (3,0,5,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(3,0,5,26)
C3M0Y5K26 
(3%,0%,5%,26%)
(0.03/0.00/0.05/0.26)	

CMYK percentages

%3.19
%0
%4.79
%26.27

Codes

Color #B6BCB3 in popluar color models

B6BCB3
RGB182188179
HSL100°6.29%71.96%
HSB/HSV100°4.79%73.73%
CMYK3.19%0.00%4.79%
26.27%

Color #B6BCB3 in popluar number systems.

HEXB6BCB3
Decimal182188179
Binary101101101011110010110011
Octal266274263

Shades and tints

Shades of #B6BCB3

#B6BCB3
(182,188,179)
#A6ABA3
(166,171,163)
#969A93
(150,154,147)
#868983
(134,137,131)
#767873
(118,120,115)
#666763
(102,103,99)
#565653
(86,86,83)
#464543
(70,69,67)
#363433
(54,52,51)
#262323
(38,35,35)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B6BCB3

#B6BCB3
(182,188,179)
#BCC2B9
(188,194,185)
#C2C8BF
(194,200,191)
#C8CEC5
(200,206,197)
#CED4CB
(206,212,203)
#D4DAD1
(212,218,209)
#DAE0D7
(218,224,215)
#E0E6DD
(224,230,221)
#E6ECE3
(230,236,227)
#ECF2E9
(236,242,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCB3; }

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

This text font color is #B6BCB3.


Background Color

.myBgColor { background-color: #B6BCB3; }

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

This div background color is #B6BCB3.


Border color

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

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

This div border color is #B6BCB3.


Opacity

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

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

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

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

This text has shadow with #B6BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCB3 on black background.


Color preview on white background

This text has color #B6BCB3 on white background.



Black color preview on #B6BCB3 background

This text has black color on #B6BCB3 background.


White color preview on #B6BCB3 background

This text has white color on #B6BCB3 background.