COLOR #B8B2B4

HEX: #B8B2B4
RGB: (184,178,180)

Color info

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

RGB color model

#B8B2B4 color RGB value is (184,178,180).

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

RGB channels and saturation

R 184 of 255 = 72%
G 178 of 255 = 70%
B 180 of 255 = 71%

184
178
180

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

Portions of RGB colors in percentages

R + G + B =
184 + 178 + 180 = 542 (100%)
R 184 of 542 ~ 33.95%
G 178 of 542 ~ 32.84%
B 180 of 542 ~ 33.21%

%33.95
%32.84
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(0,3,2,28)
C0M3Y2K28 
(0%,3%,2%,28%)
(0.00/0.03/0.02/0.28)	

CMYK percentages

%0
%3.26
%2.17
%27.84

Codes

Color #B8B2B4 in popluar color models

B8B2B4
RGB184178180
HSL340°4.05%70.98%
HSB/HSV340°3.26%72.16%
CMYK0.00%3.26%2.17%
27.84%

Color #B8B2B4 in popluar number systems.

HEXB8B2B4
Decimal184178180
Binary101110001011001010110100
Octal270262264

Shades and tints

Shades of #B8B2B4

#B8B2B4
(184,178,180)
#A8A2A4
(168,162,164)
#989294
(152,146,148)
#888284
(136,130,132)
#787274
(120,114,116)
#686264
(104,98,100)
#585254
(88,82,84)
#484244
(72,66,68)
#383234
(56,50,52)
#282224
(40,34,36)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #B8B2B4

#B8B2B4
(184,178,180)
#BEB9BA
(190,185,186)
#C4C0C0
(196,192,192)
#CAC7C6
(202,199,198)
#D0CECC
(208,206,204)
#D6D5D2
(214,213,210)
#DCDCD8
(220,220,216)
#E2E3DE
(226,227,222)
#E8EAE4
(232,234,228)
#EEF1EA
(238,241,234)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B2B4; }

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

This text font color is #B8B2B4.


Background Color

.myBgColor { background-color: #B8B2B4; }

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

This div background color is #B8B2B4.


Border color

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

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

This div border color is #B8B2B4.


Opacity

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

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

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

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

This text has shadow with #B8B2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B2B4 on black background.


Color preview on white background

This text has color #B8B2B4 on white background.



Black color preview on #B8B2B4 background

This text has black color on #B8B2B4 background.


White color preview on #B8B2B4 background

This text has white color on #B8B2B4 background.