COLOR #B2ABA6

HEX: #B2ABA6 RGB: (178,171,166)

Color info

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

RGB color model

#B2ABA6 color RGB value is (178,171,166).

RGB: (178,171,166) (70%, 67%, 65%)

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 166 of 255 = 65%

178
171
166

R + G + B ~ 67%. #B2ABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 171 + 166 = 515 (100%)
R 178 of 515 ~ 34.56%
G 171 of 515 ~ 33.2%
B 166 of 515 ~ 32.23'%

%34.56
%33.2
%32.23

CMYK color model

#B2ABA6 color CMYK value is (0,4,7,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 6.74%
  • key color value is 30.20%

CMYK: (0,4,7,30)
C0M4Y7K30 (0%, 4%, 7%, 30%)
(0.00 / 0.04 / 0.07 / 0.30)

CMYK percentages

%0
%3.93
%6.74
%30.2

Codes

Color #B2ABA6 in popluar color models

B2 AB A6
RGB 178 171 166
HSL 25° 7.23% 67.45%
HSB/HSV 25° 6.74% 69.80%
CMYK 0.00% 3.93% 6.74%
30.20%

Color #B2ABA6 in popluar number systems.

HEX B2 AB A6
Decimal 178 171 166
Binary 10110010 10101011 10100110
Octal 262 253 246

Shades and tints

Shades of #B2ABA6

#B2ABA6
(178,171,166)
#A29C97
(162,156,151)
#928D88
(146,141,136)
#827E79
(130,126,121)
#726F6A
(114,111,106)
#62605B
(98,96,91)
#52514C
(82,81,76)
#42423D
(66,66,61)
#32332E
(50,51,46)
#22241F
(34,36,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #B2ABA6

#B2ABA6
(178,171,166)
#B9B2AE
(185,178,174)
#C0B9B6
(192,185,182)
#C7C0BE
(199,192,190)
#CEC7C6
(206,199,198)
#D5CECE
(213,206,206)
#DCD5D6
(220,213,214)
#E3DCDE
(227,220,222)
#EAE3E6
(234,227,230)
#F1EAEE
(241,234,238)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABA6; }

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

This text font color is #B2ABA6.

Background Color

.myBgColor { background-color: #B2ABA6; }

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

This div background color is #B2ABA6.

Border color

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

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

This div border color is #B2ABA6.

Opacity

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

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

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

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

This text has shadow with #B2ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ABA6.

Preview

Color preview on black background

This text has color #B2ABA6 on black background.


Color preview on white background

This text has color #B2ABA6 on white background.


Black color preview on #B2ABA6 background

This text has black color on #B2ABA6 background.


White color preview on #B2ABA6 background

This text has white color on #B2ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #4D5459.


I love getcolorcode.com

Triadic colors

1 #A6B2AB and #ABA6B2 with #B2ABA6 are triadic colors.

2 #A6ABB2 and #ABB2A6 with #B2ABA6 are triadic colors.