COLOR #B3AFA6

HEX: #B3AFA6 RGB: (179,175,166)

Color info

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

RGB color model

#B3AFA6 color RGB value is (179,175,166).

RGB: (179,175,166) (70%, 69%, 65%)

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 166 of 255 = 65%

179
175
166

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

Portions of RGB colors in percentages

R + G + B = 179 + 175 + 166 = 520 (100%)
R 179 of 520 ~ 34.42%
G 175 of 520 ~ 33.65%
B 166 of 520 ~ 31.92'%

%34.42
%33.65
%31.92

CMYK color model

#B3AFA6 color CMYK value is (0,2,7,30).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 7.26%
  • key color value is 29.80%

CMYK: (0,2,7,30)
C0M2Y7K30 (0%, 2%, 7%, 30%)
(0.00 / 0.02 / 0.07 / 0.30)

CMYK percentages

%0
%2.23
%7.26
%29.8

Codes

Color #B3AFA6 in popluar color models

B3 AF A6
RGB 179 175 166
HSL 42° 7.88% 67.65%
HSB/HSV 42° 7.26% 70.20%
CMYK 0.00% 2.23% 7.26%
29.80%

Color #B3AFA6 in popluar number systems.

HEX B3 AF A6
Decimal 179 175 166
Binary 10110011 10101111 10100110
Octal 263 257 246

Shades and tints

Shades of #B3AFA6

#B3AFA6
(179,175,166)
#A3A097
(163,160,151)
#939188
(147,145,136)
#838279
(131,130,121)
#73736A
(115,115,106)
#63645B
(99,100,91)
#53554C
(83,85,76)
#43463D
(67,70,61)
#33372E
(51,55,46)
#23281F
(35,40,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #B3AFA6

#B3AFA6
(179,175,166)
#B9B6AE
(185,182,174)
#BFBDB6
(191,189,182)
#C5C4BE
(197,196,190)
#CBCBC6
(203,203,198)
#D1D2CE
(209,210,206)
#D7D9D6
(215,217,214)
#DDE0DE
(221,224,222)
#E3E7E6
(227,231,230)
#E9EEEE
(233,238,238)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AFA6 color. Also use rgb(179,175,166) instead hex code.

Text Font Color

.myTextColor { color: #B3AFA6; }

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

This text font color is #B3AFA6.

Background Color

.myBgColor { background-color: #B3AFA6; }

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

This div background color is #B3AFA6.

Border color

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

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

This div border color is #B3AFA6.

Opacity

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

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

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

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

This text has shadow with #B3AFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AFA6.

Preview

Color preview on black background

This text has color #B3AFA6 on black background.


Color preview on white background

This text has color #B3AFA6 on white background.


Black color preview on #B3AFA6 background

This text has black color on #B3AFA6 background.


White color preview on #B3AFA6 background

This text has white color on #B3AFA6 background.


Related colors

Complementary color

Complementary color for #hex is #4C5059.


I love getcolorcode.com

Triadic colors

1 #A6B3AF and #AFA6B3 with #B3AFA6 are triadic colors.

2 #A6AFB3 and #AFB3A6 with #B3AFA6 are triadic colors.