COLOR #B3AEA8

HEX: #B3AEA8
RGB: (179,174,168)

Color info

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

RGB color model

#B3AEA8 color RGB value is (179,174,168).

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

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 168 of 255 = 66%

179
174
168

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

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 168 = 521 (100%)
R 179 of 521 ~ 34.36%
G 174 of 521 ~ 33.4%
B 168 of 521 ~ 32.25%

%34.36
%33.4
%32.25

CMYK color model

#B3AEA8 color CMYK value is (0,3,6,30).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 6.15%
  • key color value is 29.80%
CMYK:
(0,3,6,30)
C0M3Y6K30 
(0%,3%,6%,30%)
(0.00/0.03/0.06/0.30)	

CMYK percentages

%0
%2.79
%6.15
%29.8

Codes

Color #B3AEA8 in popluar color models

B3AEA8
RGB179174168
HSL33°6.75%68.04%
HSB/HSV33°6.15%70.20%
CMYK0.00%2.79%6.15%
29.80%

Color #B3AEA8 in popluar number systems.

HEXB3AEA8
Decimal179174168
Binary101100111010111010101000
Octal263256250

Shades and tints

Shades of #B3AEA8

#B3AEA8
(179,174,168)
#A39F99
(163,159,153)
#93908A
(147,144,138)
#83817B
(131,129,123)
#73726C
(115,114,108)
#63635D
(99,99,93)
#53544E
(83,84,78)
#43453F
(67,69,63)
#333630
(51,54,48)
#232721
(35,39,33)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #B3AEA8

#B3AEA8
(179,174,168)
#B9B5AF
(185,181,175)
#BFBCB6
(191,188,182)
#C5C3BD
(197,195,189)
#CBCAC4
(203,202,196)
#D1D1CB
(209,209,203)
#D7D8D2
(215,216,210)
#DDDFD9
(221,223,217)
#E3E6E0
(227,230,224)
#E9EDE7
(233,237,231)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AEA8; }

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

This text font color is #B3AEA8.


Background Color

.myBgColor { background-color: #B3AEA8; }

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

This div background color is #B3AEA8.


Border color

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

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

This div border color is #B3AEA8.


Opacity

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

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

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

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

This text has shadow with #B3AEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AEA8 on black background.


Color preview on white background

This text has color #B3AEA8 on white background.



Black color preview on #B3AEA8 background

This text has black color on #B3AEA8 background.


White color preview on #B3AEA8 background

This text has white color on #B3AEA8 background.