COLOR #B3B4BA

HEX: #B3B4BA RGB: (179,180,186)

Color info

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

RGB color model

#B3B4BA color RGB value is (179,180,186).

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

RGB channels and saturation

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

179
180
186

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

Portions of RGB colors in percentages

R + G + B = 179 + 180 + 186 = 545 (100%)
R 179 of 545 ~ 32.84%
G 180 of 545 ~ 33.03%
B 186 of 545 ~ 34.13'%

%32.84
%33.03
%34.13

CMYK color model

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

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

CMYK: (4,3,0,27)
C4M3Y0K27 (4%, 3%, 0%, 27%)
(0.04 / 0.03 / 0.00 / 0.27)

CMYK percentages

%3.76
%3.23
%0
%27.06

Codes

Color #B3B4BA in popluar color models

B3 B4 BA
RGB 179 180 186
HSL 231° 4.83% 71.57%
HSB/HSV 231° 3.76% 72.94%
CMYK 3.76% 3.23% 0.00%
27.06%

Color #B3B4BA in popluar number systems.

HEX B3 B4 BA
Decimal 179 180 186
Binary 10110011 10110100 10111010
Octal 263 264 272

Shades and tints

Shades of #B3B4BA

#B3B4BA
(179,180,186)
#A3A4AA
(163,164,170)
#93949A
(147,148,154)
#83848A
(131,132,138)
#73747A
(115,116,122)
#63646A
(99,100,106)
#53545A
(83,84,90)
#43444A
(67,68,74)
#33343A
(51,52,58)
#23242A
(35,36,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #B3B4BA

#B3B4BA
(179,180,186)
#B9BAC0
(185,186,192)
#BFC0C6
(191,192,198)
#C5C6CC
(197,198,204)
#CBCCD2
(203,204,210)
#D1D2D8
(209,210,216)
#D7D8DE
(215,216,222)
#DDDEE4
(221,222,228)
#E3E4EA
(227,228,234)
#E9EAF0
(233,234,240)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B4BA; }

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

This text font color is #B3B4BA.

Background Color

.myBgColor { background-color: #B3B4BA; }

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

This div background color is #B3B4BA.

Border color

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

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

This div border color is #B3B4BA.

Opacity

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

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

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

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

This text has shadow with #B3B4BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B4BA.

Preview

Color preview on black background

This text has color #B3B4BA on black background.


Color preview on white background

This text has color #B3B4BA on white background.


Black color preview on #B3B4BA background

This text has black color on #B3B4BA background.


White color preview on #B3B4BA background

This text has white color on #B3B4BA background.


Related colors

Complementary color

Complementary color for #hex is #4C4B45.


I love getcolorcode.com

Triadic colors

1 #BAB3B4 and #B4BAB3 with #B3B4BA are triadic colors.

2 #BAB4B3 and #B4B3BA with #B3B4BA are triadic colors.