COLOR #B5B6BE

HEX: #B5B6BE
RGB: (181,182,190)

Color info

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

RGB color model

#B5B6BE color RGB value is (181,182,190).

  • red value is 181;
  • green value is 182;
  • blue value is 190.
RGB:
(181,182,190)
(71%,71%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 190 of 255 = 75%

181
182
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 182 + 190 = 553 (100%)
R 181 of 553 ~ 32.73%
G 182 of 553 ~ 32.91%
B 190 of 553 ~ 34.36%

%32.73
%32.91
%34.36

CMYK color model

#B5B6BE color CMYK value is (5,4,0,25).

  • cyan value is 4.74%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,4,0,25)
C5M4Y0K25 
(5%,4%,0%,25%)
(0.05/0.04/0.00/0.25)	

CMYK percentages

%4.74
%4.21
%0
%25.49

Codes

Color #B5B6BE in popluar color models

B5B6BE
RGB181182190
HSL233°6.47%72.75%
HSB/HSV233°4.74%74.51%
CMYK4.74%4.21%0.00%
25.49%

Color #B5B6BE in popluar number systems.

HEXB5B6BE
Decimal181182190
Binary101101011011011010111110
Octal265266276

Shades and tints

Shades of #B5B6BE

#B5B6BE
(181,182,190)
#A5A6AD
(165,166,173)
#95969C
(149,150,156)
#85868B
(133,134,139)
#75767A
(117,118,122)
#656669
(101,102,105)
#555658
(85,86,88)
#454647
(69,70,71)
#353636
(53,54,54)
#252625
(37,38,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5B6BE

#B5B6BE
(181,182,190)
#BBBCC3
(187,188,195)
#C1C2C8
(193,194,200)
#C7C8CD
(199,200,205)
#CDCED2
(205,206,210)
#D3D4D7
(211,212,215)
#D9DADC
(217,218,220)
#DFE0E1
(223,224,225)
#E5E6E6
(229,230,230)
#EBECEB
(235,236,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B6BE color. Also use rgb(181,182,190) instead hex code.

Text Font Color

.myTextColor { color: #B5B6BE; }

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

This text font color is #B5B6BE.


Background Color

.myBgColor { background-color: #B5B6BE; }

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

This div background color is #B5B6BE.


Border color

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

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

This div border color is #B5B6BE.


Opacity

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

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

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

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

This text has shadow with #B5B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B6BE on black background.


Color preview on white background

This text has color #B5B6BE on white background.



Black color preview on #B5B6BE background

This text has black color on #B5B6BE background.


White color preview on #B5B6BE background

This text has white color on #B5B6BE background.