COLOR #B6BCCF

HEX: #B6BCCF
RGB: (182,188,207)

Color info

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

RGB color model

#B6BCCF color RGB value is (182,188,207).

  • red value is 182;
  • green value is 188;
  • blue value is 207.
RGB:
(182,188,207)
(71%,74%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 207 of 255 = 81%

182
188
207

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

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 207 = 577 (100%)
R 182 of 577 ~ 31.54%
G 188 of 577 ~ 32.58%
B 207 of 577 ~ 35.88%

%31.54
%32.58
%35.88

CMYK color model

#B6BCCF color CMYK value is (12,9,0,19).

  • cyan value is 12.08%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(12,9,0,19)
C12M9Y0K19 
(12%,9%,0%,19%)
(0.12/0.09/0.00/0.19)	

CMYK percentages

%12.08
%9.18
%0
%18.82

Codes

Color #B6BCCF in popluar color models

B6BCCF
RGB182188207
HSL226°20.66%76.27%
HSB/HSV226°12.08%81.18%
CMYK12.08%9.18%0.00%
18.82%

Color #B6BCCF in popluar number systems.

HEXB6BCCF
Decimal182188207
Binary101101101011110011001111
Octal266274317

Shades and tints

Shades of #B6BCCF

#B6BCCF
(182,188,207)
#A6ABBD
(166,171,189)
#969AAB
(150,154,171)
#868999
(134,137,153)
#767887
(118,120,135)
#666775
(102,103,117)
#565663
(86,86,99)
#464551
(70,69,81)
#36343F
(54,52,63)
#26232D
(38,35,45)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #B6BCCF

#B6BCCF
(182,188,207)
#BCC2D3
(188,194,211)
#C2C8D7
(194,200,215)
#C8CEDB
(200,206,219)
#CED4DF
(206,212,223)
#D4DAE3
(212,218,227)
#DAE0E7
(218,224,231)
#E0E6EB
(224,230,235)
#E6ECEF
(230,236,239)
#ECF2F3
(236,242,243)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BCCF color. Also use rgb(182,188,207) instead hex code.

Text Font Color

.myTextColor { color: #B6BCCF; }

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

This text font color is #B6BCCF.


Background Color

.myBgColor { background-color: #B6BCCF; }

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

This div background color is #B6BCCF.


Border color

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

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

This div border color is #B6BCCF.


Opacity

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

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

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

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

This text has shadow with #B6BCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCCF on black background.


Color preview on white background

This text has color #B6BCCF on white background.



Black color preview on #B6BCCF background

This text has black color on #B6BCCF background.


White color preview on #B6BCCF background

This text has white color on #B6BCCF background.