COLOR #B3B7AD

HEX: #B3B7AD
RGB: (179,183,173)

Color info

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

RGB color model

#B3B7AD color RGB value is (179,183,173).

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

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 173 of 255 = 68%

179
183
173

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

Portions of RGB colors in percentages

R + G + B =
179 + 183 + 173 = 535 (100%)
R 179 of 535 ~ 33.46%
G 183 of 535 ~ 34.21%
B 173 of 535 ~ 32.34%

%33.46
%34.21
%32.34

CMYK color model

#B3B7AD color CMYK value is (2,0,5,28).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(2,0,5,28)
C2M0Y5K28 
(2%,0%,5%,28%)
(0.02/0.00/0.05/0.28)	

CMYK percentages

%2.19
%0
%5.46
%28.24

Codes

Color #B3B7AD in popluar color models

B3B7AD
RGB179183173
HSL84°6.49%69.80%
HSB/HSV84°5.46%71.76%
CMYK2.19%0.00%5.46%
28.24%

Color #B3B7AD in popluar number systems.

HEXB3B7AD
Decimal179183173
Binary101100111011011110101101
Octal263267255

Shades and tints

Shades of #B3B7AD

#B3B7AD
(179,183,173)
#A3A79E
(163,167,158)
#93978F
(147,151,143)
#838780
(131,135,128)
#737771
(115,119,113)
#636762
(99,103,98)
#535753
(83,87,83)
#434744
(67,71,68)
#333735
(51,55,53)
#232726
(35,39,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #B3B7AD

#B3B7AD
(179,183,173)
#B9BDB4
(185,189,180)
#BFC3BB
(191,195,187)
#C5C9C2
(197,201,194)
#CBCFC9
(203,207,201)
#D1D5D0
(209,213,208)
#D7DBD7
(215,219,215)
#DDE1DE
(221,225,222)
#E3E7E5
(227,231,229)
#E9EDEC
(233,237,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B7AD; }

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

This text font color is #B3B7AD.


Background Color

.myBgColor { background-color: #B3B7AD; }

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

This div background color is #B3B7AD.


Border color

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

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

This div border color is #B3B7AD.


Opacity

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

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

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

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

This text has shadow with #B3B7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B7AD on black background.


Color preview on white background

This text has color #B3B7AD on white background.



Black color preview on #B3B7AD background

This text has black color on #B3B7AD background.


White color preview on #B3B7AD background

This text has white color on #B3B7AD background.