COLOR #B6ABBB

HEX: #B6ABBB RGB: (182,171,187)

Color info

#B6ABBB contains red, green and blue colors in about the same proportion. Web safe color of #B6ABBB is #CC99CC (or #C9C).

RGB color model

#B6ABBB color RGB value is (182,171,187).

RGB: (182,171,187) (71%, 67%, 73%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 187 of 255 = 73%

182
171
187

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

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 187 = 540 (100%)
R 182 of 540 ~ 33.7%
G 171 of 540 ~ 31.67%
B 187 of 540 ~ 34.63'%

%33.7
%31.67
%34.63

CMYK color model

#B6ABBB color CMYK value is (3,9,0,27).

  • cyan value is 2.67%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (3,9,0,27)
C3M9Y0K27 (3%, 9%, 0%, 27%)
(0.03 / 0.09 / 0.00 / 0.27)

CMYK percentages

%2.67
%8.56
%0
%26.67

Codes

Color #B6ABBB in popluar color models

B6 AB BB
RGB 182 171 187
HSL 281° 10.53% 70.20%
HSB/HSV 281° 8.56% 73.33%
CMYK 2.67% 8.56% 0.00%
26.67%

Color #B6ABBB in popluar number systems.

HEX B6 AB BB
Decimal 182 171 187
Binary 10110110 10101011 10111011
Octal 266 253 273

Shades and tints

Shades of #B6ABBB

#B6ABBB
(182,171,187)
#A69CAA
(166,156,170)
#968D99
(150,141,153)
#867E88
(134,126,136)
#766F77
(118,111,119)
#666066
(102,96,102)
#565155
(86,81,85)
#464244
(70,66,68)
#363333
(54,51,51)
#262422
(38,36,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B6ABBB

#B6ABBB
(182,171,187)
#BCB2C1
(188,178,193)
#C2B9C7
(194,185,199)
#C8C0CD
(200,192,205)
#CEC7D3
(206,199,211)
#D4CED9
(212,206,217)
#DAD5DF
(218,213,223)
#E0DCE5
(224,220,229)
#E6E3EB
(230,227,235)
#ECEAF1
(236,234,241)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ABBB; }

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

This text font color is #B6ABBB.

Background Color

.myBgColor { background-color: #B6ABBB; }

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

This div background color is #B6ABBB.

Border color

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

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

This div border color is #B6ABBB.

Opacity

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

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

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

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

This text has shadow with #B6ABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ABBB.

Preview

Color preview on black background

This text has color #B6ABBB on black background.


Color preview on white background

This text has color #B6ABBB on white background.


Black color preview on #B6ABBB background

This text has black color on #B6ABBB background.


White color preview on #B6ABBB background

This text has white color on #B6ABBB background.


Related colors

Complementary color

Complementary color for #hex is #495444.


I love getcolorcode.com

Triadic colors

1 #BBB6AB and #ABBBB6 with #B6ABBB are triadic colors.

2 #BBABB6 and #ABB6BB with #B6ABBB are triadic colors.