COLOR #B5B0B1

HEX: #B5B0B1 RGB: (181,176,177)

Color info

#B5B0B1 contains red, green and blue colors in about the same proportion. Web safe color of #B5B0B1 is #CC9999 (or #C99).

RGB color model

#B5B0B1 color RGB value is (181,176,177).

RGB: (181,176,177) (71%, 69%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 177 of 255 = 69%

181
176
177

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

Portions of RGB colors in percentages

R + G + B = 181 + 176 + 177 = 534 (100%)
R 181 of 534 ~ 33.9%
G 176 of 534 ~ 32.96%
B 177 of 534 ~ 33.15'%

%33.9
%32.96
%33.15

CMYK color model

#B5B0B1 color CMYK value is (0,3,2,29).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (0,3,2,29)
C0M3Y2K29 (0%, 3%, 2%, 29%)
(0.00 / 0.03 / 0.02 / 0.29)

CMYK percentages

%0
%2.76
%2.21
%29.02

Codes

Color #B5B0B1 in popluar color models

B5 B0 B1
RGB 181 176 177
HSL 348° 3.27% 70.00%
HSB/HSV 348° 2.76% 70.98%
CMYK 0.00% 2.76% 2.21%
29.02%

Color #B5B0B1 in popluar number systems.

HEX B5 B0 B1
Decimal 181 176 177
Binary 10110101 10110000 10110001
Octal 265 260 261

Shades and tints

Shades of #B5B0B1

#B5B0B1
(181,176,177)
#A5A0A1
(165,160,161)
#959091
(149,144,145)
#858081
(133,128,129)
#757071
(117,112,113)
#656061
(101,96,97)
#555051
(85,80,81)
#454041
(69,64,65)
#353031
(53,48,49)
#252021
(37,32,33)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #B5B0B1

#B5B0B1
(181,176,177)
#BBB7B8
(187,183,184)
#C1BEBF
(193,190,191)
#C7C5C6
(199,197,198)
#CDCCCD
(205,204,205)
#D3D3D4
(211,211,212)
#D9DADB
(217,218,219)
#DFE1E2
(223,225,226)
#E5E8E9
(229,232,233)
#EBEFF0
(235,239,240)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B0B1; }

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

This text font color is #B5B0B1.

Background Color

.myBgColor { background-color: #B5B0B1; }

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

This div background color is #B5B0B1.

Border color

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

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

This div border color is #B5B0B1.

Opacity

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

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

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

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

This text has shadow with #B5B0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B0B1.

Preview

Color preview on black background

This text has color #B5B0B1 on black background.


Color preview on white background

This text has color #B5B0B1 on white background.


Black color preview on #B5B0B1 background

This text has black color on #B5B0B1 background.


White color preview on #B5B0B1 background

This text has white color on #B5B0B1 background.


Related colors

Complementary color

Complementary color for #hex is #4A4F4E.


I love getcolorcode.com

Triadic colors

1 #B1B5B0 and #B0B1B5 with #B5B0B1 are triadic colors.

2 #B1B0B5 and #B0B5B1 with #B5B0B1 are triadic colors.