COLOR #B6ABAA

HEX: #B6ABAA
RGB: (182,171,170)

Color info

#B6ABAA contains red, green and blue colors in about the same proportion. Web safe color of #B6ABAA is #CC9999 (or #C99).

RGB color model

#B6ABAA color RGB value is (182,171,170).

  • red value is 182;
  • green value is 171;
  • blue value is 170.
RGB:
(182,171,170)
(71%,67%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 170 of 255 = 67%

182
171
170

R + G + B ~ 68%. #B6ABAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 170 = 523 (100%)
R 182 of 523 ~ 34.8%
G 171 of 523 ~ 32.7%
B 170 of 523 ~ 32.5%

%34.8
%32.7
%32.5

CMYK color model

#B6ABAA color CMYK value is (0,6,7,29).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,6,7,29)
C0M6Y7K29 
(0%,6%,7%,29%)
(0.00/0.06/0.07/0.29)	

CMYK percentages

%0
%6.04
%6.59
%28.63

Codes

Color #B6ABAA in popluar color models

B6ABAA
RGB182171170
HSL7.59%69.02%
HSB/HSV6.59%71.37%
CMYK0.00%6.04%6.59%
28.63%

Color #B6ABAA in popluar number systems.

HEXB6ABAA
Decimal182171170
Binary101101101010101110101010
Octal266253252

Shades and tints

Shades of #B6ABAA

#B6ABAA
(182,171,170)
#A69C9B
(166,156,155)
#968D8C
(150,141,140)
#867E7D
(134,126,125)
#766F6E
(118,111,110)
#66605F
(102,96,95)
#565150
(86,81,80)
#464241
(70,66,65)
#363332
(54,51,50)
#262423
(38,36,35)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6ABAA

#B6ABAA
(182,171,170)
#BCB2B1
(188,178,177)
#C2B9B8
(194,185,184)
#C8C0BF
(200,192,191)
#CEC7C6
(206,199,198)
#D4CECD
(212,206,205)
#DAD5D4
(218,213,212)
#E0DCDB
(224,220,219)
#E6E3E2
(230,227,226)
#ECEAE9
(236,234,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ABAA color. Also use rgb(182,171,170) instead hex code.

Text Font Color

.myTextColor { color: #B6ABAA; }

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

This text font color is #B6ABAA.


Background Color

.myBgColor { background-color: #B6ABAA; }

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

This div background color is #B6ABAA.


Border color

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

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

This div border color is #B6ABAA.


Opacity

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

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

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

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

This text has shadow with #B6ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ABAA on black background.


Color preview on white background

This text has color #B6ABAA on white background.



Black color preview on #B6ABAA background

This text has black color on #B6ABAA background.


White color preview on #B6ABAA background

This text has white color on #B6ABAA background.