COLOR #B6BEB8

HEX: #B6BEB8
RGB: (182,190,184)

Color info

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

RGB color model

#B6BEB8 color RGB value is (182,190,184).

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

RGB channels and saturation

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

182
190
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 184 = 556 (100%)
R 182 of 556 ~ 32.73%
G 190 of 556 ~ 34.17%
B 184 of 556 ~ 33.09%

%32.73
%34.17
%33.09

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(4,0,3,25)
C4M0Y3K25 
(4%,0%,3%,25%)
(0.04/0.00/0.03/0.25)	

CMYK percentages

%4.21
%0
%3.16
%25.49

Codes

Color #B6BEB8 in popluar color models

B6BEB8
RGB182190184
HSL135°5.80%72.94%
HSB/HSV135°4.21%74.51%
CMYK4.21%0.00%3.16%
25.49%

Color #B6BEB8 in popluar number systems.

HEXB6BEB8
Decimal182190184
Binary101101101011111010111000
Octal266276270

Shades and tints

Shades of #B6BEB8

#B6BEB8
(182,190,184)
#A6ADA8
(166,173,168)
#969C98
(150,156,152)
#868B88
(134,139,136)
#767A78
(118,122,120)
#666968
(102,105,104)
#565858
(86,88,88)
#464748
(70,71,72)
#363638
(54,54,56)
#262528
(38,37,40)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B6BEB8

#B6BEB8
(182,190,184)
#BCC3BE
(188,195,190)
#C2C8C4
(194,200,196)
#C8CDCA
(200,205,202)
#CED2D0
(206,210,208)
#D4D7D6
(212,215,214)
#DADCDC
(218,220,220)
#E0E1E2
(224,225,226)
#E6E6E8
(230,230,232)
#ECEBEE
(236,235,238)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEB8; }

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

This text font color is #B6BEB8.


Background Color

.myBgColor { background-color: #B6BEB8; }

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

This div background color is #B6BEB8.


Border color

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

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

This div border color is #B6BEB8.


Opacity

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

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

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

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

This text has shadow with #B6BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEB8 on black background.


Color preview on white background

This text has color #B6BEB8 on white background.



Black color preview on #B6BEB8 background

This text has black color on #B6BEB8 background.


White color preview on #B6BEB8 background

This text has white color on #B6BEB8 background.