COLOR #B5B2B7

HEX: #B5B2B7
RGB: (181,178,183)

Color info

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

RGB color model

#B5B2B7 color RGB value is (181,178,183).

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

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 183 of 255 = 72%

181
178
183

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

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 183 = 542 (100%)
R 181 of 542 ~ 33.39%
G 178 of 542 ~ 32.84%
B 183 of 542 ~ 33.76%

%33.39
%32.84
%33.76

CMYK color model

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

  • cyan value is 1.09%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(1,3,0,28)
C1M3Y0K28 
(1%,3%,0%,28%)
(0.01/0.03/0.00/0.28)	

CMYK percentages

%1.09
%2.73
%0
%28.24

Codes

Color #B5B2B7 in popluar color models

B5B2B7
RGB181178183
HSL276°3.36%70.78%
HSB/HSV276°2.73%71.76%
CMYK1.09%2.73%0.00%
28.24%

Color #B5B2B7 in popluar number systems.

HEXB5B2B7
Decimal181178183
Binary101101011011001010110111
Octal265262267

Shades and tints

Shades of #B5B2B7

#B5B2B7
(181,178,183)
#A5A2A7
(165,162,167)
#959297
(149,146,151)
#858287
(133,130,135)
#757277
(117,114,119)
#656267
(101,98,103)
#555257
(85,82,87)
#454247
(69,66,71)
#353237
(53,50,55)
#252227
(37,34,39)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B5B2B7

#B5B2B7
(181,178,183)
#BBB9BD
(187,185,189)
#C1C0C3
(193,192,195)
#C7C7C9
(199,199,201)
#CDCECF
(205,206,207)
#D3D5D5
(211,213,213)
#D9DCDB
(217,220,219)
#DFE3E1
(223,227,225)
#E5EAE7
(229,234,231)
#EBF1ED
(235,241,237)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B2B7; }

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

This text font color is #B5B2B7.


Background Color

.myBgColor { background-color: #B5B2B7; }

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

This div background color is #B5B2B7.


Border color

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

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

This div border color is #B5B2B7.


Opacity

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

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

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

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

This text has shadow with #B5B2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B2B7 on black background.


Color preview on white background

This text has color #B5B2B7 on white background.



Black color preview on #B5B2B7 background

This text has black color on #B5B2B7 background.


White color preview on #B5B2B7 background

This text has white color on #B5B2B7 background.