COLOR #B5B2BE

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

Color info

#B5B2BE contains red, green and blue colors in about the same proportion. Web safe color of #B5B2BE is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

181
178
190

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

Portions of RGB colors in percentages

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

%32.97
%32.42
%34.61

CMYK color model

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

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

CMYK percentages

%4.74
%6.32
%0
%25.49

Codes

Color #B5B2BE in popluar color models

B5B2BE
RGB181178190
HSL255°8.45%72.16%
HSB/HSV255°6.32%74.51%
CMYK4.74%6.32%0.00%
25.49%

Color #B5B2BE in popluar number systems.

HEXB5B2BE
Decimal181178190
Binary101101011011001010111110
Octal265262276

Shades and tints

Shades of #B5B2BE

#B5B2BE
(181,178,190)
#A5A2AD
(165,162,173)
#95929C
(149,146,156)
#85828B
(133,130,139)
#75727A
(117,114,122)
#656269
(101,98,105)
#555258
(85,82,88)
#454247
(69,66,71)
#353236
(53,50,54)
#252225
(37,34,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B5B2BE

#B5B2BE
(181,178,190)
#BBB9C3
(187,185,195)
#C1C0C8
(193,192,200)
#C7C7CD
(199,199,205)
#CDCED2
(205,206,210)
#D3D5D7
(211,213,215)
#D9DCDC
(217,220,220)
#DFE3E1
(223,227,225)
#E5EAE6
(229,234,230)
#EBF1EB
(235,241,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B2BE; }

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

This text font color is #B5B2BE.


Background Color

.myBgColor { background-color: #B5B2BE; }

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

This div background color is #B5B2BE.


Border color

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

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

This div border color is #B5B2BE.


Opacity

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

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

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

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

This text has shadow with #B5B2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B2BE on black background.


Color preview on white background

This text has color #B5B2BE on white background.



Black color preview on #B5B2BE background

This text has black color on #B5B2BE background.


White color preview on #B5B2BE background

This text has white color on #B5B2BE background.