COLOR #B5BBBD

HEX: #B5BBBD
RGB: (181,187,189)

Color info

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

RGB color model

#B5BBBD color RGB value is (181,187,189).

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

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 189 of 255 = 74%

181
187
189

R + G + B ~ 73%. #B5BBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 189 = 557 (100%)
R 181 of 557 ~ 32.5%
G 187 of 557 ~ 33.57%
B 189 of 557 ~ 33.93%

%32.5
%33.57
%33.93

CMYK color model

#B5BBBD color CMYK value is (4,1,0,26).

  • cyan value is 4.23%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,1,0,26)
C4M1Y0K26 
(4%,1%,0%,26%)
(0.04/0.01/0.00/0.26)	

CMYK percentages

%4.23
%1.06
%0
%25.88

Codes

Color #B5BBBD in popluar color models

B5BBBD
RGB181187189
HSL195°5.71%72.55%
HSB/HSV195°4.23%74.12%
CMYK4.23%1.06%0.00%
25.88%

Color #B5BBBD in popluar number systems.

HEXB5BBBD
Decimal181187189
Binary101101011011101110111101
Octal265273275

Shades and tints

Shades of #B5BBBD

#B5BBBD
(181,187,189)
#A5AAAC
(165,170,172)
#95999B
(149,153,155)
#85888A
(133,136,138)
#757779
(117,119,121)
#656668
(101,102,104)
#555557
(85,85,87)
#454446
(69,68,70)
#353335
(53,51,53)
#252224
(37,34,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B5BBBD

#B5BBBD
(181,187,189)
#BBC1C3
(187,193,195)
#C1C7C9
(193,199,201)
#C7CDCF
(199,205,207)
#CDD3D5
(205,211,213)
#D3D9DB
(211,217,219)
#D9DFE1
(217,223,225)
#DFE5E7
(223,229,231)
#E5EBED
(229,235,237)
#EBF1F3
(235,241,243)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBBD; }

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

This text font color is #B5BBBD.


Background Color

.myBgColor { background-color: #B5BBBD; }

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

This div background color is #B5BBBD.


Border color

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

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

This div border color is #B5BBBD.


Opacity

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

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

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

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

This text has shadow with #B5BBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBBD on black background.


Color preview on white background

This text has color #B5BBBD on white background.



Black color preview on #B5BBBD background

This text has black color on #B5BBBD background.


White color preview on #B5BBBD background

This text has white color on #B5BBBD background.