COLOR #B0B2A4

HEX: #B0B2A4
RGB: (176,178,164)

Color info

#B0B2A4 contains red, green and blue colors in about the same proportion. Web safe color of #B0B2A4 is #999999 (or #999).

RGB color model

#B0B2A4 color RGB value is (176,178,164).

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

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 164 of 255 = 64%

176
178
164

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

Portions of RGB colors in percentages

R + G + B =
176 + 178 + 164 = 518 (100%)
R 176 of 518 ~ 33.98%
G 178 of 518 ~ 34.36%
B 164 of 518 ~ 31.66%

%33.98
%34.36
%31.66

CMYK color model

#B0B2A4 color CMYK value is (1,0,8,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(1,0,8,30)
C1M0Y8K30 
(1%,0%,8%,30%)
(0.01/0.00/0.08/0.30)	

CMYK percentages

%1.12
%0
%7.87
%30.2

Codes

Color #B0B2A4 in popluar color models

B0B2A4
RGB176178164
HSL69°8.33%67.06%
HSB/HSV69°7.87%69.80%
CMYK1.12%0.00%7.87%
30.20%

Color #B0B2A4 in popluar number systems.

HEXB0B2A4
Decimal176178164
Binary101100001011001010100100
Octal260262244

Shades and tints

Shades of #B0B2A4

#B0B2A4
(176,178,164)
#A0A296
(160,162,150)
#909288
(144,146,136)
#80827A
(128,130,122)
#70726C
(112,114,108)
#60625E
(96,98,94)
#505250
(80,82,80)
#404242
(64,66,66)
#303234
(48,50,52)
#202226
(32,34,38)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #B0B2A4

#B0B2A4
(176,178,164)
#B7B9AC
(183,185,172)
#BEC0B4
(190,192,180)
#C5C7BC
(197,199,188)
#CCCEC4
(204,206,196)
#D3D5CC
(211,213,204)
#DADCD4
(218,220,212)
#E1E3DC
(225,227,220)
#E8EAE4
(232,234,228)
#EFF1EC
(239,241,236)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B2A4; }

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

This text font color is #B0B2A4.


Background Color

.myBgColor { background-color: #B0B2A4; }

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

This div background color is #B0B2A4.


Border color

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

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

This div border color is #B0B2A4.


Opacity

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

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

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

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

This text has shadow with #B0B2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B2A4 on black background.


Color preview on white background

This text has color #B0B2A4 on white background.



Black color preview on #B0B2A4 background

This text has black color on #B0B2A4 background.


White color preview on #B0B2A4 background

This text has white color on #B0B2A4 background.