COLOR #B6BDBD

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

Color info

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

RGB color model

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

RGB: (182,189,189) (71%, 74%, 74%)

RGB channels and saturation

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

182
189
189

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

Portions of RGB colors in percentages

R + G + B = 182 + 189 + 189 = 560 (100%)
R 182 of 560 ~ 32.5%
G 189 of 560 ~ 33.75%
B 189 of 560 ~ 33.75'%

%32.5
%33.75
%33.75

CMYK color model

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

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (4,0,0,26)
C4M0Y0K26 (4%, 0%, 0%, 26%)
(0.04 / 0.00 / 0.00 / 0.26)

CMYK percentages

%3.7
%0
%0
%25.88

Codes

Color #B6BDBD in popluar color models

B6 BD BD
RGB 182 189 189
HSL 180° 5.04% 72.75%
HSB/HSV 180° 3.70% 74.12%
CMYK 3.70% 0.00% 0.00%
25.88%

Color #B6BDBD in popluar number systems.

HEX B6 BD BD
Decimal 182 189 189
Binary 10110110 10111101 10111101
Octal 266 275 275

Shades and tints

Shades of #B6BDBD

#B6BDBD
(182,189,189)
#A6ACAC
(166,172,172)
#969B9B
(150,155,155)
#868A8A
(134,138,138)
#767979
(118,121,121)
#666868
(102,104,104)
#565757
(86,87,87)
#464646
(70,70,70)
#363535
(54,53,53)
#262424
(38,36,36)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B6BDBD

#B6BDBD
(182,189,189)
#BCC3C3
(188,195,195)
#C2C9C9
(194,201,201)
#C8CFCF
(200,207,207)
#CED5D5
(206,213,213)
#D4DBDB
(212,219,219)
#DAE1E1
(218,225,225)
#E0E7E7
(224,231,231)
#E6EDED
(230,237,237)
#ECF3F3
(236,243,243)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BDBD; }

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

This text font color is #B6BDBD.

Background Color

.myBgColor { background-color: #B6BDBD; }

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

This div background color is #B6BDBD.

Border color

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

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

This div border color is #B6BDBD.

Opacity

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

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

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

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

This text has shadow with #B6BDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BDBD.

Preview

Color preview on black background

This text has color #B6BDBD on black background.


Color preview on white background

This text has color #B6BDBD on white background.


Black color preview on #B6BDBD background

This text has black color on #B6BDBD background.


White color preview on #B6BDBD background

This text has white color on #B6BDBD background.


Related colors

Complementary color

Complementary color for #hex is #494242.


I love getcolorcode.com