COLOR #B3B4B9

HEX: #B3B4B9 RGB: (179,180,185)

Color info

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

RGB color model

#B3B4B9 color RGB value is (179,180,185).

RGB: (179,180,185) (70%, 71%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 185 of 255 = 73%

179
180
185

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

Portions of RGB colors in percentages

R + G + B = 179 + 180 + 185 = 544 (100%)
R 179 of 544 ~ 32.9%
G 180 of 544 ~ 33.09%
B 185 of 544 ~ 34.01'%

%32.9
%33.09
%34.01

CMYK color model

#B3B4B9 color CMYK value is (3,3,0,27).

  • cyan value is 3.24%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (3,3,0,27)
C3M3Y0K27 (3%, 3%, 0%, 27%)
(0.03 / 0.03 / 0.00 / 0.27)

CMYK percentages

%3.24
%2.7
%0
%27.45

Codes

Color #B3B4B9 in popluar color models

B3 B4 B9
RGB 179 180 185
HSL 230° 4.11% 71.37%
HSB/HSV 230° 3.24% 72.55%
CMYK 3.24% 2.70% 0.00%
27.45%

Color #B3B4B9 in popluar number systems.

HEX B3 B4 B9
Decimal 179 180 185
Binary 10110011 10110100 10111001
Octal 263 264 271

Shades and tints

Shades of #B3B4B9

#B3B4B9
(179,180,185)
#A3A4A9
(163,164,169)
#939499
(147,148,153)
#838489
(131,132,137)
#737479
(115,116,121)
#636469
(99,100,105)
#535459
(83,84,89)
#434449
(67,68,73)
#333439
(51,52,57)
#232429
(35,36,41)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #B3B4B9

#B3B4B9
(179,180,185)
#B9BABF
(185,186,191)
#BFC0C5
(191,192,197)
#C5C6CB
(197,198,203)
#CBCCD1
(203,204,209)
#D1D2D7
(209,210,215)
#D7D8DD
(215,216,221)
#DDDEE3
(221,222,227)
#E3E4E9
(227,228,233)
#E9EAEF
(233,234,239)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B4B9 color. Also use rgb(179,180,185) instead hex code.

Text Font Color

.myTextColor { color: #B3B4B9; }

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

This text font color is #B3B4B9.

Background Color

.myBgColor { background-color: #B3B4B9; }

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

This div background color is #B3B4B9.

Border color

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

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

This div border color is #B3B4B9.

Opacity

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

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

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

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

This text has shadow with #B3B4B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B4B9.

Preview

Color preview on black background

This text has color #B3B4B9 on black background.


Color preview on white background

This text has color #B3B4B9 on white background.


Black color preview on #B3B4B9 background

This text has black color on #B3B4B9 background.


White color preview on #B3B4B9 background

This text has white color on #B3B4B9 background.


Related colors

Complementary color

Complementary color for #hex is #4C4B46.


I love getcolorcode.com

Triadic colors

1 #B9B3B4 and #B4B9B3 with #B3B4B9 are triadic colors.

2 #B9B4B3 and #B4B3B9 with #B3B4B9 are triadic colors.