COLOR #B1B9A5

HEX: #B1B9A5
RGB: (177,185,165)

Color info

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

RGB color model

#B1B9A5 color RGB value is (177,185,165).

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

RGB channels and saturation

R 177 of 255 = 69%
G 185 of 255 = 73%
B 165 of 255 = 65%

177
185
165

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

Portions of RGB colors in percentages

R + G + B =
177 + 185 + 165 = 527 (100%)
R 177 of 527 ~ 33.59%
G 185 of 527 ~ 35.1%
B 165 of 527 ~ 31.31%

%33.59
%35.1
%31.31

CMYK color model

#B1B9A5 color CMYK value is (4,0,11,27).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(4,0,11,27)
C4M0Y11K27 
(4%,0%,11%,27%)
(0.04/0.00/0.11/0.27)	

CMYK percentages

%4.32
%0
%10.81
%27.45

Codes

Color #B1B9A5 in popluar color models

B1B9A5
RGB177185165
HSL84°12.50%68.63%
HSB/HSV84°10.81%72.55%
CMYK4.32%0.00%10.81%
27.45%

Color #B1B9A5 in popluar number systems.

HEXB1B9A5
Decimal177185165
Binary101100011011100110100101
Octal261271245

Shades and tints

Shades of #B1B9A5

#B1B9A5
(177,185,165)
#A1A996
(161,169,150)
#919987
(145,153,135)
#818978
(129,137,120)
#717969
(113,121,105)
#61695A
(97,105,90)
#51594B
(81,89,75)
#41493C
(65,73,60)
#31392D
(49,57,45)
#21291E
(33,41,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #B1B9A5

#B1B9A5
(177,185,165)
#B8BFAD
(184,191,173)
#BFC5B5
(191,197,181)
#C6CBBD
(198,203,189)
#CDD1C5
(205,209,197)
#D4D7CD
(212,215,205)
#DBDDD5
(219,221,213)
#E2E3DD
(226,227,221)
#E9E9E5
(233,233,229)
#F0EFED
(240,239,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B9A5; }

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

This text font color is #B1B9A5.


Background Color

.myBgColor { background-color: #B1B9A5; }

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

This div background color is #B1B9A5.


Border color

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

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

This div border color is #B1B9A5.


Opacity

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

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

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

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

This text has shadow with #B1B9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B9A5 on black background.


Color preview on white background

This text has color #B1B9A5 on white background.



Black color preview on #B1B9A5 background

This text has black color on #B1B9A5 background.


White color preview on #B1B9A5 background

This text has white color on #B1B9A5 background.