COLOR #B6BDB9

HEX: #B6BDB9
RGB: (182,189,185)

Color info

#B6BDB9 contains red, green and blue colors in about the same proportion. Web safe color of #B6BDB9 is #CCCCCC (or #CCC).

RGB color model

#B6BDB9 color RGB value is (182,189,185).

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

RGB channels and saturation

R 182 of 255 = 71%
G 189 of 255 = 74%
B 185 of 255 = 73%

182
189
185

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

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 185 = 556 (100%)
R 182 of 556 ~ 32.73%
G 189 of 556 ~ 33.99%
B 185 of 556 ~ 33.27%

%32.73
%33.99
%33.27

CMYK color model

#B6BDB9 color CMYK value is (4,0,2,26).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(4,0,2,26)
C4M0Y2K26 
(4%,0%,2%,26%)
(0.04/0.00/0.02/0.26)	

CMYK percentages

%3.7
%0
%2.12
%25.88

Codes

Color #B6BDB9 in popluar color models

B6BDB9
RGB182189185
HSL146°5.04%72.75%
HSB/HSV146°3.70%74.12%
CMYK3.70%0.00%2.12%
25.88%

Color #B6BDB9 in popluar number systems.

HEXB6BDB9
Decimal182189185
Binary101101101011110110111001
Octal266275271

Shades and tints

Shades of #B6BDB9

#B6BDB9
(182,189,185)
#A6ACA9
(166,172,169)
#969B99
(150,155,153)
#868A89
(134,138,137)
#767979
(118,121,121)
#666869
(102,104,105)
#565759
(86,87,89)
#464649
(70,70,73)
#363539
(54,53,57)
#262429
(38,36,41)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #B6BDB9

#B6BDB9
(182,189,185)
#BCC3BF
(188,195,191)
#C2C9C5
(194,201,197)
#C8CFCB
(200,207,203)
#CED5D1
(206,213,209)
#D4DBD7
(212,219,215)
#DAE1DD
(218,225,221)
#E0E7E3
(224,231,227)
#E6EDE9
(230,237,233)
#ECF3EF
(236,243,239)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BDB9; }

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

This text font color is #B6BDB9.


Background Color

.myBgColor { background-color: #B6BDB9; }

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

This div background color is #B6BDB9.


Border color

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

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

This div border color is #B6BDB9.


Opacity

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

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

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

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

This text has shadow with #B6BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BDB9 on black background.


Color preview on white background

This text has color #B6BDB9 on white background.



Black color preview on #B6BDB9 background

This text has black color on #B6BDB9 background.


White color preview on #B6BDB9 background

This text has white color on #B6BDB9 background.