COLOR #B6ABB1

HEX: #B6ABB1 RGB: (182,171,177)

Color info

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

RGB color model

#B6ABB1 color RGB value is (182,171,177).

RGB: (182,171,177) (71%, 67%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 177 of 255 = 69%

182
171
177

R + G + B ~ 69%. #B6ABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 177 = 530 (100%)
R 182 of 530 ~ 34.34%
G 171 of 530 ~ 32.26%
B 177 of 530 ~ 33.4'%

%34.34
%32.26
%33.4

CMYK color model

#B6ABB1 color CMYK value is (0,6,3,29).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 2.75%
  • key color value is 28.63%

CMYK: (0,6,3,29)
C0M6Y3K29 (0%, 6%, 3%, 29%)
(0.00 / 0.06 / 0.03 / 0.29)

CMYK percentages

%0
%6.04
%2.75
%28.63

Codes

Color #B6ABB1 in popluar color models

B6 AB B1
RGB 182 171 177
HSL 327° 7.01% 69.22%
HSB/HSV 327° 6.04% 71.37%
CMYK 0.00% 6.04% 2.75%
28.63%

Color #B6ABB1 in popluar number systems.

HEX B6 AB B1
Decimal 182 171 177
Binary 10110110 10101011 10110001
Octal 266 253 261

Shades and tints

Shades of #B6ABB1

#B6ABB1
(182,171,177)
#A69CA1
(166,156,161)
#968D91
(150,141,145)
#867E81
(134,126,129)
#766F71
(118,111,113)
#666061
(102,96,97)
#565151
(86,81,81)
#464241
(70,66,65)
#363331
(54,51,49)
#262421
(38,36,33)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B6ABB1

#B6ABB1
(182,171,177)
#BCB2B8
(188,178,184)
#C2B9BF
(194,185,191)
#C8C0C6
(200,192,198)
#CEC7CD
(206,199,205)
#D4CED4
(212,206,212)
#DAD5DB
(218,213,219)
#E0DCE2
(224,220,226)
#E6E3E9
(230,227,233)
#ECEAF0
(236,234,240)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ABB1; }

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

This text font color is #B6ABB1.

Background Color

.myBgColor { background-color: #B6ABB1; }

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

This div background color is #B6ABB1.

Border color

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

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

This div border color is #B6ABB1.

Opacity

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

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

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

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

This text has shadow with #B6ABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ABB1.

Preview

Color preview on black background

This text has color #B6ABB1 on black background.


Color preview on white background

This text has color #B6ABB1 on white background.


Black color preview on #B6ABB1 background

This text has black color on #B6ABB1 background.


White color preview on #B6ABB1 background

This text has white color on #B6ABB1 background.


Related colors

Complementary color

Complementary color for #hex is #49544E.


I love getcolorcode.com

Triadic colors

1 #B1B6AB and #ABB1B6 with #B6ABB1 are triadic colors.

2 #B1ABB6 and #ABB6B1 with #B6ABB1 are triadic colors.