COLOR #B2B1B5

HEX: #B2B1B5 RGB: (178,177,181)

Color info

#B2B1B5 contains red, green and blue colors in about the same proportion. Web safe color of #B2B1B5 is #9999CC (or #99C).

RGB color model

#B2B1B5 color RGB value is (178,177,181).

RGB: (178,177,181) (70%, 69%, 71%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 181 of 255 = 71%

178
177
181

R + G + B ~ 70%. #B2B1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 177 + 181 = 536 (100%)
R 178 of 536 ~ 33.21%
G 177 of 536 ~ 33.02%
B 181 of 536 ~ 33.77'%

%33.21
%33.02
%33.77

CMYK color model

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

  • cyan value is 1.66%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (2,2,0,29)
C2M2Y0K29 (2%, 2%, 0%, 29%)
(0.02 / 0.02 / 0.00 / 0.29)

CMYK percentages

%1.66
%2.21
%0
%29.02

Codes

Color #B2B1B5 in popluar color models

B2 B1 B5
RGB 178 177 181
HSL 255° 2.63% 70.20%
HSB/HSV 255° 2.21% 70.98%
CMYK 1.66% 2.21% 0.00%
29.02%

Color #B2B1B5 in popluar number systems.

HEX B2 B1 B5
Decimal 178 177 181
Binary 10110010 10110001 10110101
Octal 262 261 265

Shades and tints

Shades of #B2B1B5

#B2B1B5
(178,177,181)
#A2A1A5
(162,161,165)
#929195
(146,145,149)
#828185
(130,129,133)
#727175
(114,113,117)
#626165
(98,97,101)
#525155
(82,81,85)
#424145
(66,65,69)
#323135
(50,49,53)
#222125
(34,33,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B2B1B5

#B2B1B5
(178,177,181)
#B9B8BB
(185,184,187)
#C0BFC1
(192,191,193)
#C7C6C7
(199,198,199)
#CECDCD
(206,205,205)
#D5D4D3
(213,212,211)
#DCDBD9
(220,219,217)
#E3E2DF
(227,226,223)
#EAE9E5
(234,233,229)
#F1F0EB
(241,240,235)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B1B5; }

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

This text font color is #B2B1B5.

Background Color

.myBgColor { background-color: #B2B1B5; }

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

This div background color is #B2B1B5.

Border color

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

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

This div border color is #B2B1B5.

Opacity

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

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

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

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

This text has shadow with #B2B1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B1B5.

Preview

Color preview on black background

This text has color #B2B1B5 on black background.


Color preview on white background

This text has color #B2B1B5 on white background.


Black color preview on #B2B1B5 background

This text has black color on #B2B1B5 background.


White color preview on #B2B1B5 background

This text has white color on #B2B1B5 background.


Related colors

Complementary color

Complementary color for #hex is #4D4E4A.


I love getcolorcode.com

Triadic colors

1 #B5B2B1 and #B1B5B2 with #B2B1B5 are triadic colors.

2 #B5B1B2 and #B1B2B5 with #B2B1B5 are triadic colors.