COLOR #B1A6AF

HEX: #B1A6AF RGB: (177,166,175)

Color info

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

RGB color model

#B1A6AF color RGB value is (177,166,175).

RGB: (177,166,175) (69%, 65%, 69%)

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 175 of 255 = 69%

177
166
175

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

Portions of RGB colors in percentages

R + G + B = 177 + 166 + 175 = 518 (100%)
R 177 of 518 ~ 34.17%
G 166 of 518 ~ 32.05%
B 175 of 518 ~ 33.78'%

%34.17
%32.05
%33.78

CMYK color model

#B1A6AF color CMYK value is (0,6,1,31).

  • cyan value is 0.00%
  • magenta value is 6.21%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK: (0,6,1,31) C0M6Y1K31 (0%,6%,1%,31%) (0.00/0.06/0.01/0.31) 

CMYK percentages

%0
%6.21
%1.13
%30.59

Codes

Color #B1A6AF in popluar color models

B1 A6 AF
RGB 177 166 175
HSL 311° 6.59% 67.25%
HSB/HSV 311° 6.21% 69.41%
CMYK 0.00% 6.21% 1.13%
30.59%

Color #B1A6AF in popluar number systems.

HEX B1 A6 AF
Decimal 177 166 175
Binary 10110001 10100110 10101111
Octal 261 246 257

Shades and tints

Shades of #B1A6AF

#B1A6AF
(177,166,175)
#A197A0
(161,151,160)
#918891
(145,136,145)
#817982
(129,121,130)
#716A73
(113,106,115)
#615B64
(97,91,100)
#514C55
(81,76,85)
#413D46
(65,61,70)
#312E37
(49,46,55)
#211F28
(33,31,40)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #B1A6AF

#B1A6AF
(177,166,175)
#B8AEB6
(184,174,182)
#BFB6BD
(191,182,189)
#C6BEC4
(198,190,196)
#CDC6CB
(205,198,203)
#D4CED2
(212,206,210)
#DBD6D9
(219,214,217)
#E2DEE0
(226,222,224)
#E9E6E7
(233,230,231)
#F0EEEE
(240,238,238)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A6AF; }

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

This text font color is #B1A6AF.

Background Color

.myBgColor { background-color: #B1A6AF; }

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

This div background color is #B1A6AF.

Border color

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

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

This div border color is #B1A6AF.

Opacity

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

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

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

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

This text has shadow with #B1A6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A6AF.

Preview

Color preview on black background

This text has color #B1A6AF on black background.


Color preview on white background

This text has color #B1A6AF on white background.


Black color preview on #B1A6AF background

This text has black color on #B1A6AF background.


White color preview on #B1A6AF background

This text has white color on #B1A6AF background.


Related colors

Complementary color

Complementary color for #hex is #4E5950.


I love getcolorcode.com

Triadic colors

1 #AFB1A6 and #A6AFB1 with #B1A6AF are triadic colors.

2 #AFA6B1 and #A6B1AF with #B1A6AF are triadic colors.