COLOR #B1ABB3

HEX: #B1ABB3 RGB: (177,171,179)

Color info

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

RGB color model

#B1ABB3 color RGB value is (177,171,179).

RGB: (177,171,179) (69%, 67%, 70%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 179 of 255 = 70%

177
171
179

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

Portions of RGB colors in percentages

R + G + B = 177 + 171 + 179 = 527 (100%)
R 177 of 527 ~ 33.59%
G 171 of 527 ~ 32.45%
B 179 of 527 ~ 33.97'%

%33.59
%32.45
%33.97

CMYK color model

#B1ABB3 color CMYK value is (1,4,0,30).

  • cyan value is 1.12%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (1,4,0,30)
C1M4Y0K30 (1%, 4%, 0%, 30%)
(0.01 / 0.04 / 0.00 / 0.30)

CMYK percentages

%1.12
%4.47
%0
%29.8

Codes

Color #B1ABB3 in popluar color models

B1 AB B3
RGB 177 171 179
HSL 285° 5.00% 68.63%
HSB/HSV 285° 4.47% 70.20%
CMYK 1.12% 4.47% 0.00%
29.80%

Color #B1ABB3 in popluar number systems.

HEX B1 AB B3
Decimal 177 171 179
Binary 10110001 10101011 10110011
Octal 261 253 263

Shades and tints

Shades of #B1ABB3

#B1ABB3
(177,171,179)
#A19CA3
(161,156,163)
#918D93
(145,141,147)
#817E83
(129,126,131)
#716F73
(113,111,115)
#616063
(97,96,99)
#515153
(81,81,83)
#414243
(65,66,67)
#313333
(49,51,51)
#212423
(33,36,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1ABB3

#B1ABB3
(177,171,179)
#B8B2B9
(184,178,185)
#BFB9BF
(191,185,191)
#C6C0C5
(198,192,197)
#CDC7CB
(205,199,203)
#D4CED1
(212,206,209)
#DBD5D7
(219,213,215)
#E2DCDD
(226,220,221)
#E9E3E3
(233,227,227)
#F0EAE9
(240,234,233)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABB3; }

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

This text font color is #B1ABB3.

Background Color

.myBgColor { background-color: #B1ABB3; }

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

This div background color is #B1ABB3.

Border color

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

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

This div border color is #B1ABB3.

Opacity

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

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

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

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

This text has shadow with #B1ABB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ABB3.

Preview

Color preview on black background

This text has color #B1ABB3 on black background.


Color preview on white background

This text has color #B1ABB3 on white background.


Black color preview on #B1ABB3 background

This text has black color on #B1ABB3 background.


White color preview on #B1ABB3 background

This text has white color on #B1ABB3 background.


Related colors

Complementary color

Complementary color for #hex is #4E544C.


I love getcolorcode.com

Triadic colors

1 #B3B1AB and #ABB3B1 with #B1ABB3 are triadic colors.

2 #B3ABB1 and #ABB1B3 with #B1ABB3 are triadic colors.