COLOR #B5BBB8

HEX: #B5BBB8
RGB: (181,187,184)

Color info

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

RGB color model

#B5BBB8 color RGB value is (181,187,184).

  • red value is 181;
  • green value is 187;
  • blue value is 184.
RGB:
(181,187,184)
(71%,73%,72%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 184 of 255 = 72%

181
187
184

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

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 184 = 552 (100%)
R 181 of 552 ~ 32.79%
G 187 of 552 ~ 33.88%
B 184 of 552 ~ 33.33%

%32.79
%33.88
%33.33

CMYK color model

#B5BBB8 color CMYK value is (3,0,2,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(3,0,2,27)
C3M0Y2K27 
(3%,0%,2%,27%)
(0.03/0.00/0.02/0.27)	

CMYK percentages

%3.21
%0
%1.6
%26.67

Codes

Color #B5BBB8 in popluar color models

B5BBB8
RGB181187184
HSL150°4.23%72.16%
HSB/HSV150°3.21%73.33%
CMYK3.21%0.00%1.60%
26.67%

Color #B5BBB8 in popluar number systems.

HEXB5BBB8
Decimal181187184
Binary101101011011101110111000
Octal265273270

Shades and tints

Shades of #B5BBB8

#B5BBB8
(181,187,184)
#A5AAA8
(165,170,168)
#959998
(149,153,152)
#858888
(133,136,136)
#757778
(117,119,120)
#656668
(101,102,104)
#555558
(85,85,88)
#454448
(69,68,72)
#353338
(53,51,56)
#252228
(37,34,40)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B5BBB8

#B5BBB8
(181,187,184)
#BBC1BE
(187,193,190)
#C1C7C4
(193,199,196)
#C7CDCA
(199,205,202)
#CDD3D0
(205,211,208)
#D3D9D6
(211,217,214)
#D9DFDC
(217,223,220)
#DFE5E2
(223,229,226)
#E5EBE8
(229,235,232)
#EBF1EE
(235,241,238)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBB8; }

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

This text font color is #B5BBB8.


Background Color

.myBgColor { background-color: #B5BBB8; }

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

This div background color is #B5BBB8.


Border color

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

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

This div border color is #B5BBB8.


Opacity

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

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

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

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

This text has shadow with #B5BBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBB8 on black background.


Color preview on white background

This text has color #B5BBB8 on white background.



Black color preview on #B5BBB8 background

This text has black color on #B5BBB8 background.


White color preview on #B5BBB8 background

This text has white color on #B5BBB8 background.