COLOR #B7B6BD

HEX: #B7B6BD RGB: (183,182,189)

Color info

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

RGB color model

#B7B6BD color RGB value is (183,182,189).

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

RGB channels and saturation

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

183
182
189

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

Portions of RGB colors in percentages

R + G + B = 183 + 182 + 189 = 554 (100%)
R 183 of 554 ~ 33.03%
G 182 of 554 ~ 32.85%
B 189 of 554 ~ 34.12'%

%33.03
%32.85
%34.12

CMYK color model

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

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

CMYK: (3,4,0,26)
C3M4Y0K26 (3%, 4%, 0%, 26%)
(0.03 / 0.04 / 0.00 / 0.26)

CMYK percentages

%3.17
%3.7
%0
%25.88

Codes

Color #B7B6BD in popluar color models

B7 B6 BD
RGB 183 182 189
HSL 249° 5.04% 72.75%
HSB/HSV 249° 3.70% 74.12%
CMYK 3.17% 3.70% 0.00%
25.88%

Color #B7B6BD in popluar number systems.

HEX B7 B6 BD
Decimal 183 182 189
Binary 10110111 10110110 10111101
Octal 267 266 275

Shades and tints

Shades of #B7B6BD

#B7B6BD
(183,182,189)
#A7A6AC
(167,166,172)
#97969B
(151,150,155)
#87868A
(135,134,138)
#777679
(119,118,121)
#676668
(103,102,104)
#575657
(87,86,87)
#474646
(71,70,70)
#373635
(55,54,53)
#272624
(39,38,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #B7B6BD

#B7B6BD
(183,182,189)
#BDBCC3
(189,188,195)
#C3C2C9
(195,194,201)
#C9C8CF
(201,200,207)
#CFCED5
(207,206,213)
#D5D4DB
(213,212,219)
#DBDAE1
(219,218,225)
#E1E0E7
(225,224,231)
#E7E6ED
(231,230,237)
#EDECF3
(237,236,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6BD; }

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

This text font color is #B7B6BD.

Background Color

.myBgColor { background-color: #B7B6BD; }

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

This div background color is #B7B6BD.

Border color

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

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

This div border color is #B7B6BD.

Opacity

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

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

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

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

This text has shadow with #B7B6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B6BD.

Preview

Color preview on black background

This text has color #B7B6BD on black background.


Color preview on white background

This text has color #B7B6BD on white background.


Black color preview on #B7B6BD background

This text has black color on #B7B6BD background.


White color preview on #B7B6BD background

This text has white color on #B7B6BD background.


Related colors

Complementary color

Complementary color for #hex is #484942.


I love getcolorcode.com

Triadic colors

1 #BDB7B6 and #B6BDB7 with #B7B6BD are triadic colors.

2 #BDB6B7 and #B6B7BD with #B7B6BD are triadic colors.