COLOR #B2B5B1

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

Color info

#B2B5B1 contains red, green and blue colors in about the same proportion. Web safe color of #B2B5B1 is #99CC99 (or #9C9).

RGB color model

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

  • red value is 178;
  • green value is 181;
  • blue value is 177.
RGB:
(178,181,177)
(70%,71%,69%)

RGB channels and saturation

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

178
181
177

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

Portions of RGB colors in percentages

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

%33.21
%33.77
%33.02

CMYK color model

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

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%
CMYK:
(2,0,2,29)
C2M0Y2K29 
(2%,0%,2%,29%)
(0.02/0.00/0.02/0.29)	

CMYK percentages

%1.66
%0
%2.21
%29.02

Codes

Color #B2B5B1 in popluar color models

B2B5B1
RGB178181177
HSL105°2.63%70.20%
HSB/HSV105°2.21%70.98%
CMYK1.66%0.00%2.21%
29.02%

Color #B2B5B1 in popluar number systems.

HEXB2B5B1
Decimal178181177
Binary101100101011010110110001
Octal262265261

Shades and tints

Shades of #B2B5B1

#B2B5B1
(178,181,177)
#A2A5A1
(162,165,161)
#929591
(146,149,145)
#828581
(130,133,129)
#727571
(114,117,113)
#626561
(98,101,97)
#525551
(82,85,81)
#424541
(66,69,65)
#323531
(50,53,49)
#222521
(34,37,33)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #B2B5B1

#B2B5B1
(178,181,177)
#B9BBB8
(185,187,184)
#C0C1BF
(192,193,191)
#C7C7C6
(199,199,198)
#CECDCD
(206,205,205)
#D5D3D4
(213,211,212)
#DCD9DB
(220,217,219)
#E3DFE2
(227,223,226)
#EAE5E9
(234,229,233)
#F1EBF0
(241,235,240)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B5B1; }

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

This text font color is #B2B5B1.


Background Color

.myBgColor { background-color: #B2B5B1; }

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

This div background color is #B2B5B1.


Border color

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

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

This div border color is #B2B5B1.


Opacity

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

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

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

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

This text has shadow with #B2B5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B5B1 on black background.


Color preview on white background

This text has color #B2B5B1 on white background.



Black color preview on #B2B5B1 background

This text has black color on #B2B5B1 background.


White color preview on #B2B5B1 background

This text has white color on #B2B5B1 background.