COLOR #B5BBB9

HEX: #B5BBB9 RGB: (181,187,185)

Color info

#B5BBB9 contains red, green and blue colors in about the same proportion. Web safe color of #B5BBB9 is #CCCCCC (or #CCC).

RGB color model

#B5BBB9 color RGB value is (181,187,185).

RGB: (181,187,185) (71%, 73%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 185 of 255 = 73%

181
187
185

R + G + B ~ 72%. #B5BBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 187 + 185 = 553 (100%)
R 181 of 553 ~ 32.73%
G 187 of 553 ~ 33.82%
B 185 of 553 ~ 33.45'%

%32.73
%33.82
%33.45

CMYK color model

#B5BBB9 color CMYK value is (3,0,1,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%

CMYK: (3,0,1,27)
C3M0Y1K27 (3%, 0%, 1%, 27%)
(0.03 / 0.00 / 0.01 / 0.27)

CMYK percentages

%3.21
%0
%1.07
%26.67

Codes

Color #B5BBB9 in popluar color models

B5 BB B9
RGB 181 187 185
HSL 160° 4.23% 72.16%
HSB/HSV 160° 3.21% 73.33%
CMYK 3.21% 0.00% 1.07%
26.67%

Color #B5BBB9 in popluar number systems.

HEX B5 BB B9
Decimal 181 187 185
Binary 10110101 10111011 10111001
Octal 265 273 271

Shades and tints

Shades of #B5BBB9

#B5BBB9
(181,187,185)
#A5AAA9
(165,170,169)
#959999
(149,153,153)
#858889
(133,136,137)
#757779
(117,119,121)
#656669
(101,102,105)
#555559
(85,85,89)
#454449
(69,68,73)
#353339
(53,51,57)
#252229
(37,34,41)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #B5BBB9

#B5BBB9
(181,187,185)
#BBC1BF
(187,193,191)
#C1C7C5
(193,199,197)
#C7CDCB
(199,205,203)
#CDD3D1
(205,211,209)
#D3D9D7
(211,217,215)
#D9DFDD
(217,223,221)
#DFE5E3
(223,229,227)
#E5EBE9
(229,235,233)
#EBF1EF
(235,241,239)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBB9; }

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

This text font color is #B5BBB9.

Background Color

.myBgColor { background-color: #B5BBB9; }

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

This div background color is #B5BBB9.

Border color

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

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

This div border color is #B5BBB9.

Opacity

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

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

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

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

This text has shadow with #B5BBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BBB9.

Preview

Color preview on black background

This text has color #B5BBB9 on black background.


Color preview on white background

This text has color #B5BBB9 on white background.


Black color preview on #B5BBB9 background

This text has black color on #B5BBB9 background.


White color preview on #B5BBB9 background

This text has white color on #B5BBB9 background.


Related colors

Complementary color

Complementary color for #hex is #4A4446.


I love getcolorcode.com

Triadic colors

1 #B9B5BB and #BBB9B5 with #B5BBB9 are triadic colors.

2 #B9BBB5 and #BBB5B9 with #B5BBB9 are triadic colors.