COLOR #B8B4B5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

184
180
181

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

Portions of RGB colors in percentages

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

%33.76
%33.03
%33.21

CMYK color model

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

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

CMYK percentages

%0
%2.17
%1.63
%27.84

Codes

Color #B8B4B5 in popluar color models

B8B4B5
RGB184180181
HSL345°2.74%71.37%
HSB/HSV345°2.17%72.16%
CMYK0.00%2.17%1.63%
27.84%

Color #B8B4B5 in popluar number systems.

HEXB8B4B5
Decimal184180181
Binary101110001011010010110101
Octal270264265

Shades and tints

Shades of #B8B4B5

#B8B4B5
(184,180,181)
#A8A4A5
(168,164,165)
#989495
(152,148,149)
#888485
(136,132,133)
#787475
(120,116,117)
#686465
(104,100,101)
#585455
(88,84,85)
#484445
(72,68,69)
#383435
(56,52,53)
#282425
(40,36,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B8B4B5

#B8B4B5
(184,180,181)
#BEBABB
(190,186,187)
#C4C0C1
(196,192,193)
#CAC6C7
(202,198,199)
#D0CCCD
(208,204,205)
#D6D2D3
(214,210,211)
#DCD8D9
(220,216,217)
#E2DEDF
(226,222,223)
#E8E4E5
(232,228,229)
#EEEAEB
(238,234,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B4B5; }

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

This text font color is #B8B4B5.


Background Color

.myBgColor { background-color: #B8B4B5; }

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

This div background color is #B8B4B5.


Border color

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

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

This div border color is #B8B4B5.


Opacity

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

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

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

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

This text has shadow with #B8B4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B4B5 on black background.


Color preview on white background

This text has color #B8B4B5 on white background.



Black color preview on #B8B4B5 background

This text has black color on #B8B4B5 background.


White color preview on #B8B4B5 background

This text has white color on #B8B4B5 background.