COLOR #B1B7AF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

177
183
175

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

Portions of RGB colors in percentages

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

%33.08
%34.21
%32.71

CMYK color model

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

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

CMYK percentages

%3.28
%0
%4.37
%28.24

Codes

Color #B1B7AF in popluar color models

B1B7AF
RGB177183175
HSL105°5.26%70.20%
HSB/HSV105°4.37%71.76%
CMYK3.28%0.00%4.37%
28.24%

Color #B1B7AF in popluar number systems.

HEXB1B7AF
Decimal177183175
Binary101100011011011110101111
Octal261267257

Shades and tints

Shades of #B1B7AF

#B1B7AF
(177,183,175)
#A1A7A0
(161,167,160)
#919791
(145,151,145)
#818782
(129,135,130)
#717773
(113,119,115)
#616764
(97,103,100)
#515755
(81,87,85)
#414746
(65,71,70)
#313737
(49,55,55)
#212728
(33,39,40)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #B1B7AF

#B1B7AF
(177,183,175)
#B8BDB6
(184,189,182)
#BFC3BD
(191,195,189)
#C6C9C4
(198,201,196)
#CDCFCB
(205,207,203)
#D4D5D2
(212,213,210)
#DBDBD9
(219,219,217)
#E2E1E0
(226,225,224)
#E9E7E7
(233,231,231)
#F0EDEE
(240,237,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B7AF; }

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

This text font color is #B1B7AF.


Background Color

.myBgColor { background-color: #B1B7AF; }

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

This div background color is #B1B7AF.


Border color

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

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

This div border color is #B1B7AF.


Opacity

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

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

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

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

This text has shadow with #B1B7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B7AF on black background.


Color preview on white background

This text has color #B1B7AF on white background.



Black color preview on #B1B7AF background

This text has black color on #B1B7AF background.


White color preview on #B1B7AF background

This text has white color on #B1B7AF background.