COLOR #B2BDB9

HEX: #B2BDB9
RGB: (178,189,185)

Color info

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

RGB color model

#B2BDB9 color RGB value is (178,189,185).

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

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 185 of 255 = 73%

178
189
185

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 185 = 552 (100%)
R 178 of 552 ~ 32.25%
G 189 of 552 ~ 34.24%
B 185 of 552 ~ 33.51%

%32.25
%34.24
%33.51

CMYK color model

#B2BDB9 color CMYK value is (6,0,2,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(6,0,2,26)
C6M0Y2K26 
(6%,0%,2%,26%)
(0.06/0.00/0.02/0.26)	

CMYK percentages

%5.82
%0
%2.12
%25.88

Codes

Color #B2BDB9 in popluar color models

B2BDB9
RGB178189185
HSL158°7.69%71.96%
HSB/HSV158°5.82%74.12%
CMYK5.82%0.00%2.12%
25.88%

Color #B2BDB9 in popluar number systems.

HEXB2BDB9
Decimal178189185
Binary101100101011110110111001
Octal262275271

Shades and tints

Shades of #B2BDB9

#B2BDB9
(178,189,185)
#A2ACA9
(162,172,169)
#929B99
(146,155,153)
#828A89
(130,138,137)
#727979
(114,121,121)
#626869
(98,104,105)
#525759
(82,87,89)
#424649
(66,70,73)
#323539
(50,53,57)
#222429
(34,36,41)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #B2BDB9

#B2BDB9
(178,189,185)
#B9C3BF
(185,195,191)
#C0C9C5
(192,201,197)
#C7CFCB
(199,207,203)
#CED5D1
(206,213,209)
#D5DBD7
(213,219,215)
#DCE1DD
(220,225,221)
#E3E7E3
(227,231,227)
#EAEDE9
(234,237,233)
#F1F3EF
(241,243,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BDB9; }

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

This text font color is #B2BDB9.


Background Color

.myBgColor { background-color: #B2BDB9; }

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

This div background color is #B2BDB9.


Border color

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

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

This div border color is #B2BDB9.


Opacity

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

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

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

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

This text has shadow with #B2BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDB9 on black background.


Color preview on white background

This text has color #B2BDB9 on white background.



Black color preview on #B2BDB9 background

This text has black color on #B2BDB9 background.


White color preview on #B2BDB9 background

This text has white color on #B2BDB9 background.