COLOR #B3BFAB

HEX: #B3BFAB
RGB: (179,191,171)

Color info

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

RGB color model

#B3BFAB color RGB value is (179,191,171).

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

RGB channels and saturation

R 179 of 255 = 70%
G 191 of 255 = 75%
B 171 of 255 = 67%

179
191
171

R + G + B ~ 71%. #B3BFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 191 + 171 = 541 (100%)
R 179 of 541 ~ 33.09%
G 191 of 541 ~ 35.3%
B 171 of 541 ~ 31.61%

%33.09
%35.3
%31.61

CMYK color model

#B3BFAB color CMYK value is (6,0,10,25).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK:
(6,0,10,25)
C6M0Y10K25 
(6%,0%,10%,25%)
(0.06/0.00/0.10/0.25)	

CMYK percentages

%6.28
%0
%10.47
%25.1

Codes

Color #B3BFAB in popluar color models

B3BFAB
RGB179191171
HSL96°13.51%70.98%
HSB/HSV96°10.47%74.90%
CMYK6.28%0.00%10.47%
25.10%

Color #B3BFAB in popluar number systems.

HEXB3BFAB
Decimal179191171
Binary101100111011111110101011
Octal263277253

Shades and tints

Shades of #B3BFAB

#B3BFAB
(179,191,171)
#A3AE9C
(163,174,156)
#939D8D
(147,157,141)
#838C7E
(131,140,126)
#737B6F
(115,123,111)
#636A60
(99,106,96)
#535951
(83,89,81)
#434842
(67,72,66)
#333733
(51,55,51)
#232624
(35,38,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B3BFAB

#B3BFAB
(179,191,171)
#B9C4B2
(185,196,178)
#BFC9B9
(191,201,185)
#C5CEC0
(197,206,192)
#CBD3C7
(203,211,199)
#D1D8CE
(209,216,206)
#D7DDD5
(215,221,213)
#DDE2DC
(221,226,220)
#E3E7E3
(227,231,227)
#E9ECEA
(233,236,234)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BFAB; }

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

This text font color is #B3BFAB.


Background Color

.myBgColor { background-color: #B3BFAB; }

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

This div background color is #B3BFAB.


Border color

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

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

This div border color is #B3BFAB.


Opacity

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

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

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

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

This text has shadow with #B3BFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BFAB on black background.


Color preview on white background

This text has color #B3BFAB on white background.



Black color preview on #B3BFAB background

This text has black color on #B3BFAB background.


White color preview on #B3BFAB background

This text has white color on #B3BFAB background.