COLOR #B9B1B5

HEX: #B9B1B5 RGB: (185,177,181)

Color info

#B9B1B5 contains red, green and blue colors in about the same proportion. Web safe color of #B9B1B5 is #CC99CC (or #C9C).

RGB color model

#B9B1B5 color RGB value is (185,177,181).

RGB: (185,177,181) (73%, 69%, 71%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 181 of 255 = 71%

185
177
181

R + G + B ~ 71%. #B9B1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 177 + 181 = 543 (100%)
R 185 of 543 ~ 34.07%
G 177 of 543 ~ 32.6%
B 181 of 543 ~ 33.33'%

%34.07
%32.6
%33.33

CMYK color model

#B9B1B5 color CMYK value is (0,4,2,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 2.16%
  • key color value is 27.45%

CMYK: (0,4,2,27)
C0M4Y2K27 (0%, 4%, 2%, 27%)
(0.00 / 0.04 / 0.02 / 0.27)

CMYK percentages

%0
%4.32
%2.16
%27.45

Codes

Color #B9B1B5 in popluar color models

B9 B1 B5
RGB 185 177 181
HSL 330° 5.41% 70.98%
HSB/HSV 330° 4.32% 72.55%
CMYK 0.00% 4.32% 2.16%
27.45%

Color #B9B1B5 in popluar number systems.

HEX B9 B1 B5
Decimal 185 177 181
Binary 10111001 10110001 10110101
Octal 271 261 265

Shades and tints

Shades of #B9B1B5

#B9B1B5
(185,177,181)
#A9A1A5
(169,161,165)
#999195
(153,145,149)
#898185
(137,129,133)
#797175
(121,113,117)
#696165
(105,97,101)
#595155
(89,81,85)
#494145
(73,65,69)
#393135
(57,49,53)
#292125
(41,33,37)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B9B1B5

#B9B1B5
(185,177,181)
#BFB8BB
(191,184,187)
#C5BFC1
(197,191,193)
#CBC6C7
(203,198,199)
#D1CDCD
(209,205,205)
#D7D4D3
(215,212,211)
#DDDBD9
(221,219,217)
#E3E2DF
(227,226,223)
#E9E9E5
(233,233,229)
#EFF0EB
(239,240,235)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1B5; }

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

This text font color is #B9B1B5.

Background Color

.myBgColor { background-color: #B9B1B5; }

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

This div background color is #B9B1B5.

Border color

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

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

This div border color is #B9B1B5.

Opacity

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

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

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

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

This text has shadow with #B9B1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B1B5.

Preview

Color preview on black background

This text has color #B9B1B5 on black background.


Color preview on white background

This text has color #B9B1B5 on white background.


Black color preview on #B9B1B5 background

This text has black color on #B9B1B5 background.


White color preview on #B9B1B5 background

This text has white color on #B9B1B5 background.


Related colors

Complementary color

Complementary color for #hex is #464E4A.


I love getcolorcode.com

Triadic colors

1 #B5B9B1 and #B1B5B9 with #B9B1B5 are triadic colors.

2 #B5B1B9 and #B1B9B5 with #B9B1B5 are triadic colors.