COLOR #B2AB9C

HEX: #B2AB9C
RGB: (178,171,156)

Color info

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

RGB color model

#B2AB9C color RGB value is (178,171,156).

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

RGB channels and saturation

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

178
171
156

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

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 156 = 505 (100%)
R 178 of 505 ~ 35.25%
G 171 of 505 ~ 33.86%
B 156 of 505 ~ 30.89%

%35.25
%33.86
%30.89

CMYK color model

#B2AB9C color CMYK value is (0,4,12,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(0,4,12,30)
C0M4Y12K30 
(0%,4%,12%,30%)
(0.00/0.04/0.12/0.30)	

CMYK percentages

%0
%3.93
%12.36
%30.2

Codes

Color #B2AB9C in popluar color models

B2AB9C
RGB178171156
HSL41°12.50%65.49%
HSB/HSV41°12.36%69.80%
CMYK0.00%3.93%12.36%
30.20%

Color #B2AB9C in popluar number systems.

HEXB2AB9C
Decimal178171156
Binary101100101010101110011100
Octal262253234

Shades and tints

Shades of #B2AB9C

#B2AB9C
(178,171,156)
#A29C8E
(162,156,142)
#928D80
(146,141,128)
#827E72
(130,126,114)
#726F64
(114,111,100)
#626056
(98,96,86)
#525148
(82,81,72)
#42423A
(66,66,58)
#32332C
(50,51,44)
#22241E
(34,36,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #B2AB9C

#B2AB9C
(178,171,156)
#B9B2A5
(185,178,165)
#C0B9AE
(192,185,174)
#C7C0B7
(199,192,183)
#CEC7C0
(206,199,192)
#D5CEC9
(213,206,201)
#DCD5D2
(220,213,210)
#E3DCDB
(227,220,219)
#EAE3E4
(234,227,228)
#F1EAED
(241,234,237)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AB9C; }

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

This text font color is #B2AB9C.


Background Color

.myBgColor { background-color: #B2AB9C; }

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

This div background color is #B2AB9C.


Border color

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

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

This div border color is #B2AB9C.


Opacity

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

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

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

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

This text has shadow with #B2AB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AB9C on black background.


Color preview on white background

This text has color #B2AB9C on white background.



Black color preview on #B2AB9C background

This text has black color on #B2AB9C background.


White color preview on #B2AB9C background

This text has white color on #B2AB9C background.