COLOR #B6BDB6

HEX: #B6BDB6
RGB: (182,189,182)

Color info

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

RGB color model

#B6BDB6 color RGB value is (182,189,182).

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

RGB channels and saturation

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

182
189
182

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

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 182 = 553 (100%)
R 182 of 553 ~ 32.91%
G 189 of 553 ~ 34.18%
B 182 of 553 ~ 32.91%

%32.91
%34.18
%32.91

CMYK color model

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

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

CMYK percentages

%3.7
%0
%3.7
%25.88

Codes

Color #B6BDB6 in popluar color models

B6BDB6
RGB182189182
HSL120°5.04%72.75%
HSB/HSV120°3.70%74.12%
CMYK3.70%0.00%3.70%
25.88%

Color #B6BDB6 in popluar number systems.

HEXB6BDB6
Decimal182189182
Binary101101101011110110110110
Octal266275266

Shades and tints

Shades of #B6BDB6

#B6BDB6
(182,189,182)
#A6ACA6
(166,172,166)
#969B96
(150,155,150)
#868A86
(134,138,134)
#767976
(118,121,118)
#666866
(102,104,102)
#565756
(86,87,86)
#464646
(70,70,70)
#363536
(54,53,54)
#262426
(38,36,38)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #B6BDB6

#B6BDB6
(182,189,182)
#BCC3BC
(188,195,188)
#C2C9C2
(194,201,194)
#C8CFC8
(200,207,200)
#CED5CE
(206,213,206)
#D4DBD4
(212,219,212)
#DAE1DA
(218,225,218)
#E0E7E0
(224,231,224)
#E6EDE6
(230,237,230)
#ECF3EC
(236,243,236)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BDB6; }

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

This text font color is #B6BDB6.


Background Color

.myBgColor { background-color: #B6BDB6; }

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

This div background color is #B6BDB6.


Border color

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

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

This div border color is #B6BDB6.


Opacity

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

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

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

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

This text has shadow with #B6BDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BDB6 on black background.


Color preview on white background

This text has color #B6BDB6 on white background.



Black color preview on #B6BDB6 background

This text has black color on #B6BDB6 background.


White color preview on #B6BDB6 background

This text has white color on #B6BDB6 background.