COLOR #B2AB9B

HEX: #B2AB9B
RGB: (178,171,155)

Color info

#B2AB9B contains red, green and blue colors in about the same proportion. Web safe color of #B2AB9B is #999999 (or #999).

RGB color model

#B2AB9B color RGB value is (178,171,155).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 155 of 255 = 61%

178
171
155

R + G + B ~ 66%. #B2AB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 155 = 504 (100%)
R 178 of 504 ~ 35.32%
G 171 of 504 ~ 33.93%
B 155 of 504 ~ 30.75%

%35.32
%33.93
%30.75

CMYK color model

#B2AB9B color CMYK value is (0,4,13,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(0,4,13,30)
C0M4Y13K30 
(0%,4%,13%,30%)
(0.00/0.04/0.13/0.30)	

CMYK percentages

%0
%3.93
%12.92
%30.2

Codes

Color #B2AB9B in popluar color models

B2AB9B
RGB178171155
HSL42°12.99%65.29%
HSB/HSV42°12.92%69.80%
CMYK0.00%3.93%12.92%
30.20%

Color #B2AB9B in popluar number systems.

HEXB2AB9B
Decimal178171155
Binary101100101010101110011011
Octal262253233

Shades and tints

Shades of #B2AB9B

#B2AB9B
(178,171,155)
#A29C8D
(162,156,141)
#928D7F
(146,141,127)
#827E71
(130,126,113)
#726F63
(114,111,99)
#626055
(98,96,85)
#525147
(82,81,71)
#424239
(66,66,57)
#32332B
(50,51,43)
#22241D
(34,36,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #B2AB9B

#B2AB9B
(178,171,155)
#B9B2A4
(185,178,164)
#C0B9AD
(192,185,173)
#C7C0B6
(199,192,182)
#CEC7BF
(206,199,191)
#D5CEC8
(213,206,200)
#DCD5D1
(220,213,209)
#E3DCDA
(227,220,218)
#EAE3E3
(234,227,227)
#F1EAEC
(241,234,236)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AB9B; }

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

This text font color is #B2AB9B.


Background Color

.myBgColor { background-color: #B2AB9B; }

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

This div background color is #B2AB9B.


Border color

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

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

This div border color is #B2AB9B.


Opacity

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

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

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

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

This text has shadow with #B2AB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AB9B on black background.


Color preview on white background

This text has color #B2AB9B on white background.



Black color preview on #B2AB9B background

This text has black color on #B2AB9B background.


White color preview on #B2AB9B background

This text has white color on #B2AB9B background.