COLOR #B2BAA0

HEX: #B2BAA0
RGB: (178,186,160)

Color info

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

RGB color model

#B2BAA0 color RGB value is (178,186,160).

  • red value is 178;
  • green value is 186;
  • blue value is 160.
RGB:
(178,186,160)
(70%,73%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 160 of 255 = 63%

178
186
160

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

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 160 = 524 (100%)
R 178 of 524 ~ 33.97%
G 186 of 524 ~ 35.5%
B 160 of 524 ~ 30.53%

%33.97
%35.5
%30.53

CMYK color model

#B2BAA0 color CMYK value is (4,0,14,27).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(4,0,14,27)
C4M0Y14K27 
(4%,0%,14%,27%)
(0.04/0.00/0.14/0.27)	

CMYK percentages

%4.3
%0
%13.98
%27.06

Codes

Color #B2BAA0 in popluar color models

B2BAA0
RGB178186160
HSL78°15.85%67.84%
HSB/HSV78°13.98%72.94%
CMYK4.30%0.00%13.98%
27.06%

Color #B2BAA0 in popluar number systems.

HEXB2BAA0
Decimal178186160
Binary101100101011101010100000
Octal262272240

Shades and tints

Shades of #B2BAA0

#B2BAA0
(178,186,160)
#A2AA92
(162,170,146)
#929A84
(146,154,132)
#828A76
(130,138,118)
#727A68
(114,122,104)
#626A5A
(98,106,90)
#525A4C
(82,90,76)
#424A3E
(66,74,62)
#323A30
(50,58,48)
#222A22
(34,42,34)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2BAA0

#B2BAA0
(178,186,160)
#B9C0A8
(185,192,168)
#C0C6B0
(192,198,176)
#C7CCB8
(199,204,184)
#CED2C0
(206,210,192)
#D5D8C8
(213,216,200)
#DCDED0
(220,222,208)
#E3E4D8
(227,228,216)
#EAEAE0
(234,234,224)
#F1F0E8
(241,240,232)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BAA0; }

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

This text font color is #B2BAA0.


Background Color

.myBgColor { background-color: #B2BAA0; }

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

This div background color is #B2BAA0.


Border color

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

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

This div border color is #B2BAA0.


Opacity

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

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

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

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

This text has shadow with #B2BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BAA0 on black background.


Color preview on white background

This text has color #B2BAA0 on white background.



Black color preview on #B2BAA0 background

This text has black color on #B2BAA0 background.


White color preview on #B2BAA0 background

This text has white color on #B2BAA0 background.