COLOR #B5B8B7

HEX: #B5B8B7
RGB: (181,184,183)

Color info

#B5B8B7 contains red, green and blue colors in about the same proportion. Web safe color of #B5B8B7 is #CCCCCC (or #CCC).

RGB color model

#B5B8B7 color RGB value is (181,184,183).

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

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 183 of 255 = 72%

181
184
183

R + G + B ~ 72%. #B5B8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 184 + 183 = 548 (100%)
R 181 of 548 ~ 33.03%
G 184 of 548 ~ 33.58%
B 183 of 548 ~ 33.39%

%33.03
%33.58
%33.39

CMYK color model

#B5B8B7 color CMYK value is (2,0,1,28).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.84%
CMYK:
(2,0,1,28)
C2M0Y1K28 
(2%,0%,1%,28%)
(0.02/0.00/0.01/0.28)	

CMYK percentages

%1.63
%0
%0.54
%27.84

Codes

Color #B5B8B7 in popluar color models

B5B8B7
RGB181184183
HSL160°2.07%71.57%
HSB/HSV160°1.63%72.16%
CMYK1.63%0.00%0.54%
27.84%

Color #B5B8B7 in popluar number systems.

HEXB5B8B7
Decimal181184183
Binary101101011011100010110111
Octal265270267

Shades and tints

Shades of #B5B8B7

#B5B8B7
(181,184,183)
#A5A8A7
(165,168,167)
#959897
(149,152,151)
#858887
(133,136,135)
#757877
(117,120,119)
#656867
(101,104,103)
#555857
(85,88,87)
#454847
(69,72,71)
#353837
(53,56,55)
#252827
(37,40,39)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #B5B8B7

#B5B8B7
(181,184,183)
#BBBEBD
(187,190,189)
#C1C4C3
(193,196,195)
#C7CAC9
(199,202,201)
#CDD0CF
(205,208,207)
#D3D6D5
(211,214,213)
#D9DCDB
(217,220,219)
#DFE2E1
(223,226,225)
#E5E8E7
(229,232,231)
#EBEEED
(235,238,237)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B8B7; }

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

This text font color is #B5B8B7.


Background Color

.myBgColor { background-color: #B5B8B7; }

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

This div background color is #B5B8B7.


Border color

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

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

This div border color is #B5B8B7.


Opacity

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

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

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

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

This text has shadow with #B5B8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B8B7 on black background.


Color preview on white background

This text has color #B5B8B7 on white background.



Black color preview on #B5B8B7 background

This text has black color on #B5B8B7 background.


White color preview on #B5B8B7 background

This text has white color on #B5B8B7 background.