COLOR #B6B2B5

HEX: #B6B2B5 RGB: (182,178,181)

Color info

#B6B2B5 contains red, green and blue colors in about the same proportion. Web safe color of #B6B2B5 is #CC99CC (or #C9C).

RGB color model

#B6B2B5 color RGB value is (182,178,181).

RGB: (182,178,181) (71%, 70%, 71%)

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 181 of 255 = 71%

182
178
181

R + G + B ~ 71%. #B6B2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 178 + 181 = 541 (100%)
R 182 of 541 ~ 33.64%
G 178 of 541 ~ 32.9%
B 181 of 541 ~ 33.46'%

%33.64
%32.9
%33.46

CMYK color model

#B6B2B5 color CMYK value is (0,2,1,29).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 0.55%
  • key color value is 28.63%

CMYK: (0,2,1,29)
C0M2Y1K29 (0%, 2%, 1%, 29%)
(0.00 / 0.02 / 0.01 / 0.29)

CMYK percentages

%0
%2.2
%0.55
%28.63

Codes

Color #B6B2B5 in popluar color models

B6 B2 B5
RGB 182 178 181
HSL 315° 2.67% 70.59%
HSB/HSV 315° 2.20% 71.37%
CMYK 0.00% 2.20% 0.55%
28.63%

Color #B6B2B5 in popluar number systems.

HEX B6 B2 B5
Decimal 182 178 181
Binary 10110110 10110010 10110101
Octal 266 262 265

Shades and tints

Shades of #B6B2B5

#B6B2B5
(182,178,181)
#A6A2A5
(166,162,165)
#969295
(150,146,149)
#868285
(134,130,133)
#767275
(118,114,117)
#666265
(102,98,101)
#565255
(86,82,85)
#464245
(70,66,69)
#363235
(54,50,53)
#262225
(38,34,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B6B2B5

#B6B2B5
(182,178,181)
#BCB9BB
(188,185,187)
#C2C0C1
(194,192,193)
#C8C7C7
(200,199,199)
#CECECD
(206,206,205)
#D4D5D3
(212,213,211)
#DADCD9
(218,220,217)
#E0E3DF
(224,227,223)
#E6EAE5
(230,234,229)
#ECF1EB
(236,241,235)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B2B5; }

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

This text font color is #B6B2B5.

Background Color

.myBgColor { background-color: #B6B2B5; }

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

This div background color is #B6B2B5.

Border color

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

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

This div border color is #B6B2B5.

Opacity

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

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

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

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

This text has shadow with #B6B2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B2B5.

Preview

Color preview on black background

This text has color #B6B2B5 on black background.


Color preview on white background

This text has color #B6B2B5 on white background.


Black color preview on #B6B2B5 background

This text has black color on #B6B2B5 background.


White color preview on #B6B2B5 background

This text has white color on #B6B2B5 background.


Related colors

Complementary color

Complementary color for #hex is #494D4A.


I love getcolorcode.com

Triadic colors

1 #B5B6B2 and #B2B5B6 with #B6B2B5 are triadic colors.

2 #B5B2B6 and #B2B6B5 with #B6B2B5 are triadic colors.