COLOR #B3B6BA

HEX: #B3B6BA RGB: (179,182,186)

Color info

#B3B6BA contains red, green and blue colors in about the same proportion. Web safe color of #B3B6BA is #99CCCC (or #9CC).

RGB color model

#B3B6BA color RGB value is (179,182,186).

RGB: (179,182,186) (70%, 71%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 182 of 255 = 71%
B 186 of 255 = 73%

179
182
186

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

Portions of RGB colors in percentages

R + G + B = 179 + 182 + 186 = 547 (100%)
R 179 of 547 ~ 32.72%
G 182 of 547 ~ 33.27%
B 186 of 547 ~ 34'%

%32.72
%33.27
%34

CMYK color model

#B3B6BA color CMYK value is (4,2,0,27).

  • cyan value is 3.76%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (4,2,0,27)
C4M2Y0K27 (4%, 2%, 0%, 27%)
(0.04 / 0.02 / 0.00 / 0.27)

CMYK percentages

%3.76
%2.15
%0
%27.06

Codes

Color #B3B6BA in popluar color models

B3 B6 BA
RGB 179 182 186
HSL 214° 4.83% 71.57%
HSB/HSV 214° 3.76% 72.94%
CMYK 3.76% 2.15% 0.00%
27.06%

Color #B3B6BA in popluar number systems.

HEX B3 B6 BA
Decimal 179 182 186
Binary 10110011 10110110 10111010
Octal 263 266 272

Shades and tints

Shades of #B3B6BA

#B3B6BA
(179,182,186)
#A3A6AA
(163,166,170)
#93969A
(147,150,154)
#83868A
(131,134,138)
#73767A
(115,118,122)
#63666A
(99,102,106)
#53565A
(83,86,90)
#43464A
(67,70,74)
#33363A
(51,54,58)
#23262A
(35,38,42)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #B3B6BA

#B3B6BA
(179,182,186)
#B9BCC0
(185,188,192)
#BFC2C6
(191,194,198)
#C5C8CC
(197,200,204)
#CBCED2
(203,206,210)
#D1D4D8
(209,212,216)
#D7DADE
(215,218,222)
#DDE0E4
(221,224,228)
#E3E6EA
(227,230,234)
#E9ECF0
(233,236,240)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B6BA; }

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

This text font color is #B3B6BA.

Background Color

.myBgColor { background-color: #B3B6BA; }

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

This div background color is #B3B6BA.

Border color

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

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

This div border color is #B3B6BA.

Opacity

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

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

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

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

This text has shadow with #B3B6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B6BA.

Preview

Color preview on black background

This text has color #B3B6BA on black background.


Color preview on white background

This text has color #B3B6BA on white background.


Black color preview on #B3B6BA background

This text has black color on #B3B6BA background.


White color preview on #B3B6BA background

This text has white color on #B3B6BA background.


Related colors

Complementary color

Complementary color for #hex is #4C4945.


I love getcolorcode.com

Triadic colors

1 #BAB3B6 and #B6BAB3 with #B3B6BA are triadic colors.

2 #BAB6B3 and #B6B3BA with #B3B6BA are triadic colors.