COLOR #B6BDB8

HEX: #B6BDB8
RGB: (182,189,184)

Color info

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

RGB color model

#B6BDB8 color RGB value is (182,189,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 189 of 255 = 74%
B 184 of 255 = 72%

182
189
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 184 = 555 (100%)
R 182 of 555 ~ 32.79%
G 189 of 555 ~ 34.05%
B 184 of 555 ~ 33.15%

%32.79
%34.05
%33.15

CMYK color model

#B6BDB8 color CMYK value is (4,0,3,26).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(4,0,3,26)
C4M0Y3K26 
(4%,0%,3%,26%)
(0.04/0.00/0.03/0.26)	

CMYK percentages

%3.7
%0
%2.65
%25.88

Codes

Color #B6BDB8 in popluar color models

B6BDB8
RGB182189184
HSL137°5.04%72.75%
HSB/HSV137°3.70%74.12%
CMYK3.70%0.00%2.65%
25.88%

Color #B6BDB8 in popluar number systems.

HEXB6BDB8
Decimal182189184
Binary101101101011110110111000
Octal266275270

Shades and tints

Shades of #B6BDB8

#B6BDB8
(182,189,184)
#A6ACA8
(166,172,168)
#969B98
(150,155,152)
#868A88
(134,138,136)
#767978
(118,121,120)
#666868
(102,104,104)
#565758
(86,87,88)
#464648
(70,70,72)
#363538
(54,53,56)
#262428
(38,36,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #B6BDB8

#B6BDB8
(182,189,184)
#BCC3BE
(188,195,190)
#C2C9C4
(194,201,196)
#C8CFCA
(200,207,202)
#CED5D0
(206,213,208)
#D4DBD6
(212,219,214)
#DAE1DC
(218,225,220)
#E0E7E2
(224,231,226)
#E6EDE8
(230,237,232)
#ECF3EE
(236,243,238)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BDB8; }

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

This text font color is #B6BDB8.


Background Color

.myBgColor { background-color: #B6BDB8; }

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

This div background color is #B6BDB8.


Border color

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

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

This div border color is #B6BDB8.


Opacity

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

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

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

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

This text has shadow with #B6BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BDB8 on black background.


Color preview on white background

This text has color #B6BDB8 on white background.



Black color preview on #B6BDB8 background

This text has black color on #B6BDB8 background.


White color preview on #B6BDB8 background

This text has white color on #B6BDB8 background.