COLOR #B2AB9E

HEX: #B2AB9E
RGB: (178,171,158)

Color info

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

RGB color model

#B2AB9E color RGB value is (178,171,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 158 of 255 = 62%

178
171
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 158 = 507 (100%)
R 178 of 507 ~ 35.11%
G 171 of 507 ~ 33.73%
B 158 of 507 ~ 31.16%

%35.11
%33.73
%31.16

CMYK color model

#B2AB9E color CMYK value is (0,4,11,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(0,4,11,30)
C0M4Y11K30 
(0%,4%,11%,30%)
(0.00/0.04/0.11/0.30)	

CMYK percentages

%0
%3.93
%11.24
%30.2

Codes

Color #B2AB9E in popluar color models

B2AB9E
RGB178171158
HSL39°11.49%65.88%
HSB/HSV39°11.24%69.80%
CMYK0.00%3.93%11.24%
30.20%

Color #B2AB9E in popluar number systems.

HEXB2AB9E
Decimal178171158
Binary101100101010101110011110
Octal262253236

Shades and tints

Shades of #B2AB9E

#B2AB9E
(178,171,158)
#A29C90
(162,156,144)
#928D82
(146,141,130)
#827E74
(130,126,116)
#726F66
(114,111,102)
#626058
(98,96,88)
#52514A
(82,81,74)
#42423C
(66,66,60)
#32332E
(50,51,46)
#222420
(34,36,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #B2AB9E

#B2AB9E
(178,171,158)
#B9B2A6
(185,178,166)
#C0B9AE
(192,185,174)
#C7C0B6
(199,192,182)
#CEC7BE
(206,199,190)
#D5CEC6
(213,206,198)
#DCD5CE
(220,213,206)
#E3DCD6
(227,220,214)
#EAE3DE
(234,227,222)
#F1EAE6
(241,234,230)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AB9E; }

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

This text font color is #B2AB9E.


Background Color

.myBgColor { background-color: #B2AB9E; }

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

This div background color is #B2AB9E.


Border color

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

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

This div border color is #B2AB9E.


Opacity

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

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

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

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

This text has shadow with #B2AB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AB9E on black background.


Color preview on white background

This text has color #B2AB9E on white background.



Black color preview on #B2AB9E background

This text has black color on #B2AB9E background.


White color preview on #B2AB9E background

This text has white color on #B2AB9E background.