COLOR #B5B8BE

HEX: #B5B8BE
RGB: (181,184,190)

Color info

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

RGB color model

#B5B8BE color RGB value is (181,184,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 190 of 255 = 75%

181
184
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 184 + 190 = 555 (100%)
R 181 of 555 ~ 32.61%
G 184 of 555 ~ 33.15%
B 190 of 555 ~ 34.23%

%32.61
%33.15
%34.23

CMYK color model

#B5B8BE color CMYK value is (5,3,0,25).

  • cyan value is 4.74%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,3,0,25)
C5M3Y0K25 
(5%,3%,0%,25%)
(0.05/0.03/0.00/0.25)	

CMYK percentages

%4.74
%3.16
%0
%25.49

Codes

Color #B5B8BE in popluar color models

B5B8BE
RGB181184190
HSL220°6.47%72.75%
HSB/HSV220°4.74%74.51%
CMYK4.74%3.16%0.00%
25.49%

Color #B5B8BE in popluar number systems.

HEXB5B8BE
Decimal181184190
Binary101101011011100010111110
Octal265270276

Shades and tints

Shades of #B5B8BE

#B5B8BE
(181,184,190)
#A5A8AD
(165,168,173)
#95989C
(149,152,156)
#85888B
(133,136,139)
#75787A
(117,120,122)
#656869
(101,104,105)
#555858
(85,88,88)
#454847
(69,72,71)
#353836
(53,56,54)
#252825
(37,40,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #B5B8BE

#B5B8BE
(181,184,190)
#BBBEC3
(187,190,195)
#C1C4C8
(193,196,200)
#C7CACD
(199,202,205)
#CDD0D2
(205,208,210)
#D3D6D7
(211,214,215)
#D9DCDC
(217,220,220)
#DFE2E1
(223,226,225)
#E5E8E6
(229,232,230)
#EBEEEB
(235,238,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B8BE; }

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

This text font color is #B5B8BE.


Background Color

.myBgColor { background-color: #B5B8BE; }

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

This div background color is #B5B8BE.


Border color

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

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

This div border color is #B5B8BE.


Opacity

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

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

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

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

This text has shadow with #B5B8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B8BE on black background.


Color preview on white background

This text has color #B5B8BE on white background.



Black color preview on #B5B8BE background

This text has black color on #B5B8BE background.


White color preview on #B5B8BE background

This text has white color on #B5B8BE background.