COLOR #B2B5BE

HEX: #B2B5BE
RGB: (178,181,190)

Color info

#B2B5BE contains red, green and blue colors in about the same proportion. Web safe color of #B2B5BE is #99CCCC (or #9CC).

RGB color model

#B2B5BE color RGB value is (178,181,190).

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

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 190 of 255 = 75%

178
181
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 181 + 190 = 549 (100%)
R 178 of 549 ~ 32.42%
G 181 of 549 ~ 32.97%
B 190 of 549 ~ 34.61%

%32.42
%32.97
%34.61

CMYK color model

#B2B5BE color CMYK value is (6,5,0,25).

  • cyan value is 6.32%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,5,0,25)
C6M5Y0K25 
(6%,5%,0%,25%)
(0.06/0.05/0.00/0.25)	

CMYK percentages

%6.32
%4.74
%0
%25.49

Codes

Color #B2B5BE in popluar color models

B2B5BE
RGB178181190
HSL225°8.45%72.16%
HSB/HSV225°6.32%74.51%
CMYK6.32%4.74%0.00%
25.49%

Color #B2B5BE in popluar number systems.

HEXB2B5BE
Decimal178181190
Binary101100101011010110111110
Octal262265276

Shades and tints

Shades of #B2B5BE

#B2B5BE
(178,181,190)
#A2A5AD
(162,165,173)
#92959C
(146,149,156)
#82858B
(130,133,139)
#72757A
(114,117,122)
#626569
(98,101,105)
#525558
(82,85,88)
#424547
(66,69,71)
#323536
(50,53,54)
#222525
(34,37,37)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #B2B5BE

#B2B5BE
(178,181,190)
#B9BBC3
(185,187,195)
#C0C1C8
(192,193,200)
#C7C7CD
(199,199,205)
#CECDD2
(206,205,210)
#D5D3D7
(213,211,215)
#DCD9DC
(220,217,220)
#E3DFE1
(227,223,225)
#EAE5E6
(234,229,230)
#F1EBEB
(241,235,235)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B5BE; }

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

This text font color is #B2B5BE.


Background Color

.myBgColor { background-color: #B2B5BE; }

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

This div background color is #B2B5BE.


Border color

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

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

This div border color is #B2B5BE.


Opacity

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

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

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

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

This text has shadow with #B2B5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B5BE on black background.


Color preview on white background

This text has color #B2B5BE on white background.



Black color preview on #B2B5BE background

This text has black color on #B2B5BE background.


White color preview on #B2B5BE background

This text has white color on #B2B5BE background.