COLOR #B2B6AD

HEX: #B2B6AD
RGB: (178,182,173)

Color info

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

RGB color model

#B2B6AD color RGB value is (178,182,173).

  • red value is 178;
  • green value is 182;
  • blue value is 173.
RGB:
(178,182,173)
(70%,71%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 182 of 255 = 71%
B 173 of 255 = 68%

178
182
173

R + G + B ~ 70%. #B2B6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 182 + 173 = 533 (100%)
R 178 of 533 ~ 33.4%
G 182 of 533 ~ 34.15%
B 173 of 533 ~ 32.46%

%33.4
%34.15
%32.46

CMYK color model

#B2B6AD color CMYK value is (2,0,5,29).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(2,0,5,29)
C2M0Y5K29 
(2%,0%,5%,29%)
(0.02/0.00/0.05/0.29)	

CMYK percentages

%2.2
%0
%4.95
%28.63

Codes

Color #B2B6AD in popluar color models

B2B6AD
RGB178182173
HSL87°5.81%69.61%
HSB/HSV87°4.95%71.37%
CMYK2.20%0.00%4.95%
28.63%

Color #B2B6AD in popluar number systems.

HEXB2B6AD
Decimal178182173
Binary101100101011011010101101
Octal262266255

Shades and tints

Shades of #B2B6AD

#B2B6AD
(178,182,173)
#A2A69E
(162,166,158)
#92968F
(146,150,143)
#828680
(130,134,128)
#727671
(114,118,113)
#626662
(98,102,98)
#525653
(82,86,83)
#424644
(66,70,68)
#323635
(50,54,53)
#222626
(34,38,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2B6AD

#B2B6AD
(178,182,173)
#B9BCB4
(185,188,180)
#C0C2BB
(192,194,187)
#C7C8C2
(199,200,194)
#CECEC9
(206,206,201)
#D5D4D0
(213,212,208)
#DCDAD7
(220,218,215)
#E3E0DE
(227,224,222)
#EAE6E5
(234,230,229)
#F1ECEC
(241,236,236)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B6AD color. Also use rgb(178,182,173) instead hex code.

Text Font Color

.myTextColor { color: #B2B6AD; }

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

This text font color is #B2B6AD.


Background Color

.myBgColor { background-color: #B2B6AD; }

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

This div background color is #B2B6AD.


Border color

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

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

This div border color is #B2B6AD.


Opacity

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

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

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

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

This text has shadow with #B2B6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B6AD on black background.


Color preview on white background

This text has color #B2B6AD on white background.



Black color preview on #B2B6AD background

This text has black color on #B2B6AD background.


White color preview on #B2B6AD background

This text has white color on #B2B6AD background.