COLOR #B5B8B4

HEX: #B5B8B4
RGB: (181,184,180)

Color info

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

RGB color model

#B5B8B4 color RGB value is (181,184,180).

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

RGB channels and saturation

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

181
184
180

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

Portions of RGB colors in percentages

R + G + B =
181 + 184 + 180 = 545 (100%)
R 181 of 545 ~ 33.21%
G 184 of 545 ~ 33.76%
B 180 of 545 ~ 33.03%

%33.21
%33.76
%33.03

CMYK color model

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

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(2,0,2,28)
C2M0Y2K28 
(2%,0%,2%,28%)
(0.02/0.00/0.02/0.28)	

CMYK percentages

%1.63
%0
%2.17
%27.84

Codes

Color #B5B8B4 in popluar color models

B5B8B4
RGB181184180
HSL105°2.74%71.37%
HSB/HSV105°2.17%72.16%
CMYK1.63%0.00%2.17%
27.84%

Color #B5B8B4 in popluar number systems.

HEXB5B8B4
Decimal181184180
Binary101101011011100010110100
Octal265270264

Shades and tints

Shades of #B5B8B4

#B5B8B4
(181,184,180)
#A5A8A4
(165,168,164)
#959894
(149,152,148)
#858884
(133,136,132)
#757874
(117,120,116)
#656864
(101,104,100)
#555854
(85,88,84)
#454844
(69,72,68)
#353834
(53,56,52)
#252824
(37,40,36)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #B5B8B4

#B5B8B4
(181,184,180)
#BBBEBA
(187,190,186)
#C1C4C0
(193,196,192)
#C7CAC6
(199,202,198)
#CDD0CC
(205,208,204)
#D3D6D2
(211,214,210)
#D9DCD8
(217,220,216)
#DFE2DE
(223,226,222)
#E5E8E4
(229,232,228)
#EBEEEA
(235,238,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B8B4; }

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

This text font color is #B5B8B4.


Background Color

.myBgColor { background-color: #B5B8B4; }

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

This div background color is #B5B8B4.


Border color

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

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

This div border color is #B5B8B4.


Opacity

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

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

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

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

This text has shadow with #B5B8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B8B4 on black background.


Color preview on white background

This text has color #B5B8B4 on white background.



Black color preview on #B5B8B4 background

This text has black color on #B5B8B4 background.


White color preview on #B5B8B4 background

This text has white color on #B5B8B4 background.