COLOR #B3B0AD

HEX: #B3B0AD
RGB: (179,176,173)

Color info

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

RGB color model

#B3B0AD color RGB value is (179,176,173).

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

RGB channels and saturation

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

179
176
173

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

Portions of RGB colors in percentages

R + G + B =
179 + 176 + 173 = 528 (100%)
R 179 of 528 ~ 33.9%
G 176 of 528 ~ 33.33%
B 173 of 528 ~ 32.77%

%33.9
%33.33
%32.77

CMYK color model

#B3B0AD color CMYK value is (0,2,3,30).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(0,2,3,30)
C0M2Y3K30 
(0%,2%,3%,30%)
(0.00/0.02/0.03/0.30)	

CMYK percentages

%0
%1.68
%3.35
%29.8

Codes

Color #B3B0AD in popluar color models

B3B0AD
RGB179176173
HSL30°3.80%69.02%
HSB/HSV30°3.35%70.20%
CMYK0.00%1.68%3.35%
29.80%

Color #B3B0AD in popluar number systems.

HEXB3B0AD
Decimal179176173
Binary101100111011000010101101
Octal263260255

Shades and tints

Shades of #B3B0AD

#B3B0AD
(179,176,173)
#A3A09E
(163,160,158)
#93908F
(147,144,143)
#838080
(131,128,128)
#737071
(115,112,113)
#636062
(99,96,98)
#535053
(83,80,83)
#434044
(67,64,68)
#333035
(51,48,53)
#232026
(35,32,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #B3B0AD

#B3B0AD
(179,176,173)
#B9B7B4
(185,183,180)
#BFBEBB
(191,190,187)
#C5C5C2
(197,197,194)
#CBCCC9
(203,204,201)
#D1D3D0
(209,211,208)
#D7DAD7
(215,218,215)
#DDE1DE
(221,225,222)
#E3E8E5
(227,232,229)
#E9EFEC
(233,239,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B0AD; }

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

This text font color is #B3B0AD.


Background Color

.myBgColor { background-color: #B3B0AD; }

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

This div background color is #B3B0AD.


Border color

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

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

This div border color is #B3B0AD.


Opacity

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

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

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

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

This text has shadow with #B3B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B0AD on black background.


Color preview on white background

This text has color #B3B0AD on white background.



Black color preview on #B3B0AD background

This text has black color on #B3B0AD background.


White color preview on #B3B0AD background

This text has white color on #B3B0AD background.