COLOR #B2B9AB

HEX: #B2B9AB RGB: (178,185,171)

Color info

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

RGB color model

#B2B9AB color RGB value is (178,185,171).

RGB: (178,185,171) (70%, 73%, 67%)

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 171 of 255 = 67%

178
185
171

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

Portions of RGB colors in percentages

R + G + B = 178 + 185 + 171 = 534 (100%)
R 178 of 534 ~ 33.33%
G 185 of 534 ~ 34.64%
B 171 of 534 ~ 32.02'%

%33.33
%34.64
%32.02

CMYK color model

#B2B9AB color CMYK value is (4,0,8,27).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK: (4,0,8,27) C4M0Y8K27 (4%,0%,8%,27%) (0.04/0.00/0.08/0.27) 

CMYK percentages

%3.78
%0
%7.57
%27.45

Codes

Color #B2B9AB in popluar color models

B2 B9 AB
RGB 178 185 171
HSL 90° 9.09% 69.80%
HSB/HSV 90° 7.57% 72.55%
CMYK 3.78% 0.00% 7.57%
27.45%

Color #B2B9AB in popluar number systems.

HEX B2 B9 AB
Decimal 178 185 171
Binary 10110010 10111001 10101011
Octal 262 271 253

Shades and tints

Shades of #B2B9AB

#B2B9AB
(178,185,171)
#A2A99C
(162,169,156)
#92998D
(146,153,141)
#82897E
(130,137,126)
#72796F
(114,121,111)
#626960
(98,105,96)
#525951
(82,89,81)
#424942
(66,73,66)
#323933
(50,57,51)
#222924
(34,41,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #B2B9AB

#B2B9AB
(178,185,171)
#B9BFB2
(185,191,178)
#C0C5B9
(192,197,185)
#C7CBC0
(199,203,192)
#CED1C7
(206,209,199)
#D5D7CE
(213,215,206)
#DCDDD5
(220,221,213)
#E3E3DC
(227,227,220)
#EAE9E3
(234,233,227)
#F1EFEA
(241,239,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B9AB; }

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

This text font color is #B2B9AB.

Background Color

.myBgColor { background-color: #B2B9AB; }

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

This div background color is #B2B9AB.

Border color

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

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

This div border color is #B2B9AB.

Opacity

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

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

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

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

This text has shadow with #B2B9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B9AB.

Preview

Color preview on black background

This text has color #B2B9AB on black background.


Color preview on white background

This text has color #B2B9AB on white background.


Black color preview on #B2B9AB background

This text has black color on #B2B9AB background.


White color preview on #B2B9AB background

This text has white color on #B2B9AB background.


Related colors

Complementary color

Complementary color for #hex is #4D4654.


I love getcolorcode.com

Triadic colors

1 #ABB2B9 and #B9ABB2 with #B2B9AB are triadic colors.

2 #ABB9B2 and #B9B2AB with #B2B9AB are triadic colors.