COLOR #B6BEC7

HEX: #B6BEC7
RGB: (182,190,199)

Color info

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

RGB color model

#B6BEC7 color RGB value is (182,190,199).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 199 of 255 = 78%

182
190
199

R + G + B ~ 75%. #B6BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 199 = 571 (100%)
R 182 of 571 ~ 31.87%
G 190 of 571 ~ 33.27%
B 199 of 571 ~ 34.85%

%31.87
%33.27
%34.85

CMYK color model

#B6BEC7 color CMYK value is (9,5,0,22).

  • cyan value is 8.54%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,5,0,22)
C9M5Y0K22 
(9%,5%,0%,22%)
(0.09/0.05/0.00/0.22)	

CMYK percentages

%8.54
%4.52
%0
%21.96

Codes

Color #B6BEC7 in popluar color models

B6BEC7
RGB182190199
HSL212°13.18%74.71%
HSB/HSV212°8.54%78.04%
CMYK8.54%4.52%0.00%
21.96%

Color #B6BEC7 in popluar number systems.

HEXB6BEC7
Decimal182190199
Binary101101101011111011000111
Octal266276307

Shades and tints

Shades of #B6BEC7

#B6BEC7
(182,190,199)
#A6ADB5
(166,173,181)
#969CA3
(150,156,163)
#868B91
(134,139,145)
#767A7F
(118,122,127)
#66696D
(102,105,109)
#56585B
(86,88,91)
#464749
(70,71,73)
#363637
(54,54,55)
#262525
(38,37,37)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #B6BEC7

#B6BEC7
(182,190,199)
#BCC3CC
(188,195,204)
#C2C8D1
(194,200,209)
#C8CDD6
(200,205,214)
#CED2DB
(206,210,219)
#D4D7E0
(212,215,224)
#DADCE5
(218,220,229)
#E0E1EA
(224,225,234)
#E6E6EF
(230,230,239)
#ECEBF4
(236,235,244)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEC7; }

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

This text font color is #B6BEC7.


Background Color

.myBgColor { background-color: #B6BEC7; }

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

This div background color is #B6BEC7.


Border color

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

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

This div border color is #B6BEC7.


Opacity

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

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

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

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

This text has shadow with #B6BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEC7 on black background.


Color preview on white background

This text has color #B6BEC7 on white background.



Black color preview on #B6BEC7 background

This text has black color on #B6BEC7 background.


White color preview on #B6BEC7 background

This text has white color on #B6BEC7 background.