COLOR #B1AFB7

HEX: #B1AFB7
RGB: (177,175,183)

Color info

#B1AFB7 contains red, green and blue colors in about the same proportion. Web safe color of #B1AFB7 is #9999CC (or #99C).

RGB color model

#B1AFB7 color RGB value is (177,175,183).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 183 of 255 = 72%

177
175
183

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 183 = 535 (100%)
R 177 of 535 ~ 33.08%
G 175 of 535 ~ 32.71%
B 183 of 535 ~ 34.21%

%33.08
%32.71
%34.21

CMYK color model

#B1AFB7 color CMYK value is (3,4,0,28).

  • cyan value is 3.28%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,4,0,28)
C3M4Y0K28 
(3%,4%,0%,28%)
(0.03/0.04/0.00/0.28)	

CMYK percentages

%3.28
%4.37
%0
%28.24

Codes

Color #B1AFB7 in popluar color models

B1AFB7
RGB177175183
HSL255°5.26%70.20%
HSB/HSV255°4.37%71.76%
CMYK3.28%4.37%0.00%
28.24%

Color #B1AFB7 in popluar number systems.

HEXB1AFB7
Decimal177175183
Binary101100011010111110110111
Octal261257267

Shades and tints

Shades of #B1AFB7

#B1AFB7
(177,175,183)
#A1A0A7
(161,160,167)
#919197
(145,145,151)
#818287
(129,130,135)
#717377
(113,115,119)
#616467
(97,100,103)
#515557
(81,85,87)
#414647
(65,70,71)
#313737
(49,55,55)
#212827
(33,40,39)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #B1AFB7

#B1AFB7
(177,175,183)
#B8B6BD
(184,182,189)
#BFBDC3
(191,189,195)
#C6C4C9
(198,196,201)
#CDCBCF
(205,203,207)
#D4D2D5
(212,210,213)
#DBD9DB
(219,217,219)
#E2E0E1
(226,224,225)
#E9E7E7
(233,231,231)
#F0EEED
(240,238,237)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFB7; }

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

This text font color is #B1AFB7.


Background Color

.myBgColor { background-color: #B1AFB7; }

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

This div background color is #B1AFB7.


Border color

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

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

This div border color is #B1AFB7.


Opacity

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

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

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

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

This text has shadow with #B1AFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFB7 on black background.


Color preview on white background

This text has color #B1AFB7 on white background.



Black color preview on #B1AFB7 background

This text has black color on #B1AFB7 background.


White color preview on #B1AFB7 background

This text has white color on #B1AFB7 background.