COLOR #B2BAC5

HEX: #B2BAC5
RGB: (178,186,197)

Color info

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

RGB color model

#B2BAC5 color RGB value is (178,186,197).

  • red value is 178;
  • green value is 186;
  • blue value is 197.
RGB:
(178,186,197)
(70%,73%,77%)

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 197 of 255 = 77%

178
186
197

R + G + B ~ 73%. #B2BAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 197 = 561 (100%)
R 178 of 561 ~ 31.73%
G 186 of 561 ~ 33.16%
B 197 of 561 ~ 35.12%

%31.73
%33.16
%35.12

CMYK color model

#B2BAC5 color CMYK value is (10,6,0,23).

  • cyan value is 9.64%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(10,6,0,23)
C10M6Y0K23 
(10%,6%,0%,23%)
(0.10/0.06/0.00/0.23)	

CMYK percentages

%9.64
%5.58
%0
%22.75

Codes

Color #B2BAC5 in popluar color models

B2BAC5
RGB178186197
HSL215°14.07%73.53%
HSB/HSV215°9.64%77.25%
CMYK9.64%5.58%0.00%
22.75%

Color #B2BAC5 in popluar number systems.

HEXB2BAC5
Decimal178186197
Binary101100101011101011000101
Octal262272305

Shades and tints

Shades of #B2BAC5

#B2BAC5
(178,186,197)
#A2AAB4
(162,170,180)
#929AA3
(146,154,163)
#828A92
(130,138,146)
#727A81
(114,122,129)
#626A70
(98,106,112)
#525A5F
(82,90,95)
#424A4E
(66,74,78)
#323A3D
(50,58,61)
#222A2C
(34,42,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #B2BAC5

#B2BAC5
(178,186,197)
#B9C0CA
(185,192,202)
#C0C6CF
(192,198,207)
#C7CCD4
(199,204,212)
#CED2D9
(206,210,217)
#D5D8DE
(213,216,222)
#DCDEE3
(220,222,227)
#E3E4E8
(227,228,232)
#EAEAED
(234,234,237)
#F1F0F2
(241,240,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BAC5 color. Also use rgb(178,186,197) instead hex code.

Text Font Color

.myTextColor { color: #B2BAC5; }

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

This text font color is #B2BAC5.


Background Color

.myBgColor { background-color: #B2BAC5; }

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

This div background color is #B2BAC5.


Border color

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

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

This div border color is #B2BAC5.


Opacity

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

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

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

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

This text has shadow with #B2BAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BAC5 on black background.


Color preview on white background

This text has color #B2BAC5 on white background.



Black color preview on #B2BAC5 background

This text has black color on #B2BAC5 background.


White color preview on #B2BAC5 background

This text has white color on #B2BAC5 background.