COLOR #B3B9AF

HEX: #B3B9AF RGB: (179,185,175)

Color info

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

RGB color model

#B3B9AF color RGB value is (179,185,175).

RGB: (179,185,175) (70%, 73%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 185 of 255 = 73%
B 175 of 255 = 69%

179
185
175

R + G + B ~ 71%. #B3B9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 185 + 175 = 539 (100%)
R 179 of 539 ~ 33.21%
G 185 of 539 ~ 34.32%
B 175 of 539 ~ 32.47'%

%33.21
%34.32
%32.47

CMYK color model

#B3B9AF color CMYK value is (3,0,5,27).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK: (3,0,5,27) C3M0Y5K27 (3%,0%,5%,27%) (0.03/0.00/0.05/0.27) 

CMYK percentages

%3.24
%0
%5.41
%27.45

Codes

Color #B3B9AF in popluar color models

B3 B9 AF
RGB 179 185 175
HSL 96° 6.67% 70.59%
HSB/HSV 96° 5.41% 72.55%
CMYK 3.24% 0.00% 5.41%
27.45%

Color #B3B9AF in popluar number systems.

HEX B3 B9 AF
Decimal 179 185 175
Binary 10110011 10111001 10101111
Octal 263 271 257

Shades and tints

Shades of #B3B9AF

#B3B9AF
(179,185,175)
#A3A9A0
(163,169,160)
#939991
(147,153,145)
#838982
(131,137,130)
#737973
(115,121,115)
#636964
(99,105,100)
#535955
(83,89,85)
#434946
(67,73,70)
#333937
(51,57,55)
#232928
(35,41,40)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #B3B9AF

#B3B9AF
(179,185,175)
#B9BFB6
(185,191,182)
#BFC5BD
(191,197,189)
#C5CBC4
(197,203,196)
#CBD1CB
(203,209,203)
#D1D7D2
(209,215,210)
#D7DDD9
(215,221,217)
#DDE3E0
(221,227,224)
#E3E9E7
(227,233,231)
#E9EFEE
(233,239,238)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B9AF; }

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

This text font color is #B3B9AF.

Background Color

.myBgColor { background-color: #B3B9AF; }

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

This div background color is #B3B9AF.

Border color

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

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

This div border color is #B3B9AF.

Opacity

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

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

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

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

This text has shadow with #B3B9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B9AF.

Preview

Color preview on black background

This text has color #B3B9AF on black background.


Color preview on white background

This text has color #B3B9AF on white background.


Black color preview on #B3B9AF background

This text has black color on #B3B9AF background.


White color preview on #B3B9AF background

This text has white color on #B3B9AF background.


Related colors

Complementary color

Complementary color for #hex is #4C4650.


I love getcolorcode.com

Triadic colors

1 #AFB3B9 and #B9AFB3 with #B3B9AF are triadic colors.

2 #AFB9B3 and #B9B3AF with #B3B9AF are triadic colors.