COLOR #B2B8AB

HEX: #B2B8AB
RGB: (178,184,171)

Color info

#B2B8AB contains red, green and blue colors in about the same proportion. Web safe color of #B2B8AB is #99CC99 (or #9C9).

RGB color model

#B2B8AB color RGB value is (178,184,171).

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

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 171 of 255 = 67%

178
184
171

R + G + B ~ 70%. #B2B8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 171 = 533 (100%)
R 178 of 533 ~ 33.4%
G 184 of 533 ~ 34.52%
B 171 of 533 ~ 32.08%

%33.4
%34.52
%32.08

CMYK color model

#B2B8AB color CMYK value is (3,0,7,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(3,0,7,28)
C3M0Y7K28 
(3%,0%,7%,28%)
(0.03/0.00/0.07/0.28)	

CMYK percentages

%3.26
%0
%7.07
%27.84

Codes

Color #B2B8AB in popluar color models

B2B8AB
RGB178184171
HSL88°8.39%69.61%
HSB/HSV88°7.07%72.16%
CMYK3.26%0.00%7.07%
27.84%

Color #B2B8AB in popluar number systems.

HEXB2B8AB
Decimal178184171
Binary101100101011100010101011
Octal262270253

Shades and tints

Shades of #B2B8AB

#B2B8AB
(178,184,171)
#A2A89C
(162,168,156)
#92988D
(146,152,141)
#82887E
(130,136,126)
#72786F
(114,120,111)
#626860
(98,104,96)
#525851
(82,88,81)
#424842
(66,72,66)
#323833
(50,56,51)
#222824
(34,40,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #B2B8AB

#B2B8AB
(178,184,171)
#B9BEB2
(185,190,178)
#C0C4B9
(192,196,185)
#C7CAC0
(199,202,192)
#CED0C7
(206,208,199)
#D5D6CE
(213,214,206)
#DCDCD5
(220,220,213)
#E3E2DC
(227,226,220)
#EAE8E3
(234,232,227)
#F1EEEA
(241,238,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B8AB; }

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

This text font color is #B2B8AB.


Background Color

.myBgColor { background-color: #B2B8AB; }

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

This div background color is #B2B8AB.


Border color

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

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

This div border color is #B2B8AB.


Opacity

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

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

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

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

This text has shadow with #B2B8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B8AB on black background.


Color preview on white background

This text has color #B2B8AB on white background.



Black color preview on #B2B8AB background

This text has black color on #B2B8AB background.


White color preview on #B2B8AB background

This text has white color on #B2B8AB background.