COLOR #B0B9AB

HEX: #B0B9AB RGB: (176,185,171)

Color info

#B0B9AB contains red, green and blue colors in about the same proportion. Web safe color of #B0B9AB is #99CC99 (or #9C9).

RGB color model

#B0B9AB color RGB value is (176,185,171).

RGB: (176,185,171) (69%, 73%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 171 of 255 = 67%

176
185
171

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

Portions of RGB colors in percentages

R + G + B = 176 + 185 + 171 = 532 (100%)
R 176 of 532 ~ 33.08%
G 185 of 532 ~ 34.77%
B 171 of 532 ~ 32.14'%

%33.08
%34.77
%32.14

CMYK color model

#B0B9AB color CMYK value is (5,0,8,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%

CMYK: (5,0,8,27)
C5M0Y8K27 (5%, 0%, 8%, 27%)
(0.05 / 0.00 / 0.08 / 0.27)

CMYK percentages

%4.86
%0
%7.57
%27.45

Codes

Color #B0B9AB in popluar color models

B0 B9 AB
RGB 176 185 171
HSL 99° 9.09% 69.80%
HSB/HSV 99° 7.57% 72.55%
CMYK 4.86% 0.00% 7.57%
27.45%

Color #B0B9AB in popluar number systems.

HEX B0 B9 AB
Decimal 176 185 171
Binary 10110000 10111001 10101011
Octal 260 271 253

Shades and tints

Shades of #B0B9AB

#B0B9AB
(176,185,171)
#A0A99C
(160,169,156)
#90998D
(144,153,141)
#80897E
(128,137,126)
#70796F
(112,121,111)
#606960
(96,105,96)
#505951
(80,89,81)
#404942
(64,73,66)
#303933
(48,57,51)
#202924
(32,41,36)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #B0B9AB

#B0B9AB
(176,185,171)
#B7BFB2
(183,191,178)
#BEC5B9
(190,197,185)
#C5CBC0
(197,203,192)
#CCD1C7
(204,209,199)
#D3D7CE
(211,215,206)
#DADDD5
(218,221,213)
#E1E3DC
(225,227,220)
#E8E9E3
(232,233,227)
#EFEFEA
(239,239,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B9AB color. Also use rgb(176,185,171) instead hex code.

Text Font Color

.myTextColor { color: #B0B9AB; }

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

This text font color is #B0B9AB.

Background Color

.myBgColor { background-color: #B0B9AB; }

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

This div background color is #B0B9AB.

Border color

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

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

This div border color is #B0B9AB.

Opacity

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

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

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

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

This text has shadow with #B0B9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B9AB.

Preview

Color preview on black background

This text has color #B0B9AB on black background.


Color preview on white background

This text has color #B0B9AB on white background.


Black color preview on #B0B9AB background

This text has black color on #B0B9AB background.


White color preview on #B0B9AB background

This text has white color on #B0B9AB background.


Related colors

Complementary color

Complementary color for #hex is #4F4654.


I love getcolorcode.com

Triadic colors

1 #ABB0B9 and #B9ABB0 with #B0B9AB are triadic colors.

2 #ABB9B0 and #B9B0AB with #B0B9AB are triadic colors.