COLOR #B3AEA3

HEX: #B3AEA3
RGB: (179,174,163)

Color info

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

RGB color model

#B3AEA3 color RGB value is (179,174,163).

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

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 163 of 255 = 64%

179
174
163

R + G + B ~ 67%. #B3AEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 163 = 516 (100%)
R 179 of 516 ~ 34.69%
G 174 of 516 ~ 33.72%
B 163 of 516 ~ 31.59%

%34.69
%33.72
%31.59

CMYK color model

#B3AEA3 color CMYK value is (0,3,9,30).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 8.94%
  • key color value is 29.80%
CMYK:
(0,3,9,30)
C0M3Y9K30 
(0%,3%,9%,30%)
(0.00/0.03/0.09/0.30)	

CMYK percentages

%0
%2.79
%8.94
%29.8

Codes

Color #B3AEA3 in popluar color models

B3AEA3
RGB179174163
HSL41°9.52%67.06%
HSB/HSV41°8.94%70.20%
CMYK0.00%2.79%8.94%
29.80%

Color #B3AEA3 in popluar number systems.

HEXB3AEA3
Decimal179174163
Binary101100111010111010100011
Octal263256243

Shades and tints

Shades of #B3AEA3

#B3AEA3
(179,174,163)
#A39F95
(163,159,149)
#939087
(147,144,135)
#838179
(131,129,121)
#73726B
(115,114,107)
#63635D
(99,99,93)
#53544F
(83,84,79)
#434541
(67,69,65)
#333633
(51,54,51)
#232725
(35,39,37)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #B3AEA3

#B3AEA3
(179,174,163)
#B9B5AB
(185,181,171)
#BFBCB3
(191,188,179)
#C5C3BB
(197,195,187)
#CBCAC3
(203,202,195)
#D1D1CB
(209,209,203)
#D7D8D3
(215,216,211)
#DDDFDB
(221,223,219)
#E3E6E3
(227,230,227)
#E9EDEB
(233,237,235)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AEA3; }

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

This text font color is #B3AEA3.


Background Color

.myBgColor { background-color: #B3AEA3; }

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

This div background color is #B3AEA3.


Border color

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

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

This div border color is #B3AEA3.


Opacity

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

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

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

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

This text has shadow with #B3AEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AEA3 on black background.


Color preview on white background

This text has color #B3AEA3 on white background.



Black color preview on #B3AEA3 background

This text has black color on #B3AEA3 background.


White color preview on #B3AEA3 background

This text has white color on #B3AEA3 background.