COLOR #B1A8AF

HEX: #B1A8AF
RGB: (177,168,175)

Color info

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

RGB color model

#B1A8AF color RGB value is (177,168,175).

  • red value is 177;
  • green value is 168;
  • blue value is 175.
RGB:
(177,168,175)
(69%,66%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 175 of 255 = 69%

177
168
175

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

Portions of RGB colors in percentages

R + G + B =
177 + 168 + 175 = 520 (100%)
R 177 of 520 ~ 34.04%
G 168 of 520 ~ 32.31%
B 175 of 520 ~ 33.65%

%34.04
%32.31
%33.65

CMYK color model

#B1A8AF color CMYK value is (0,5,1,31).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,5,1,31)
C0M5Y1K31 
(0%,5%,1%,31%)
(0.00/0.05/0.01/0.31)	

CMYK percentages

%0
%5.08
%1.13
%30.59

Codes

Color #B1A8AF in popluar color models

B1A8AF
RGB177168175
HSL313°5.45%67.65%
HSB/HSV313°5.08%69.41%
CMYK0.00%5.08%1.13%
30.59%

Color #B1A8AF in popluar number systems.

HEXB1A8AF
Decimal177168175
Binary101100011010100010101111
Octal261250257

Shades and tints

Shades of #B1A8AF

#B1A8AF
(177,168,175)
#A199A0
(161,153,160)
#918A91
(145,138,145)
#817B82
(129,123,130)
#716C73
(113,108,115)
#615D64
(97,93,100)
#514E55
(81,78,85)
#413F46
(65,63,70)
#313037
(49,48,55)
#212128
(33,33,40)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #B1A8AF

#B1A8AF
(177,168,175)
#B8AFB6
(184,175,182)
#BFB6BD
(191,182,189)
#C6BDC4
(198,189,196)
#CDC4CB
(205,196,203)
#D4CBD2
(212,203,210)
#DBD2D9
(219,210,217)
#E2D9E0
(226,217,224)
#E9E0E7
(233,224,231)
#F0E7EE
(240,231,238)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A8AF; }

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

This text font color is #B1A8AF.


Background Color

.myBgColor { background-color: #B1A8AF; }

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

This div background color is #B1A8AF.


Border color

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

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

This div border color is #B1A8AF.


Opacity

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

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

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

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

This text has shadow with #B1A8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A8AF on black background.


Color preview on white background

This text has color #B1A8AF on white background.



Black color preview on #B1A8AF background

This text has black color on #B1A8AF background.


White color preview on #B1A8AF background

This text has white color on #B1A8AF background.