COLOR #B5B0BB

HEX: #B5B0BB RGB: (181,176,187)

Color info

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

RGB color model

#B5B0BB color RGB value is (181,176,187).

RGB: (181,176,187) (71%, 69%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 187 of 255 = 73%

181
176
187

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

Portions of RGB colors in percentages

R + G + B = 181 + 176 + 187 = 544 (100%)
R 181 of 544 ~ 33.27%
G 176 of 544 ~ 32.35%
B 187 of 544 ~ 34.38'%

%33.27
%32.35
%34.38

CMYK color model

#B5B0BB color CMYK value is (3,6,0,27).

  • cyan value is 3.21%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (3,6,0,27) C3M6Y0K27 (3%,6%,0%,27%) (0.03/0.06/0.00/0.27) 

CMYK percentages

%3.21
%5.88
%0
%26.67

Codes

Color #B5B0BB in popluar color models

B5 B0 BB
RGB 181 176 187
HSL 267° 7.48% 71.18%
HSB/HSV 267° 5.88% 73.33%
CMYK 3.21% 5.88% 0.00%
26.67%

Color #B5B0BB in popluar number systems.

HEX B5 B0 BB
Decimal 181 176 187
Binary 10110101 10110000 10111011
Octal 265 260 273

Shades and tints

Shades of #B5B0BB

#B5B0BB
(181,176,187)
#A5A0AA
(165,160,170)
#959099
(149,144,153)
#858088
(133,128,136)
#757077
(117,112,119)
#656066
(101,96,102)
#555055
(85,80,85)
#454044
(69,64,68)
#353033
(53,48,51)
#252022
(37,32,34)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #B5B0BB

#B5B0BB
(181,176,187)
#BBB7C1
(187,183,193)
#C1BEC7
(193,190,199)
#C7C5CD
(199,197,205)
#CDCCD3
(205,204,211)
#D3D3D9
(211,211,217)
#D9DADF
(217,218,223)
#DFE1E5
(223,225,229)
#E5E8EB
(229,232,235)
#EBEFF1
(235,239,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B0BB; }

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

This text font color is #B5B0BB.

Background Color

.myBgColor { background-color: #B5B0BB; }

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

This div background color is #B5B0BB.

Border color

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

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

This div border color is #B5B0BB.

Opacity

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

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

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

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

This text has shadow with #B5B0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B0BB.

Preview

Color preview on black background

This text has color #B5B0BB on black background.


Color preview on white background

This text has color #B5B0BB on white background.


Black color preview on #B5B0BB background

This text has black color on #B5B0BB background.


White color preview on #B5B0BB background

This text has white color on #B5B0BB background.


Related colors

Complementary color

Complementary color for #hex is #4A4F44.


I love getcolorcode.com

Triadic colors

1 #BBB5B0 and #B0BBB5 with #B5B0BB are triadic colors.

2 #BBB0B5 and #B0B5BB with #B5B0BB are triadic colors.