COLOR #B3AEAB

HEX: #B3AEAB
RGB: (179,174,171)

Color info

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

RGB color model

#B3AEAB color RGB value is (179,174,171).

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

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 171 of 255 = 67%

179
174
171

R + G + B ~ 68%. #B3AEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 171 = 524 (100%)
R 179 of 524 ~ 34.16%
G 174 of 524 ~ 33.21%
B 171 of 524 ~ 32.63%

%34.16
%33.21
%32.63

CMYK color model

#B3AEAB color CMYK value is (0,3,4,30).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(0,3,4,30)
C0M3Y4K30 
(0%,3%,4%,30%)
(0.00/0.03/0.04/0.30)	

CMYK percentages

%0
%2.79
%4.47
%29.8

Codes

Color #B3AEAB in popluar color models

B3AEAB
RGB179174171
HSL23°5.00%68.63%
HSB/HSV23°4.47%70.20%
CMYK0.00%2.79%4.47%
29.80%

Color #B3AEAB in popluar number systems.

HEXB3AEAB
Decimal179174171
Binary101100111010111010101011
Octal263256253

Shades and tints

Shades of #B3AEAB

#B3AEAB
(179,174,171)
#A39F9C
(163,159,156)
#93908D
(147,144,141)
#83817E
(131,129,126)
#73726F
(115,114,111)
#636360
(99,99,96)
#535451
(83,84,81)
#434542
(67,69,66)
#333633
(51,54,51)
#232724
(35,39,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #B3AEAB

#B3AEAB
(179,174,171)
#B9B5B2
(185,181,178)
#BFBCB9
(191,188,185)
#C5C3C0
(197,195,192)
#CBCAC7
(203,202,199)
#D1D1CE
(209,209,206)
#D7D8D5
(215,216,213)
#DDDFDC
(221,223,220)
#E3E6E3
(227,230,227)
#E9EDEA
(233,237,234)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AEAB; }

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

This text font color is #B3AEAB.


Background Color

.myBgColor { background-color: #B3AEAB; }

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

This div background color is #B3AEAB.


Border color

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

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

This div border color is #B3AEAB.


Opacity

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

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

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

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

This text has shadow with #B3AEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AEAB on black background.


Color preview on white background

This text has color #B3AEAB on white background.



Black color preview on #B3AEAB background

This text has black color on #B3AEAB background.


White color preview on #B3AEAB background

This text has white color on #B3AEAB background.