COLOR #B3ABB7

HEX: #B3ABB7 RGB: (179,171,183)

Color info

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

RGB color model

#B3ABB7 color RGB value is (179,171,183).

RGB: (179,171,183) (70%, 67%, 72%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 183 of 255 = 72%

179
171
183

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

Portions of RGB colors in percentages

R + G + B = 179 + 171 + 183 = 533 (100%)
R 179 of 533 ~ 33.58%
G 171 of 533 ~ 32.08%
B 183 of 533 ~ 34.33'%

%33.58
%32.08
%34.33

CMYK color model

#B3ABB7 color CMYK value is (2,7,0,28).

  • cyan value is 2.19%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (2,7,0,28)
C2M7Y0K28 (2%, 7%, 0%, 28%)
(0.02 / 0.07 / 0.00 / 0.28)

CMYK percentages

%2.19
%6.56
%0
%28.24

Codes

Color #B3ABB7 in popluar color models

B3 AB B7
RGB 179 171 183
HSL 280° 7.69% 69.41%
HSB/HSV 280° 6.56% 71.76%
CMYK 2.19% 6.56% 0.00%
28.24%

Color #B3ABB7 in popluar number systems.

HEX B3 AB B7
Decimal 179 171 183
Binary 10110011 10101011 10110111
Octal 263 253 267

Shades and tints

Shades of #B3ABB7

#B3ABB7
(179,171,183)
#A39CA7
(163,156,167)
#938D97
(147,141,151)
#837E87
(131,126,135)
#736F77
(115,111,119)
#636067
(99,96,103)
#535157
(83,81,87)
#434247
(67,66,71)
#333337
(51,51,55)
#232427
(35,36,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B3ABB7

#B3ABB7
(179,171,183)
#B9B2BD
(185,178,189)
#BFB9C3
(191,185,195)
#C5C0C9
(197,192,201)
#CBC7CF
(203,199,207)
#D1CED5
(209,206,213)
#D7D5DB
(215,213,219)
#DDDCE1
(221,220,225)
#E3E3E7
(227,227,231)
#E9EAED
(233,234,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ABB7; }

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

This text font color is #B3ABB7.

Background Color

.myBgColor { background-color: #B3ABB7; }

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

This div background color is #B3ABB7.

Border color

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

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

This div border color is #B3ABB7.

Opacity

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

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

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

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

This text has shadow with #B3ABB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ABB7.

Preview

Color preview on black background

This text has color #B3ABB7 on black background.


Color preview on white background

This text has color #B3ABB7 on white background.


Black color preview on #B3ABB7 background

This text has black color on #B3ABB7 background.


White color preview on #B3ABB7 background

This text has white color on #B3ABB7 background.


Related colors

Complementary color

Complementary color for #hex is #4C5448.


I love getcolorcode.com

Triadic colors

1 #B7B3AB and #ABB7B3 with #B3ABB7 are triadic colors.

2 #B7ABB3 and #ABB3B7 with #B3ABB7 are triadic colors.