COLOR #B3A6AD

HEX: #B3A6AD RGB: (179,166,173)

Color info

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

RGB color model

#B3A6AD color RGB value is (179,166,173).

RGB: (179,166,173) (70%, 65%, 68%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 173 of 255 = 68%

179
166
173

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

Portions of RGB colors in percentages

R + G + B = 179 + 166 + 173 = 518 (100%)
R 179 of 518 ~ 34.56%
G 166 of 518 ~ 32.05%
B 173 of 518 ~ 33.4'%

%34.56
%32.05
%33.4

CMYK color model

#B3A6AD color CMYK value is (0,7,3,30).

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

CMYK: (0,7,3,30)
C0M7Y3K30 (0%, 7%, 3%, 30%)
(0.00 / 0.07 / 0.03 / 0.30)

CMYK percentages

%0
%7.26
%3.35
%29.8

Codes

Color #B3A6AD in popluar color models

B3 A6 AD
RGB 179 166 173
HSL 328° 7.88% 67.65%
HSB/HSV 328° 7.26% 70.20%
CMYK 0.00% 7.26% 3.35%
29.80%

Color #B3A6AD in popluar number systems.

HEX B3 A6 AD
Decimal 179 166 173
Binary 10110011 10100110 10101101
Octal 263 246 255

Shades and tints

Shades of #B3A6AD

#B3A6AD
(179,166,173)
#A3979E
(163,151,158)
#93888F
(147,136,143)
#837980
(131,121,128)
#736A71
(115,106,113)
#635B62
(99,91,98)
#534C53
(83,76,83)
#433D44
(67,61,68)
#332E35
(51,46,53)
#231F26
(35,31,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #B3A6AD

#B3A6AD
(179,166,173)
#B9AEB4
(185,174,180)
#BFB6BB
(191,182,187)
#C5BEC2
(197,190,194)
#CBC6C9
(203,198,201)
#D1CED0
(209,206,208)
#D7D6D7
(215,214,215)
#DDDEDE
(221,222,222)
#E3E6E5
(227,230,229)
#E9EEEC
(233,238,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A6AD; }

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

This text font color is #B3A6AD.

Background Color

.myBgColor { background-color: #B3A6AD; }

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

This div background color is #B3A6AD.

Border color

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

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

This div border color is #B3A6AD.

Opacity

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

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

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

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

This text has shadow with #B3A6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A6AD.

Preview

Color preview on black background

This text has color #B3A6AD on black background.


Color preview on white background

This text has color #B3A6AD on white background.


Black color preview on #B3A6AD background

This text has black color on #B3A6AD background.


White color preview on #B3A6AD background

This text has white color on #B3A6AD background.


Related colors

Complementary color

Complementary color for #hex is #4C5952.


I love getcolorcode.com

Triadic colors

1 #ADB3A6 and #A6ADB3 with #B3A6AD are triadic colors.

2 #ADA6B3 and #A6B3AD with #B3A6AD are triadic colors.