COLOR #B6BCB7

HEX: #B6BCB7 RGB: (182,188,183)

Color info

#B6BCB7 contains red, green and blue colors in about the same proportion. Web safe color of #B6BCB7 is #CCCCCC (or #CCC).

RGB color model

#B6BCB7 color RGB value is (182,188,183).

RGB: (182,188,183) (71%, 74%, 72%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 183 of 255 = 72%

182
188
183

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

Portions of RGB colors in percentages

R + G + B = 182 + 188 + 183 = 553 (100%)
R 182 of 553 ~ 32.91%
G 188 of 553 ~ 34%
B 183 of 553 ~ 33.09'%

%32.91
%34
%33.09

CMYK color model

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

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (3,0,3,26) C3M0Y3K26 (3%,0%,3%,26%) (0.03/0.00/0.03/0.26) 

CMYK percentages

%3.19
%0
%2.66
%26.27

Codes

Color #B6BCB7 in popluar color models

B6 BC B7
RGB 182 188 183
HSL 130° 4.29% 72.55%
HSB/HSV 130° 3.19% 73.73%
CMYK 3.19% 0.00% 2.66%
26.27%

Color #B6BCB7 in popluar number systems.

HEX B6 BC B7
Decimal 182 188 183
Binary 10110110 10111100 10110111
Octal 266 274 267

Shades and tints

Shades of #B6BCB7

#B6BCB7
(182,188,183)
#A6ABA7
(166,171,167)
#969A97
(150,154,151)
#868987
(134,137,135)
#767877
(118,120,119)
#666767
(102,103,103)
#565657
(86,86,87)
#464547
(70,69,71)
#363437
(54,52,55)
#262327
(38,35,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #B6BCB7

#B6BCB7
(182,188,183)
#BCC2BD
(188,194,189)
#C2C8C3
(194,200,195)
#C8CEC9
(200,206,201)
#CED4CF
(206,212,207)
#D4DAD5
(212,218,213)
#DAE0DB
(218,224,219)
#E0E6E1
(224,230,225)
#E6ECE7
(230,236,231)
#ECF2ED
(236,242,237)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCB7; }

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

This text font color is #B6BCB7.

Background Color

.myBgColor { background-color: #B6BCB7; }

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

This div background color is #B6BCB7.

Border color

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

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

This div border color is #B6BCB7.

Opacity

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

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

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

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

This text has shadow with #B6BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BCB7.

Preview

Color preview on black background

This text has color #B6BCB7 on black background.


Color preview on white background

This text has color #B6BCB7 on white background.


Black color preview on #B6BCB7 background

This text has black color on #B6BCB7 background.


White color preview on #B6BCB7 background

This text has white color on #B6BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #494348.


I love getcolorcode.com

Triadic colors

1 #B7B6BC and #BCB7B6 with #B6BCB7 are triadic colors.

2 #B7BCB6 and #BCB6B7 with #B6BCB7 are triadic colors.