COLOR #B2B0AD

HEX: #B2B0AD
RGB: (178,176,173)

Color info

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

RGB color model

#B2B0AD color RGB value is (178,176,173).

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

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 173 of 255 = 68%

178
176
173

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

Portions of RGB colors in percentages

R + G + B =
178 + 176 + 173 = 527 (100%)
R 178 of 527 ~ 33.78%
G 176 of 527 ~ 33.4%
B 173 of 527 ~ 32.83%

%33.78
%33.4
%32.83

CMYK color model

#B2B0AD color CMYK value is (0,1,3,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(0,1,3,30)
C0M1Y3K30 
(0%,1%,3%,30%)
(0.00/0.01/0.03/0.30)	

CMYK percentages

%0
%1.12
%2.81
%30.2

Codes

Color #B2B0AD in popluar color models

B2B0AD
RGB178176173
HSL36°3.14%68.82%
HSB/HSV36°2.81%69.80%
CMYK0.00%1.12%2.81%
30.20%

Color #B2B0AD in popluar number systems.

HEXB2B0AD
Decimal178176173
Binary101100101011000010101101
Octal262260255

Shades and tints

Shades of #B2B0AD

#B2B0AD
(178,176,173)
#A2A09E
(162,160,158)
#92908F
(146,144,143)
#828080
(130,128,128)
#727071
(114,112,113)
#626062
(98,96,98)
#525053
(82,80,83)
#424044
(66,64,68)
#323035
(50,48,53)
#222026
(34,32,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #B2B0AD

#B2B0AD
(178,176,173)
#B9B7B4
(185,183,180)
#C0BEBB
(192,190,187)
#C7C5C2
(199,197,194)
#CECCC9
(206,204,201)
#D5D3D0
(213,211,208)
#DCDAD7
(220,218,215)
#E3E1DE
(227,225,222)
#EAE8E5
(234,232,229)
#F1EFEC
(241,239,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B0AD; }

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

This text font color is #B2B0AD.


Background Color

.myBgColor { background-color: #B2B0AD; }

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

This div background color is #B2B0AD.


Border color

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

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

This div border color is #B2B0AD.


Opacity

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

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

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

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

This text has shadow with #B2B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B0AD on black background.


Color preview on white background

This text has color #B2B0AD on white background.



Black color preview on #B2B0AD background

This text has black color on #B2B0AD background.


White color preview on #B2B0AD background

This text has white color on #B2B0AD background.