COLOR #B7B2B1

HEX: #B7B2B1
RGB: (183,178,177)

Color info

#B7B2B1 contains red, green and blue colors in about the same proportion. Web safe color of #B7B2B1 is #CC9999 (or #C99).

RGB color model

#B7B2B1 color RGB value is (183,178,177).

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

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 177 of 255 = 69%

183
178
177

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

Portions of RGB colors in percentages

R + G + B =
183 + 178 + 177 = 538 (100%)
R 183 of 538 ~ 34.01%
G 178 of 538 ~ 33.09%
B 177 of 538 ~ 32.9%

%34.01
%33.09
%32.9

CMYK color model

#B7B2B1 color CMYK value is (0,3,3,28).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK:
(0,3,3,28)
C0M3Y3K28 
(0%,3%,3%,28%)
(0.00/0.03/0.03/0.28)	

CMYK percentages

%0
%2.73
%3.28
%28.24

Codes

Color #B7B2B1 in popluar color models

B7B2B1
RGB183178177
HSL10°4.00%70.59%
HSB/HSV10°3.28%71.76%
CMYK0.00%2.73%3.28%
28.24%

Color #B7B2B1 in popluar number systems.

HEXB7B2B1
Decimal183178177
Binary101101111011001010110001
Octal267262261

Shades and tints

Shades of #B7B2B1

#B7B2B1
(183,178,177)
#A7A2A1
(167,162,161)
#979291
(151,146,145)
#878281
(135,130,129)
#777271
(119,114,113)
#676261
(103,98,97)
#575251
(87,82,81)
#474241
(71,66,65)
#373231
(55,50,49)
#272221
(39,34,33)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #B7B2B1

#B7B2B1
(183,178,177)
#BDB9B8
(189,185,184)
#C3C0BF
(195,192,191)
#C9C7C6
(201,199,198)
#CFCECD
(207,206,205)
#D5D5D4
(213,213,212)
#DBDCDB
(219,220,219)
#E1E3E2
(225,227,226)
#E7EAE9
(231,234,233)
#EDF1F0
(237,241,240)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B2B1; }

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

This text font color is #B7B2B1.


Background Color

.myBgColor { background-color: #B7B2B1; }

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

This div background color is #B7B2B1.


Border color

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

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

This div border color is #B7B2B1.


Opacity

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

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

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

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

This text has shadow with #B7B2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B2B1 on black background.


Color preview on white background

This text has color #B7B2B1 on white background.



Black color preview on #B7B2B1 background

This text has black color on #B7B2B1 background.


White color preview on #B7B2B1 background

This text has white color on #B7B2B1 background.