COLOR #B3B8AA

HEX: #B3B8AA RGB: (179,184,170)

Color info

#B3B8AA contains red, green and blue colors in about the same proportion. Web safe color of #B3B8AA is #99CC99 (or #9C9).

RGB color model

#B3B8AA color RGB value is (179,184,170).

RGB: (179,184,170) (70%, 72%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 184 of 255 = 72%
B 170 of 255 = 67%

179
184
170

R + G + B ~ 70%. #B3B8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 184 + 170 = 533 (100%)
R 179 of 533 ~ 33.58%
G 184 of 533 ~ 34.52%
B 170 of 533 ~ 31.89'%

%33.58
%34.52
%31.89

CMYK color model

#B3B8AA color CMYK value is (3,0,8,28).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 27.84%

CMYK: (3,0,8,28)
C3M0Y8K28 (3%, 0%, 8%, 28%)
(0.03 / 0.00 / 0.08 / 0.28)

CMYK percentages

%2.72
%0
%7.61
%27.84

Codes

Color #B3B8AA in popluar color models

B3 B8 AA
RGB 179 184 170
HSL 81° 8.97% 69.41%
HSB/HSV 81° 7.61% 72.16%
CMYK 2.72% 0.00% 7.61%
27.84%

Color #B3B8AA in popluar number systems.

HEX B3 B8 AA
Decimal 179 184 170
Binary 10110011 10111000 10101010
Octal 263 270 252

Shades and tints

Shades of #B3B8AA

#B3B8AA
(179,184,170)
#A3A89B
(163,168,155)
#93988C
(147,152,140)
#83887D
(131,136,125)
#73786E
(115,120,110)
#63685F
(99,104,95)
#535850
(83,88,80)
#434841
(67,72,65)
#333832
(51,56,50)
#232823
(35,40,35)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #B3B8AA

#B3B8AA
(179,184,170)
#B9BEB1
(185,190,177)
#BFC4B8
(191,196,184)
#C5CABF
(197,202,191)
#CBD0C6
(203,208,198)
#D1D6CD
(209,214,205)
#D7DCD4
(215,220,212)
#DDE2DB
(221,226,219)
#E3E8E2
(227,232,226)
#E9EEE9
(233,238,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B8AA; }

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

This text font color is #B3B8AA.

Background Color

.myBgColor { background-color: #B3B8AA; }

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

This div background color is #B3B8AA.

Border color

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

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

This div border color is #B3B8AA.

Opacity

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

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

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

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

This text has shadow with #B3B8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B8AA.

Preview

Color preview on black background

This text has color #B3B8AA on black background.


Color preview on white background

This text has color #B3B8AA on white background.


Black color preview on #B3B8AA background

This text has black color on #B3B8AA background.


White color preview on #B3B8AA background

This text has white color on #B3B8AA background.


Related colors

Complementary color

Complementary color for #hex is #4C4755.


I love getcolorcode.com

Triadic colors

1 #AAB3B8 and #B8AAB3 with #B3B8AA are triadic colors.

2 #AAB8B3 and #B8B3AA with #B3B8AA are triadic colors.