COLOR #B0A1B8

HEX: #B0A1B8 RGB: (176,161,184)

Color info

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

RGB color model

#B0A1B8 color RGB value is (176,161,184).

RGB: (176,161,184) (69%, 63%, 72%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 184 of 255 = 72%

176
161
184

R + G + B ~ 68%. #B0A1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 161 + 184 = 521 (100%)
R 176 of 521 ~ 33.78%
G 161 of 521 ~ 30.9%
B 184 of 521 ~ 35.32'%

%33.78
%30.9
%35.32

CMYK color model

#B0A1B8 color CMYK value is (4,13,0,28).

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

CMYK: (4,13,0,28)
C4M13Y0K28 (4%, 13%, 0%, 28%)
(0.04 / 0.13 / 0.00 / 0.28)

CMYK percentages

%4.35
%12.5
%0
%27.84

Codes

Color #B0A1B8 in popluar color models

B0 A1 B8
RGB 176 161 184
HSL 279° 13.94% 67.65%
HSB/HSV 279° 12.50% 72.16%
CMYK 4.35% 12.50% 0.00%
27.84%

Color #B0A1B8 in popluar number systems.

HEX B0 A1 B8
Decimal 176 161 184
Binary 10110000 10100001 10111000
Octal 260 241 270

Shades and tints

Shades of #B0A1B8

#B0A1B8
(176,161,184)
#A093A8
(160,147,168)
#908598
(144,133,152)
#807788
(128,119,136)
#706978
(112,105,120)
#605B68
(96,91,104)
#504D58
(80,77,88)
#403F48
(64,63,72)
#303138
(48,49,56)
#202328
(32,35,40)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B0A1B8

#B0A1B8
(176,161,184)
#B7A9BE
(183,169,190)
#BEB1C4
(190,177,196)
#C5B9CA
(197,185,202)
#CCC1D0
(204,193,208)
#D3C9D6
(211,201,214)
#DAD1DC
(218,209,220)
#E1D9E2
(225,217,226)
#E8E1E8
(232,225,232)
#EFE9EE
(239,233,238)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A1B8; }

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

This text font color is #B0A1B8.

Background Color

.myBgColor { background-color: #B0A1B8; }

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

This div background color is #B0A1B8.

Border color

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

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

This div border color is #B0A1B8.

Opacity

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

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

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

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

This text has shadow with #B0A1B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A1B8.

Preview

Color preview on black background

This text has color #B0A1B8 on black background.


Color preview on white background

This text has color #B0A1B8 on white background.


Black color preview on #B0A1B8 background

This text has black color on #B0A1B8 background.


White color preview on #B0A1B8 background

This text has white color on #B0A1B8 background.


Related colors

Complementary color

Complementary color for #hex is #4F5E47.


I love getcolorcode.com

Triadic colors

1 #B8B0A1 and #A1B8B0 with #B0A1B8 are triadic colors.

2 #B8A1B0 and #A1B0B8 with #B0A1B8 are triadic colors.