COLOR #B3A7AA

HEX: #B3A7AA RGB: (179,167,170)

Color info

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

RGB color model

#B3A7AA color RGB value is (179,167,170).

RGB: (179,167,170) (70%, 65%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 170 of 255 = 67%

179
167
170

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

Portions of RGB colors in percentages

R + G + B = 179 + 167 + 170 = 516 (100%)
R 179 of 516 ~ 34.69%
G 167 of 516 ~ 32.36%
B 170 of 516 ~ 32.95'%

%34.69
%32.36
%32.95

CMYK color model

#B3A7AA color CMYK value is (0,7,5,30).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 5.03%
  • key color value is 29.80%

CMYK: (0,7,5,30)
C0M7Y5K30 (0%, 7%, 5%, 30%)
(0.00 / 0.07 / 0.05 / 0.30)

CMYK percentages

%0
%6.7
%5.03
%29.8

Codes

Color #B3A7AA in popluar color models

B3 A7 AA
RGB 179 167 170
HSL 345° 7.32% 67.84%
HSB/HSV 345° 6.70% 70.20%
CMYK 0.00% 6.70% 5.03%
29.80%

Color #B3A7AA in popluar number systems.

HEX B3 A7 AA
Decimal 179 167 170
Binary 10110011 10100111 10101010
Octal 263 247 252

Shades and tints

Shades of #B3A7AA

#B3A7AA
(179,167,170)
#A3989B
(163,152,155)
#93898C
(147,137,140)
#837A7D
(131,122,125)
#736B6E
(115,107,110)
#635C5F
(99,92,95)
#534D50
(83,77,80)
#433E41
(67,62,65)
#332F32
(51,47,50)
#232023
(35,32,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B3A7AA

#B3A7AA
(179,167,170)
#B9AFB1
(185,175,177)
#BFB7B8
(191,183,184)
#C5BFBF
(197,191,191)
#CBC7C6
(203,199,198)
#D1CFCD
(209,207,205)
#D7D7D4
(215,215,212)
#DDDFDB
(221,223,219)
#E3E7E2
(227,231,226)
#E9EFE9
(233,239,233)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A7AA color. Also use rgb(179,167,170) instead hex code.

Text Font Color

.myTextColor { color: #B3A7AA; }

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

This text font color is #B3A7AA.

Background Color

.myBgColor { background-color: #B3A7AA; }

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

This div background color is #B3A7AA.

Border color

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

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

This div border color is #B3A7AA.

Opacity

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

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

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

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

This text has shadow with #B3A7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A7AA.

Preview

Color preview on black background

This text has color #B3A7AA on black background.


Color preview on white background

This text has color #B3A7AA on white background.


Black color preview on #B3A7AA background

This text has black color on #B3A7AA background.


White color preview on #B3A7AA background

This text has white color on #B3A7AA background.


Related colors

Complementary color

Complementary color for #hex is #4C5855.


I love getcolorcode.com

Triadic colors

1 #AAB3A7 and #A7AAB3 with #B3A7AA are triadic colors.

2 #AAA7B3 and #A7B3AA with #B3A7AA are triadic colors.