COLOR #B2BAA5

HEX: #B2BAA5
RGB: (178,186,165)

Color info

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

RGB color model

#B2BAA5 color RGB value is (178,186,165).

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

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 165 of 255 = 65%

178
186
165

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

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 165 = 529 (100%)
R 178 of 529 ~ 33.65%
G 186 of 529 ~ 35.16%
B 165 of 529 ~ 31.19%

%33.65
%35.16
%31.19

CMYK color model

#B2BAA5 color CMYK value is (4,0,11,27).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(4,0,11,27)
C4M0Y11K27 
(4%,0%,11%,27%)
(0.04/0.00/0.11/0.27)	

CMYK percentages

%4.3
%0
%11.29
%27.06

Codes

Color #B2BAA5 in popluar color models

B2BAA5
RGB178186165
HSL83°13.21%68.82%
HSB/HSV83°11.29%72.94%
CMYK4.30%0.00%11.29%
27.06%

Color #B2BAA5 in popluar number systems.

HEXB2BAA5
Decimal178186165
Binary101100101011101010100101
Octal262272245

Shades and tints

Shades of #B2BAA5

#B2BAA5
(178,186,165)
#A2AA96
(162,170,150)
#929A87
(146,154,135)
#828A78
(130,138,120)
#727A69
(114,122,105)
#626A5A
(98,106,90)
#525A4B
(82,90,75)
#424A3C
(66,74,60)
#323A2D
(50,58,45)
#222A1E
(34,42,30)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #B2BAA5

#B2BAA5
(178,186,165)
#B9C0AD
(185,192,173)
#C0C6B5
(192,198,181)
#C7CCBD
(199,204,189)
#CED2C5
(206,210,197)
#D5D8CD
(213,216,205)
#DCDED5
(220,222,213)
#E3E4DD
(227,228,221)
#EAEAE5
(234,234,229)
#F1F0ED
(241,240,237)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BAA5; }

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

This text font color is #B2BAA5.


Background Color

.myBgColor { background-color: #B2BAA5; }

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

This div background color is #B2BAA5.


Border color

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

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

This div border color is #B2BAA5.


Opacity

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

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

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

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

This text has shadow with #B2BAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BAA5 on black background.


Color preview on white background

This text has color #B2BAA5 on white background.



Black color preview on #B2BAA5 background

This text has black color on #B2BAA5 background.


White color preview on #B2BAA5 background

This text has white color on #B2BAA5 background.