COLOR #B6BEB7

HEX: #B6BEB7
RGB: (182,190,183)

Color info

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

RGB color model

#B6BEB7 color RGB value is (182,190,183).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 183 of 255 = 72%

182
190
183

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 183 = 555 (100%)
R 182 of 555 ~ 32.79%
G 190 of 555 ~ 34.23%
B 183 of 555 ~ 32.97%

%32.79
%34.23
%32.97

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(4,0,4,25)
C4M0Y4K25 
(4%,0%,4%,25%)
(0.04/0.00/0.04/0.25)	

CMYK percentages

%4.21
%0
%3.68
%25.49

Codes

Color #B6BEB7 in popluar color models

B6BEB7
RGB182190183
HSL128°5.80%72.94%
HSB/HSV128°4.21%74.51%
CMYK4.21%0.00%3.68%
25.49%

Color #B6BEB7 in popluar number systems.

HEXB6BEB7
Decimal182190183
Binary101101101011111010110111
Octal266276267

Shades and tints

Shades of #B6BEB7

#B6BEB7
(182,190,183)
#A6ADA7
(166,173,167)
#969C97
(150,156,151)
#868B87
(134,139,135)
#767A77
(118,122,119)
#666967
(102,105,103)
#565857
(86,88,87)
#464747
(70,71,71)
#363637
(54,54,55)
#262527
(38,37,39)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6BEB7

#B6BEB7
(182,190,183)
#BCC3BD
(188,195,189)
#C2C8C3
(194,200,195)
#C8CDC9
(200,205,201)
#CED2CF
(206,210,207)
#D4D7D5
(212,215,213)
#DADCDB
(218,220,219)
#E0E1E1
(224,225,225)
#E6E6E7
(230,230,231)
#ECEBED
(236,235,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEB7; }

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

This text font color is #B6BEB7.


Background Color

.myBgColor { background-color: #B6BEB7; }

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

This div background color is #B6BEB7.


Border color

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

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

This div border color is #B6BEB7.


Opacity

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

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

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

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

This text has shadow with #B6BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEB7 on black background.


Color preview on white background

This text has color #B6BEB7 on white background.



Black color preview on #B6BEB7 background

This text has black color on #B6BEB7 background.


White color preview on #B6BEB7 background

This text has white color on #B6BEB7 background.