COLOR #B3ABBB

HEX: #B3ABBB RGB: (179,171,187)

Color info

#B3ABBB contains red, green and blue colors in about the same proportion. Web safe color of #B3ABBB is #9999CC (or #99C).

RGB color model

#B3ABBB color RGB value is (179,171,187).

RGB: (179,171,187) (70%, 67%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 187 of 255 = 73%

179
171
187

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

Portions of RGB colors in percentages

R + G + B = 179 + 171 + 187 = 537 (100%)
R 179 of 537 ~ 33.33%
G 171 of 537 ~ 31.84%
B 187 of 537 ~ 34.82'%

%33.33
%31.84
%34.82

CMYK color model

#B3ABBB color CMYK value is (4,9,0,27).

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

CMYK: (4,9,0,27)
C4M9Y0K27 (4%, 9%, 0%, 27%)
(0.04 / 0.09 / 0.00 / 0.27)

CMYK percentages

%4.28
%8.56
%0
%26.67

Codes

Color #B3ABBB in popluar color models

B3 AB BB
RGB 179 171 187
HSL 270° 10.53% 70.20%
HSB/HSV 270° 8.56% 73.33%
CMYK 4.28% 8.56% 0.00%
26.67%

Color #B3ABBB in popluar number systems.

HEX B3 AB BB
Decimal 179 171 187
Binary 10110011 10101011 10111011
Octal 263 253 273

Shades and tints

Shades of #B3ABBB

#B3ABBB
(179,171,187)
#A39CAA
(163,156,170)
#938D99
(147,141,153)
#837E88
(131,126,136)
#736F77
(115,111,119)
#636066
(99,96,102)
#535155
(83,81,85)
#434244
(67,66,68)
#333333
(51,51,51)
#232422
(35,36,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #B3ABBB

#B3ABBB
(179,171,187)
#B9B2C1
(185,178,193)
#BFB9C7
(191,185,199)
#C5C0CD
(197,192,205)
#CBC7D3
(203,199,211)
#D1CED9
(209,206,217)
#D7D5DF
(215,213,223)
#DDDCE5
(221,220,229)
#E3E3EB
(227,227,235)
#E9EAF1
(233,234,241)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ABBB; }

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

This text font color is #B3ABBB.

Background Color

.myBgColor { background-color: #B3ABBB; }

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

This div background color is #B3ABBB.

Border color

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

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

This div border color is #B3ABBB.

Opacity

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

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

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

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

This text has shadow with #B3ABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ABBB.

Preview

Color preview on black background

This text has color #B3ABBB on black background.


Color preview on white background

This text has color #B3ABBB on white background.


Black color preview on #B3ABBB background

This text has black color on #B3ABBB background.


White color preview on #B3ABBB background

This text has white color on #B3ABBB background.


Related colors

Complementary color

Complementary color for #hex is #4C5444.


I love getcolorcode.com

Triadic colors

1 #BBB3AB and #ABBBB3 with #B3ABBB are triadic colors.

2 #BBABB3 and #ABB3BB with #B3ABBB are triadic colors.