COLOR #B2B9BE

HEX: #B2B9BE
RGB: (178,185,190)

Color info

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

RGB color model

#B2B9BE color RGB value is (178,185,190).

  • red value is 178;
  • green value is 185;
  • blue value is 190.
RGB:
(178,185,190)
(70%,73%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 190 of 255 = 75%

178
185
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 185 + 190 = 553 (100%)
R 178 of 553 ~ 32.19%
G 185 of 553 ~ 33.45%
B 190 of 553 ~ 34.36%

%32.19
%33.45
%34.36

CMYK color model

#B2B9BE color CMYK value is (6,3,0,25).

  • cyan value is 6.32%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,3,0,25)
C6M3Y0K25 
(6%,3%,0%,25%)
(0.06/0.03/0.00/0.25)	

CMYK percentages

%6.32
%2.63
%0
%25.49

Codes

Color #B2B9BE in popluar color models

B2B9BE
RGB178185190
HSL205°8.45%72.16%
HSB/HSV205°6.32%74.51%
CMYK6.32%2.63%0.00%
25.49%

Color #B2B9BE in popluar number systems.

HEXB2B9BE
Decimal178185190
Binary101100101011100110111110
Octal262271276

Shades and tints

Shades of #B2B9BE

#B2B9BE
(178,185,190)
#A2A9AD
(162,169,173)
#92999C
(146,153,156)
#82898B
(130,137,139)
#72797A
(114,121,122)
#626969
(98,105,105)
#525958
(82,89,88)
#424947
(66,73,71)
#323936
(50,57,54)
#222925
(34,41,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #B2B9BE

#B2B9BE
(178,185,190)
#B9BFC3
(185,191,195)
#C0C5C8
(192,197,200)
#C7CBCD
(199,203,205)
#CED1D2
(206,209,210)
#D5D7D7
(213,215,215)
#DCDDDC
(220,221,220)
#E3E3E1
(227,227,225)
#EAE9E6
(234,233,230)
#F1EFEB
(241,239,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B9BE color. Also use rgb(178,185,190) instead hex code.

Text Font Color

.myTextColor { color: #B2B9BE; }

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

This text font color is #B2B9BE.


Background Color

.myBgColor { background-color: #B2B9BE; }

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

This div background color is #B2B9BE.


Border color

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

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

This div border color is #B2B9BE.


Opacity

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

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

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

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

This text has shadow with #B2B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B9BE on black background.


Color preview on white background

This text has color #B2B9BE on white background.



Black color preview on #B2B9BE background

This text has black color on #B2B9BE background.


White color preview on #B2B9BE background

This text has white color on #B2B9BE background.