COLOR #B1AFA3

HEX: #B1AFA3
RGB: (177,175,163)

Color info

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

RGB color model

#B1AFA3 color RGB value is (177,175,163).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 163 of 255 = 64%

177
175
163

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 163 = 515 (100%)
R 177 of 515 ~ 34.37%
G 175 of 515 ~ 33.98%
B 163 of 515 ~ 31.65%

%34.37
%33.98
%31.65

CMYK color model

#B1AFA3 color CMYK value is (0,1,8,31).

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 7.91%
  • key color value is 30.59%
CMYK:
(0,1,8,31)
C0M1Y8K31 
(0%,1%,8%,31%)
(0.00/0.01/0.08/0.31)	

CMYK percentages

%0
%1.13
%7.91
%30.59

Codes

Color #B1AFA3 in popluar color models

B1AFA3
RGB177175163
HSL51°8.24%66.67%
HSB/HSV51°7.91%69.41%
CMYK0.00%1.13%7.91%
30.59%

Color #B1AFA3 in popluar number systems.

HEXB1AFA3
Decimal177175163
Binary101100011010111110100011
Octal261257243

Shades and tints

Shades of #B1AFA3

#B1AFA3
(177,175,163)
#A1A095
(161,160,149)
#919187
(145,145,135)
#818279
(129,130,121)
#71736B
(113,115,107)
#61645D
(97,100,93)
#51554F
(81,85,79)
#414641
(65,70,65)
#313733
(49,55,51)
#212825
(33,40,37)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #B1AFA3

#B1AFA3
(177,175,163)
#B8B6AB
(184,182,171)
#BFBDB3
(191,189,179)
#C6C4BB
(198,196,187)
#CDCBC3
(205,203,195)
#D4D2CB
(212,210,203)
#DBD9D3
(219,217,211)
#E2E0DB
(226,224,219)
#E9E7E3
(233,231,227)
#F0EEEB
(240,238,235)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFA3; }

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

This text font color is #B1AFA3.


Background Color

.myBgColor { background-color: #B1AFA3; }

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

This div background color is #B1AFA3.


Border color

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

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

This div border color is #B1AFA3.


Opacity

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

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

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

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

This text has shadow with #B1AFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFA3 on black background.


Color preview on white background

This text has color #B1AFA3 on white background.



Black color preview on #B1AFA3 background

This text has black color on #B1AFA3 background.


White color preview on #B1AFA3 background

This text has white color on #B1AFA3 background.