COLOR #B3B6BF

HEX: #B3B6BF RGB: (179,182,191)

Color info

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

RGB color model

#B3B6BF color RGB value is (179,182,191).

RGB: (179,182,191) (70%, 71%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 182 of 255 = 71%
B 191 of 255 = 75%

179
182
191

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

Portions of RGB colors in percentages

R + G + B = 179 + 182 + 191 = 552 (100%)
R 179 of 552 ~ 32.43%
G 182 of 552 ~ 32.97%
B 191 of 552 ~ 34.6'%

%32.43
%32.97
%34.6

CMYK color model

#B3B6BF color CMYK value is (6,5,0,25).

  • cyan value is 6.28%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (6,5,0,25)
C6M5Y0K25 (6%, 5%, 0%, 25%)
(0.06 / 0.05 / 0.00 / 0.25)

CMYK percentages

%6.28
%4.71
%0
%25.1

Codes

Color #B3B6BF in popluar color models

B3 B6 BF
RGB 179 182 191
HSL 225° 8.57% 72.55%
HSB/HSV 225° 6.28% 74.90%
CMYK 6.28% 4.71% 0.00%
25.10%

Color #B3B6BF in popluar number systems.

HEX B3 B6 BF
Decimal 179 182 191
Binary 10110011 10110110 10111111
Octal 263 266 277

Shades and tints

Shades of #B3B6BF

#B3B6BF
(179,182,191)
#A3A6AE
(163,166,174)
#93969D
(147,150,157)
#83868C
(131,134,140)
#73767B
(115,118,123)
#63666A
(99,102,106)
#535659
(83,86,89)
#434648
(67,70,72)
#333637
(51,54,55)
#232626
(35,38,38)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3B6BF

#B3B6BF
(179,182,191)
#B9BCC4
(185,188,196)
#BFC2C9
(191,194,201)
#C5C8CE
(197,200,206)
#CBCED3
(203,206,211)
#D1D4D8
(209,212,216)
#D7DADD
(215,218,221)
#DDE0E2
(221,224,226)
#E3E6E7
(227,230,231)
#E9ECEC
(233,236,236)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B6BF; }

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

This text font color is #B3B6BF.

Background Color

.myBgColor { background-color: #B3B6BF; }

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

This div background color is #B3B6BF.

Border color

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

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

This div border color is #B3B6BF.

Opacity

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

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

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

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

This text has shadow with #B3B6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B6BF.

Preview

Color preview on black background

This text has color #B3B6BF on black background.


Color preview on white background

This text has color #B3B6BF on white background.


Black color preview on #B3B6BF background

This text has black color on #B3B6BF background.


White color preview on #B3B6BF background

This text has white color on #B3B6BF background.


Related colors

Complementary color

Complementary color for #hex is #4C4940.


I love getcolorcode.com

Triadic colors

1 #BFB3B6 and #B6BFB3 with #B3B6BF are triadic colors.

2 #BFB6B3 and #B6B3BF with #B3B6BF are triadic colors.