COLOR #B1B2AE

HEX: #B1B2AE
RGB: (177,178,174)

Color info

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

RGB color model

#B1B2AE color RGB value is (177,178,174).

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

RGB channels and saturation

R 177 of 255 = 69%
G 178 of 255 = 70%
B 174 of 255 = 68%

177
178
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 178 + 174 = 529 (100%)
R 177 of 529 ~ 33.46%
G 178 of 529 ~ 33.65%
B 174 of 529 ~ 32.89%

%33.46
%33.65
%32.89

CMYK color model

#B1B2AE color CMYK value is (1,0,2,30).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(1,0,2,30)
C1M0Y2K30 
(1%,0%,2%,30%)
(0.01/0.00/0.02/0.30)	

CMYK percentages

%0.56
%0
%2.25
%30.2

Codes

Color #B1B2AE in popluar color models

B1B2AE
RGB177178174
HSL75°2.53%69.02%
HSB/HSV75°2.25%69.80%
CMYK0.56%0.00%2.25%
30.20%

Color #B1B2AE in popluar number systems.

HEXB1B2AE
Decimal177178174
Binary101100011011001010101110
Octal261262256

Shades and tints

Shades of #B1B2AE

#B1B2AE
(177,178,174)
#A1A29F
(161,162,159)
#919290
(145,146,144)
#818281
(129,130,129)
#717272
(113,114,114)
#616263
(97,98,99)
#515254
(81,82,84)
#414245
(65,66,69)
#313236
(49,50,54)
#212227
(33,34,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #B1B2AE

#B1B2AE
(177,178,174)
#B8B9B5
(184,185,181)
#BFC0BC
(191,192,188)
#C6C7C3
(198,199,195)
#CDCECA
(205,206,202)
#D4D5D1
(212,213,209)
#DBDCD8
(219,220,216)
#E2E3DF
(226,227,223)
#E9EAE6
(233,234,230)
#F0F1ED
(240,241,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B2AE; }

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

This text font color is #B1B2AE.


Background Color

.myBgColor { background-color: #B1B2AE; }

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

This div background color is #B1B2AE.


Border color

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

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

This div border color is #B1B2AE.


Opacity

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

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

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

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

This text has shadow with #B1B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B2AE on black background.


Color preview on white background

This text has color #B1B2AE on white background.



Black color preview on #B1B2AE background

This text has black color on #B1B2AE background.


White color preview on #B1B2AE background

This text has white color on #B1B2AE background.