COLOR #B3BAC7

HEX: #B3BAC7
RGB: (179,186,199)

Color info

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

RGB color model

#B3BAC7 color RGB value is (179,186,199).

  • red value is 179;
  • green value is 186;
  • blue value is 199.
RGB:
(179,186,199)
(70%,73%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 186 of 255 = 73%
B 199 of 255 = 78%

179
186
199

R + G + B ~ 74%. #B3BAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 186 + 199 = 564 (100%)
R 179 of 564 ~ 31.74%
G 186 of 564 ~ 32.98%
B 199 of 564 ~ 35.28%

%31.74
%32.98
%35.28

CMYK color model

#B3BAC7 color CMYK value is (10,7,0,22).

  • cyan value is 10.05%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,7,0,22)
C10M7Y0K22 
(10%,7%,0%,22%)
(0.10/0.07/0.00/0.22)	

CMYK percentages

%10.05
%6.53
%0
%21.96

Codes

Color #B3BAC7 in popluar color models

B3BAC7
RGB179186199
HSL219°15.15%74.12%
HSB/HSV219°10.05%78.04%
CMYK10.05%6.53%0.00%
21.96%

Color #B3BAC7 in popluar number systems.

HEXB3BAC7
Decimal179186199
Binary101100111011101011000111
Octal263272307

Shades and tints

Shades of #B3BAC7

#B3BAC7
(179,186,199)
#A3AAB5
(163,170,181)
#939AA3
(147,154,163)
#838A91
(131,138,145)
#737A7F
(115,122,127)
#636A6D
(99,106,109)
#535A5B
(83,90,91)
#434A49
(67,74,73)
#333A37
(51,58,55)
#232A25
(35,42,37)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #B3BAC7

#B3BAC7
(179,186,199)
#B9C0CC
(185,192,204)
#BFC6D1
(191,198,209)
#C5CCD6
(197,204,214)
#CBD2DB
(203,210,219)
#D1D8E0
(209,216,224)
#D7DEE5
(215,222,229)
#DDE4EA
(221,228,234)
#E3EAEF
(227,234,239)
#E9F0F4
(233,240,244)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BAC7; }

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

This text font color is #B3BAC7.


Background Color

.myBgColor { background-color: #B3BAC7; }

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

This div background color is #B3BAC7.


Border color

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

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

This div border color is #B3BAC7.


Opacity

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

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

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

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

This text has shadow with #B3BAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BAC7 on black background.


Color preview on white background

This text has color #B3BAC7 on white background.



Black color preview on #B3BAC7 background

This text has black color on #B3BAC7 background.


White color preview on #B3BAC7 background

This text has white color on #B3BAC7 background.