COLOR #B2BDBC

HEX: #B2BDBC
RGB: (178,189,188)

Color info

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

RGB color model

#B2BDBC color RGB value is (178,189,188).

  • red value is 178;
  • green value is 189;
  • blue value is 188.
RGB:
(178,189,188)
(70%,74%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 188 of 255 = 74%

178
189
188

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 188 = 555 (100%)
R 178 of 555 ~ 32.07%
G 189 of 555 ~ 34.05%
B 188 of 555 ~ 33.87%

%32.07
%34.05
%33.87

CMYK color model

#B2BDBC color CMYK value is (6,0,1,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(6,0,1,26)
C6M0Y1K26 
(6%,0%,1%,26%)
(0.06/0.00/0.01/0.26)	

CMYK percentages

%5.82
%0
%0.53
%25.88

Codes

Color #B2BDBC in popluar color models

B2BDBC
RGB178189188
HSL175°7.69%71.96%
HSB/HSV175°5.82%74.12%
CMYK5.82%0.00%0.53%
25.88%

Color #B2BDBC in popluar number systems.

HEXB2BDBC
Decimal178189188
Binary101100101011110110111100
Octal262275274

Shades and tints

Shades of #B2BDBC

#B2BDBC
(178,189,188)
#A2ACAB
(162,172,171)
#929B9A
(146,155,154)
#828A89
(130,138,137)
#727978
(114,121,120)
#626867
(98,104,103)
#525756
(82,87,86)
#424645
(66,70,69)
#323534
(50,53,52)
#222423
(34,36,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B2BDBC

#B2BDBC
(178,189,188)
#B9C3C2
(185,195,194)
#C0C9C8
(192,201,200)
#C7CFCE
(199,207,206)
#CED5D4
(206,213,212)
#D5DBDA
(213,219,218)
#DCE1E0
(220,225,224)
#E3E7E6
(227,231,230)
#EAEDEC
(234,237,236)
#F1F3F2
(241,243,242)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BDBC color. Also use rgb(178,189,188) instead hex code.

Text Font Color

.myTextColor { color: #B2BDBC; }

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

This text font color is #B2BDBC.


Background Color

.myBgColor { background-color: #B2BDBC; }

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

This div background color is #B2BDBC.


Border color

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

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

This div border color is #B2BDBC.


Opacity

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

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

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

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

This text has shadow with #B2BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDBC on black background.


Color preview on white background

This text has color #B2BDBC on white background.



Black color preview on #B2BDBC background

This text has black color on #B2BDBC background.


White color preview on #B2BDBC background

This text has white color on #B2BDBC background.