COLOR #B2BAB8

HEX: #B2BAB8 RGB: (178,186,184)

Color info

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

RGB color model

#B2BAB8 color RGB value is (178,186,184).

RGB: (178,186,184) (70%, 73%, 72%)

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 184 of 255 = 72%

178
186
184

R + G + B ~ 72%. #B2BAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 186 + 184 = 548 (100%)
R 178 of 548 ~ 32.48%
G 186 of 548 ~ 33.94%
B 184 of 548 ~ 33.58'%

%32.48
%33.94
%33.58

CMYK color model

#B2BAB8 color CMYK value is (4,0,1,27).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%

CMYK: (4,0,1,27)
C4M0Y1K27 (4%, 0%, 1%, 27%)
(0.04 / 0.00 / 0.01 / 0.27)

CMYK percentages

%4.3
%0
%1.08
%27.06

Codes

Color #B2BAB8 in popluar color models

B2 BA B8
RGB 178 186 184
HSL 165° 5.48% 71.37%
HSB/HSV 165° 4.30% 72.94%
CMYK 4.30% 0.00% 1.08%
27.06%

Color #B2BAB8 in popluar number systems.

HEX B2 BA B8
Decimal 178 186 184
Binary 10110010 10111010 10111000
Octal 262 272 270

Shades and tints

Shades of #B2BAB8

#B2BAB8
(178,186,184)
#A2AAA8
(162,170,168)
#929A98
(146,154,152)
#828A88
(130,138,136)
#727A78
(114,122,120)
#626A68
(98,106,104)
#525A58
(82,90,88)
#424A48
(66,74,72)
#323A38
(50,58,56)
#222A28
(34,42,40)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2BAB8

#B2BAB8
(178,186,184)
#B9C0BE
(185,192,190)
#C0C6C4
(192,198,196)
#C7CCCA
(199,204,202)
#CED2D0
(206,210,208)
#D5D8D6
(213,216,214)
#DCDEDC
(220,222,220)
#E3E4E2
(227,228,226)
#EAEAE8
(234,234,232)
#F1F0EE
(241,240,238)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BAB8 color. Also use rgb(178,186,184) instead hex code.

Text Font Color

.myTextColor { color: #B2BAB8; }

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

This text font color is #B2BAB8.

Background Color

.myBgColor { background-color: #B2BAB8; }

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

This div background color is #B2BAB8.

Border color

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

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

This div border color is #B2BAB8.

Opacity

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

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

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

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

This text has shadow with #B2BAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BAB8.

Preview

Color preview on black background

This text has color #B2BAB8 on black background.


Color preview on white background

This text has color #B2BAB8 on white background.


Black color preview on #B2BAB8 background

This text has black color on #B2BAB8 background.


White color preview on #B2BAB8 background

This text has white color on #B2BAB8 background.


Related colors

Complementary color

Complementary color for #hex is #4D4547.


I love getcolorcode.com

Triadic colors

1 #B8B2BA and #BAB8B2 with #B2BAB8 are triadic colors.

2 #B8BAB2 and #BAB2B8 with #B2BAB8 are triadic colors.