COLOR #B0B6AA

HEX: #B0B6AA
RGB: (176,182,170)

Color info

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

RGB color model

#B0B6AA color RGB value is (176,182,170).

  • red value is 176;
  • green value is 182;
  • blue value is 170.
RGB:
(176,182,170)
(69%,71%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 170 of 255 = 67%

176
182
170

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

Portions of RGB colors in percentages

R + G + B =
176 + 182 + 170 = 528 (100%)
R 176 of 528 ~ 33.33%
G 182 of 528 ~ 34.47%
B 170 of 528 ~ 32.2%

%33.33
%34.47
%32.2

CMYK color model

#B0B6AA color CMYK value is (3,0,7,29).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(3,0,7,29)
C3M0Y7K29 
(3%,0%,7%,29%)
(0.03/0.00/0.07/0.29)	

CMYK percentages

%3.3
%0
%6.59
%28.63

Codes

Color #B0B6AA in popluar color models

B0B6AA
RGB176182170
HSL90°7.59%69.02%
HSB/HSV90°6.59%71.37%
CMYK3.30%0.00%6.59%
28.63%

Color #B0B6AA in popluar number systems.

HEXB0B6AA
Decimal176182170
Binary101100001011011010101010
Octal260266252

Shades and tints

Shades of #B0B6AA

#B0B6AA
(176,182,170)
#A0A69B
(160,166,155)
#90968C
(144,150,140)
#80867D
(128,134,125)
#70766E
(112,118,110)
#60665F
(96,102,95)
#505650
(80,86,80)
#404641
(64,70,65)
#303632
(48,54,50)
#202623
(32,38,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #B0B6AA

#B0B6AA
(176,182,170)
#B7BCB1
(183,188,177)
#BEC2B8
(190,194,184)
#C5C8BF
(197,200,191)
#CCCEC6
(204,206,198)
#D3D4CD
(211,212,205)
#DADAD4
(218,218,212)
#E1E0DB
(225,224,219)
#E8E6E2
(232,230,226)
#EFECE9
(239,236,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B6AA color. Also use rgb(176,182,170) instead hex code.

Text Font Color

.myTextColor { color: #B0B6AA; }

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

This text font color is #B0B6AA.


Background Color

.myBgColor { background-color: #B0B6AA; }

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

This div background color is #B0B6AA.


Border color

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

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

This div border color is #B0B6AA.


Opacity

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

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

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

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

This text has shadow with #B0B6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B6AA on black background.


Color preview on white background

This text has color #B0B6AA on white background.



Black color preview on #B0B6AA background

This text has black color on #B0B6AA background.


White color preview on #B0B6AA background

This text has white color on #B0B6AA background.