COLOR #B0B8AB

HEX: #B0B8AB RGB: (176,184,171)

Color info

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

RGB color model

#B0B8AB color RGB value is (176,184,171).

RGB: (176,184,171) (69%, 72%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 171 of 255 = 67%

176
184
171

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

Portions of RGB colors in percentages

R + G + B = 176 + 184 + 171 = 531 (100%)
R 176 of 531 ~ 33.15%
G 184 of 531 ~ 34.65%
B 171 of 531 ~ 32.2'%

%33.15
%34.65
%32.2

CMYK color model

#B0B8AB color CMYK value is (4,0,7,28).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%

CMYK: (4,0,7,28)
C4M0Y7K28 (4%, 0%, 7%, 28%)
(0.04 / 0.00 / 0.07 / 0.28)

CMYK percentages

%4.35
%0
%7.07
%27.84

Codes

Color #B0B8AB in popluar color models

B0 B8 AB
RGB 176 184 171
HSL 97° 8.39% 69.61%
HSB/HSV 97° 7.07% 72.16%
CMYK 4.35% 0.00% 7.07%
27.84%

Color #B0B8AB in popluar number systems.

HEX B0 B8 AB
Decimal 176 184 171
Binary 10110000 10111000 10101011
Octal 260 270 253

Shades and tints

Shades of #B0B8AB

#B0B8AB
(176,184,171)
#A0A89C
(160,168,156)
#90988D
(144,152,141)
#80887E
(128,136,126)
#70786F
(112,120,111)
#606860
(96,104,96)
#505851
(80,88,81)
#404842
(64,72,66)
#303833
(48,56,51)
#202824
(32,40,36)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #B0B8AB

#B0B8AB
(176,184,171)
#B7BEB2
(183,190,178)
#BEC4B9
(190,196,185)
#C5CAC0
(197,202,192)
#CCD0C7
(204,208,199)
#D3D6CE
(211,214,206)
#DADCD5
(218,220,213)
#E1E2DC
(225,226,220)
#E8E8E3
(232,232,227)
#EFEEEA
(239,238,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8AB; }

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

This text font color is #B0B8AB.

Background Color

.myBgColor { background-color: #B0B8AB; }

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

This div background color is #B0B8AB.

Border color

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

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

This div border color is #B0B8AB.

Opacity

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

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

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

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

This text has shadow with #B0B8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B8AB.

Preview

Color preview on black background

This text has color #B0B8AB on black background.


Color preview on white background

This text has color #B0B8AB on white background.


Black color preview on #B0B8AB background

This text has black color on #B0B8AB background.


White color preview on #B0B8AB background

This text has white color on #B0B8AB background.


Related colors

Complementary color

Complementary color for #hex is #4F4754.


I love getcolorcode.com

Triadic colors

1 #ABB0B8 and #B8ABB0 with #B0B8AB are triadic colors.

2 #ABB8B0 and #B8B0AB with #B0B8AB are triadic colors.