COLOR #B3BDAB

HEX: #B3BDAB
RGB: (179,189,171)

Color info

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

RGB color model

#B3BDAB color RGB value is (179,189,171).

  • red value is 179;
  • green value is 189;
  • blue value is 171.
RGB:
(179,189,171)
(70%,74%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 171 of 255 = 67%

179
189
171

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 171 = 539 (100%)
R 179 of 539 ~ 33.21%
G 189 of 539 ~ 35.06%
B 171 of 539 ~ 31.73%

%33.21
%35.06
%31.73

CMYK color model

#B3BDAB color CMYK value is (5,0,10,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK:
(5,0,10,26)
C5M0Y10K26 
(5%,0%,10%,26%)
(0.05/0.00/0.10/0.26)	

CMYK percentages

%5.29
%0
%9.52
%25.88

Codes

Color #B3BDAB in popluar color models

B3BDAB
RGB179189171
HSL93°12.00%70.59%
HSB/HSV93°9.52%74.12%
CMYK5.29%0.00%9.52%
25.88%

Color #B3BDAB in popluar number systems.

HEXB3BDAB
Decimal179189171
Binary101100111011110110101011
Octal263275253

Shades and tints

Shades of #B3BDAB

#B3BDAB
(179,189,171)
#A3AC9C
(163,172,156)
#939B8D
(147,155,141)
#838A7E
(131,138,126)
#73796F
(115,121,111)
#636860
(99,104,96)
#535751
(83,87,81)
#434642
(67,70,66)
#333533
(51,53,51)
#232424
(35,36,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #B3BDAB

#B3BDAB
(179,189,171)
#B9C3B2
(185,195,178)
#BFC9B9
(191,201,185)
#C5CFC0
(197,207,192)
#CBD5C7
(203,213,199)
#D1DBCE
(209,219,206)
#D7E1D5
(215,225,213)
#DDE7DC
(221,231,220)
#E3EDE3
(227,237,227)
#E9F3EA
(233,243,234)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BDAB color. Also use rgb(179,189,171) instead hex code.

Text Font Color

.myTextColor { color: #B3BDAB; }

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

This text font color is #B3BDAB.


Background Color

.myBgColor { background-color: #B3BDAB; }

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

This div background color is #B3BDAB.


Border color

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

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

This div border color is #B3BDAB.


Opacity

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

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

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

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

This text has shadow with #B3BDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDAB on black background.


Color preview on white background

This text has color #B3BDAB on white background.



Black color preview on #B3BDAB background

This text has black color on #B3BDAB background.


White color preview on #B3BDAB background

This text has white color on #B3BDAB background.