COLOR #B1B9AE

HEX: #B1B9AE
RGB: (177,185,174)

Color info

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

RGB color model

#B1B9AE color RGB value is (177,185,174).

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

RGB channels and saturation

R 177 of 255 = 69%
G 185 of 255 = 73%
B 174 of 255 = 68%

177
185
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 185 + 174 = 536 (100%)
R 177 of 536 ~ 33.02%
G 185 of 536 ~ 34.51%
B 174 of 536 ~ 32.46%

%33.02
%34.51
%32.46

CMYK color model

#B1B9AE color CMYK value is (4,0,6,27).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(4,0,6,27)
C4M0Y6K27 
(4%,0%,6%,27%)
(0.04/0.00/0.06/0.27)	

CMYK percentages

%4.32
%0
%5.95
%27.45

Codes

Color #B1B9AE in popluar color models

B1B9AE
RGB177185174
HSL104°7.28%70.39%
HSB/HSV104°5.95%72.55%
CMYK4.32%0.00%5.95%
27.45%

Color #B1B9AE in popluar number systems.

HEXB1B9AE
Decimal177185174
Binary101100011011100110101110
Octal261271256

Shades and tints

Shades of #B1B9AE

#B1B9AE
(177,185,174)
#A1A99F
(161,169,159)
#919990
(145,153,144)
#818981
(129,137,129)
#717972
(113,121,114)
#616963
(97,105,99)
#515954
(81,89,84)
#414945
(65,73,69)
#313936
(49,57,54)
#212927
(33,41,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #B1B9AE

#B1B9AE
(177,185,174)
#B8BFB5
(184,191,181)
#BFC5BC
(191,197,188)
#C6CBC3
(198,203,195)
#CDD1CA
(205,209,202)
#D4D7D1
(212,215,209)
#DBDDD8
(219,221,216)
#E2E3DF
(226,227,223)
#E9E9E6
(233,233,230)
#F0EFED
(240,239,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B9AE; }

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

This text font color is #B1B9AE.


Background Color

.myBgColor { background-color: #B1B9AE; }

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

This div background color is #B1B9AE.


Border color

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

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

This div border color is #B1B9AE.


Opacity

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

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

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

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

This text has shadow with #B1B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B9AE on black background.


Color preview on white background

This text has color #B1B9AE on white background.



Black color preview on #B1B9AE background

This text has black color on #B1B9AE background.


White color preview on #B1B9AE background

This text has white color on #B1B9AE background.