COLOR #B3AEA4

HEX: #B3AEA4 RGB: (179,174,164)

Color info

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

RGB color model

#B3AEA4 color RGB value is (179,174,164).

RGB: (179,174,164) (70%, 68%, 64%)

RGB channels and saturation

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

179
174
164

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

Portions of RGB colors in percentages

R + G + B = 179 + 174 + 164 = 517 (100%)
R 179 of 517 ~ 34.62%
G 174 of 517 ~ 33.66%
B 164 of 517 ~ 31.72'%

%34.62
%33.66
%31.72

CMYK color model

#B3AEA4 color CMYK value is (0,3,8,30).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 8.38%
  • key color value is 29.80%

CMYK: (0,3,8,30)
C0M3Y8K30 (0%, 3%, 8%, 30%)
(0.00 / 0.03 / 0.08 / 0.30)

CMYK percentages

%0
%2.79
%8.38
%29.8

Codes

Color #B3AEA4 in popluar color models

B3 AE A4
RGB 179 174 164
HSL 40° 8.98% 67.25%
HSB/HSV 40° 8.38% 70.20%
CMYK 0.00% 2.79% 8.38%
29.80%

Color #B3AEA4 in popluar number systems.

HEX B3 AE A4
Decimal 179 174 164
Binary 10110011 10101110 10100100
Octal 263 256 244

Shades and tints

Shades of #B3AEA4

#B3AEA4
(179,174,164)
#A39F96
(163,159,150)
#939088
(147,144,136)
#83817A
(131,129,122)
#73726C
(115,114,108)
#63635E
(99,99,94)
#535450
(83,84,80)
#434542
(67,69,66)
#333634
(51,54,52)
#232726
(35,39,38)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #B3AEA4

#B3AEA4
(179,174,164)
#B9B5AC
(185,181,172)
#BFBCB4
(191,188,180)
#C5C3BC
(197,195,188)
#CBCAC4
(203,202,196)
#D1D1CC
(209,209,204)
#D7D8D4
(215,216,212)
#DDDFDC
(221,223,220)
#E3E6E4
(227,230,228)
#E9EDEC
(233,237,236)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AEA4; }

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

This text font color is #B3AEA4.

Background Color

.myBgColor { background-color: #B3AEA4; }

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

This div background color is #B3AEA4.

Border color

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

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

This div border color is #B3AEA4.

Opacity

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

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

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

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

This text has shadow with #B3AEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AEA4.

Preview

Color preview on black background

This text has color #B3AEA4 on black background.


Color preview on white background

This text has color #B3AEA4 on white background.


Black color preview on #B3AEA4 background

This text has black color on #B3AEA4 background.


White color preview on #B3AEA4 background

This text has white color on #B3AEA4 background.


Related colors

Complementary color

Complementary color for #hex is #4C515B.


I love getcolorcode.com

Triadic colors

1 #A4B3AE and #AEA4B3 with #B3AEA4 are triadic colors.

2 #A4AEB3 and #AEB3A4 with #B3AEA4 are triadic colors.