COLOR #B2BBA4

HEX: #B2BBA4
RGB: (178,187,164)

Color info

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

RGB color model

#B2BBA4 color RGB value is (178,187,164).

  • red value is 178;
  • green value is 187;
  • blue value is 164.
RGB:
(178,187,164)
(70%,73%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 164 of 255 = 64%

178
187
164

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 164 = 529 (100%)
R 178 of 529 ~ 33.65%
G 187 of 529 ~ 35.35%
B 164 of 529 ~ 31%

%33.65
%35.35
%31

CMYK color model

#B2BBA4 color CMYK value is (5,0,12,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(5,0,12,27)
C5M0Y12K27 
(5%,0%,12%,27%)
(0.05/0.00/0.12/0.27)	

CMYK percentages

%4.81
%0
%12.3
%26.67

Codes

Color #B2BBA4 in popluar color models

B2BBA4
RGB178187164
HSL83°14.47%68.82%
HSB/HSV83°12.30%73.33%
CMYK4.81%0.00%12.30%
26.67%

Color #B2BBA4 in popluar number systems.

HEXB2BBA4
Decimal178187164
Binary101100101011101110100100
Octal262273244

Shades and tints

Shades of #B2BBA4

#B2BBA4
(178,187,164)
#A2AA96
(162,170,150)
#929988
(146,153,136)
#82887A
(130,136,122)
#72776C
(114,119,108)
#62665E
(98,102,94)
#525550
(82,85,80)
#424442
(66,68,66)
#323334
(50,51,52)
#222226
(34,34,38)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #B2BBA4

#B2BBA4
(178,187,164)
#B9C1AC
(185,193,172)
#C0C7B4
(192,199,180)
#C7CDBC
(199,205,188)
#CED3C4
(206,211,196)
#D5D9CC
(213,217,204)
#DCDFD4
(220,223,212)
#E3E5DC
(227,229,220)
#EAEBE4
(234,235,228)
#F1F1EC
(241,241,236)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BBA4 color. Also use rgb(178,187,164) instead hex code.

Text Font Color

.myTextColor { color: #B2BBA4; }

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

This text font color is #B2BBA4.


Background Color

.myBgColor { background-color: #B2BBA4; }

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

This div background color is #B2BBA4.


Border color

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

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

This div border color is #B2BBA4.


Opacity

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

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

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

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

This text has shadow with #B2BBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBA4 on black background.


Color preview on white background

This text has color #B2BBA4 on white background.



Black color preview on #B2BBA4 background

This text has black color on #B2BBA4 background.


White color preview on #B2BBA4 background

This text has white color on #B2BBA4 background.