COLOR #B2AB9F

HEX: #B2AB9F
RGB: (178,171,159)

Color info

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

RGB color model

#B2AB9F color RGB value is (178,171,159).

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

RGB channels and saturation

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

178
171
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 159 = 508 (100%)
R 178 of 508 ~ 35.04%
G 171 of 508 ~ 33.66%
B 159 of 508 ~ 31.3%

%35.04
%33.66
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 10.67%
  • 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
%10.67
%30.2

Codes

Color #B2AB9F in popluar color models

B2AB9F
RGB178171159
HSL38°10.98%66.08%
HSB/HSV38°10.67%69.80%
CMYK0.00%3.93%10.67%
30.20%

Color #B2AB9F in popluar number systems.

HEXB2AB9F
Decimal178171159
Binary101100101010101110011111
Octal262253237

Shades and tints

Shades of #B2AB9F

#B2AB9F
(178,171,159)
#A29C91
(162,156,145)
#928D83
(146,141,131)
#827E75
(130,126,117)
#726F67
(114,111,103)
#626059
(98,96,89)
#52514B
(82,81,75)
#42423D
(66,66,61)
#32332F
(50,51,47)
#222421
(34,36,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #B2AB9F

#B2AB9F
(178,171,159)
#B9B2A7
(185,178,167)
#C0B9AF
(192,185,175)
#C7C0B7
(199,192,183)
#CEC7BF
(206,199,191)
#D5CEC7
(213,206,199)
#DCD5CF
(220,213,207)
#E3DCD7
(227,220,215)
#EAE3DF
(234,227,223)
#F1EAE7
(241,234,231)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AB9F; }

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

This text font color is #B2AB9F.


Background Color

.myBgColor { background-color: #B2AB9F; }

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

This div background color is #B2AB9F.


Border color

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

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

This div border color is #B2AB9F.


Opacity

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

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

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

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

This text has shadow with #B2AB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AB9F on black background.


Color preview on white background

This text has color #B2AB9F on white background.



Black color preview on #B2AB9F background

This text has black color on #B2AB9F background.


White color preview on #B2AB9F background

This text has white color on #B2AB9F background.