COLOR #B2B8BF

HEX: #B2B8BF
RGB: (178,184,191)

Color info

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

RGB color model

#B2B8BF color RGB value is (178,184,191).

  • red value is 178;
  • green value is 184;
  • blue value is 191.
RGB:
(178,184,191)
(70%,72%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 191 of 255 = 75%

178
184
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 191 = 553 (100%)
R 178 of 553 ~ 32.19%
G 184 of 553 ~ 33.27%
B 191 of 553 ~ 34.54%

%32.19
%33.27
%34.54

CMYK color model

#B2B8BF color CMYK value is (7,4,0,25).

  • cyan value is 6.81%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,4,0,25)
C7M4Y0K25 
(7%,4%,0%,25%)
(0.07/0.04/0.00/0.25)	

CMYK percentages

%6.81
%3.66
%0
%25.1

Codes

Color #B2B8BF in popluar color models

B2B8BF
RGB178184191
HSL212°9.22%72.35%
HSB/HSV212°6.81%74.90%
CMYK6.81%3.66%0.00%
25.10%

Color #B2B8BF in popluar number systems.

HEXB2B8BF
Decimal178184191
Binary101100101011100010111111
Octal262270277

Shades and tints

Shades of #B2B8BF

#B2B8BF
(178,184,191)
#A2A8AE
(162,168,174)
#92989D
(146,152,157)
#82888C
(130,136,140)
#72787B
(114,120,123)
#62686A
(98,104,106)
#525859
(82,88,89)
#424848
(66,72,72)
#323837
(50,56,55)
#222826
(34,40,38)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #B2B8BF

#B2B8BF
(178,184,191)
#B9BEC4
(185,190,196)
#C0C4C9
(192,196,201)
#C7CACE
(199,202,206)
#CED0D3
(206,208,211)
#D5D6D8
(213,214,216)
#DCDCDD
(220,220,221)
#E3E2E2
(227,226,226)
#EAE8E7
(234,232,231)
#F1EEEC
(241,238,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B8BF color. Also use rgb(178,184,191) instead hex code.

Text Font Color

.myTextColor { color: #B2B8BF; }

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

This text font color is #B2B8BF.


Background Color

.myBgColor { background-color: #B2B8BF; }

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

This div background color is #B2B8BF.


Border color

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

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

This div border color is #B2B8BF.


Opacity

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

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

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

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

This text has shadow with #B2B8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B8BF on black background.


Color preview on white background

This text has color #B2B8BF on white background.



Black color preview on #B2B8BF background

This text has black color on #B2B8BF background.


White color preview on #B2B8BF background

This text has white color on #B2B8BF background.