COLOR #B1B6AE

HEX: #B1B6AE
RGB: (177,182,174)

Color info

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

RGB color model

#B1B6AE color RGB value is (177,182,174).

  • red value is 177;
  • green value is 182;
  • blue value is 174.
RGB:
(177,182,174)
(69%,71%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 182 of 255 = 71%
B 174 of 255 = 68%

177
182
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 182 + 174 = 533 (100%)
R 177 of 533 ~ 33.21%
G 182 of 533 ~ 34.15%
B 174 of 533 ~ 32.65%

%33.21
%34.15
%32.65

CMYK color model

#B1B6AE color CMYK value is (3,0,4,29).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(3,0,4,29)
C3M0Y4K29 
(3%,0%,4%,29%)
(0.03/0.00/0.04/0.29)	

CMYK percentages

%2.75
%0
%4.4
%28.63

Codes

Color #B1B6AE in popluar color models

B1B6AE
RGB177182174
HSL98°5.19%69.80%
HSB/HSV98°4.40%71.37%
CMYK2.75%0.00%4.40%
28.63%

Color #B1B6AE in popluar number systems.

HEXB1B6AE
Decimal177182174
Binary101100011011011010101110
Octal261266256

Shades and tints

Shades of #B1B6AE

#B1B6AE
(177,182,174)
#A1A69F
(161,166,159)
#919690
(145,150,144)
#818681
(129,134,129)
#717672
(113,118,114)
#616663
(97,102,99)
#515654
(81,86,84)
#414645
(65,70,69)
#313636
(49,54,54)
#212627
(33,38,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #B1B6AE

#B1B6AE
(177,182,174)
#B8BCB5
(184,188,181)
#BFC2BC
(191,194,188)
#C6C8C3
(198,200,195)
#CDCECA
(205,206,202)
#D4D4D1
(212,212,209)
#DBDAD8
(219,218,216)
#E2E0DF
(226,224,223)
#E9E6E6
(233,230,230)
#F0ECED
(240,236,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B6AE color. Also use rgb(177,182,174) instead hex code.

Text Font Color

.myTextColor { color: #B1B6AE; }

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

This text font color is #B1B6AE.


Background Color

.myBgColor { background-color: #B1B6AE; }

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

This div background color is #B1B6AE.


Border color

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

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

This div border color is #B1B6AE.


Opacity

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

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

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

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

This text has shadow with #B1B6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B6AE on black background.


Color preview on white background

This text has color #B1B6AE on white background.



Black color preview on #B1B6AE background

This text has black color on #B1B6AE background.


White color preview on #B1B6AE background

This text has white color on #B1B6AE background.