COLOR #B1B7AA

HEX: #B1B7AA
RGB: (177,183,170)

Color info

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

RGB color model

#B1B7AA color RGB value is (177,183,170).

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

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 170 of 255 = 67%

177
183
170

R + G + B ~ 69%. #B1B7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 183 + 170 = 530 (100%)
R 177 of 530 ~ 33.4%
G 183 of 530 ~ 34.53%
B 170 of 530 ~ 32.08%

%33.4
%34.53
%32.08

CMYK color model

#B1B7AA color CMYK value is (3,0,7,28).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(3,0,7,28)
C3M0Y7K28 
(3%,0%,7%,28%)
(0.03/0.00/0.07/0.28)	

CMYK percentages

%3.28
%0
%7.1
%28.24

Codes

Color #B1B7AA in popluar color models

B1B7AA
RGB177183170
HSL88°8.28%69.22%
HSB/HSV88°7.10%71.76%
CMYK3.28%0.00%7.10%
28.24%

Color #B1B7AA in popluar number systems.

HEXB1B7AA
Decimal177183170
Binary101100011011011110101010
Octal261267252

Shades and tints

Shades of #B1B7AA

#B1B7AA
(177,183,170)
#A1A79B
(161,167,155)
#91978C
(145,151,140)
#81877D
(129,135,125)
#71776E
(113,119,110)
#61675F
(97,103,95)
#515750
(81,87,80)
#414741
(65,71,65)
#313732
(49,55,50)
#212723
(33,39,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1B7AA

#B1B7AA
(177,183,170)
#B8BDB1
(184,189,177)
#BFC3B8
(191,195,184)
#C6C9BF
(198,201,191)
#CDCFC6
(205,207,198)
#D4D5CD
(212,213,205)
#DBDBD4
(219,219,212)
#E2E1DB
(226,225,219)
#E9E7E2
(233,231,226)
#F0EDE9
(240,237,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B7AA; }

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

This text font color is #B1B7AA.


Background Color

.myBgColor { background-color: #B1B7AA; }

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

This div background color is #B1B7AA.


Border color

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

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

This div border color is #B1B7AA.


Opacity

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

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

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

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

This text has shadow with #B1B7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B7AA on black background.


Color preview on white background

This text has color #B1B7AA on white background.



Black color preview on #B1B7AA background

This text has black color on #B1B7AA background.


White color preview on #B1B7AA background

This text has white color on #B1B7AA background.