COLOR #B6C1FF

HEX: #B6C1FF
RGB: (182,193,255)

Color info

#B6C1FF contains mainly blue color. Web safe color of #B6C1FF is #CCCCFF (or #CCF).

RGB color model

#B6C1FF color RGB value is (182,193,255).

  • red value is 182;
  • green value is 193;
  • blue value is 255.
RGB:
(182,193,255)
(71%,76%,100%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 255 of 255 = 100%

182
193
255

R + G + B ~ 82%. #B6C1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 255 = 630 (100%)
R 182 of 630 ~ 28.89%
G 193 of 630 ~ 30.63%
B 255 of 630 ~ 40.48%

%28.89
%30.63
%40.48

CMYK color model

#B6C1FF color CMYK value is (29,24,0,0).

  • cyan value is 28.63%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,24,0,0)
C29M24Y0K0 
(29%,24%,0%,0%)
(0.29/0.24/0.00/0.00)	

CMYK percentages

%28.63
%24.31
%0
%0

Codes

Color #B6C1FF in popluar color models

B6C1FF
RGB182193255
HSL231°100.00%85.69%
HSB/HSV231°28.63%100.00%
CMYK28.63%24.31%0.00%
0.00%

Color #B6C1FF in popluar number systems.

HEXB6C1FF
Decimal182193255
Binary101101101100000111111111
Octal266301377

Shades and tints

Shades of #B6C1FF

#B6C1FF
(182,193,255)
#A6B0E8
(166,176,232)
#969FD1
(150,159,209)
#868EBA
(134,142,186)
#767DA3
(118,125,163)
#666C8C
(102,108,140)
#565B75
(86,91,117)
#464A5E
(70,74,94)
#363947
(54,57,71)
#262830
(38,40,48)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #B6C1FF

#B6C1FF
(182,193,255)
#BCC6FF
(188,198,255)
#C2CBFF
(194,203,255)
#C8D0FF
(200,208,255)
#CED5FF
(206,213,255)
#D4DAFF
(212,218,255)
#DADFFF
(218,223,255)
#E0E4FF
(224,228,255)
#E6E9FF
(230,233,255)
#ECEEFF
(236,238,255)
#F2F3FF
(242,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C1FF color. Also use rgb(182,193,255) instead hex code.

Text Font Color

.myTextColor { color: #B6C1FF; }

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

This text font color is #B6C1FF.


Background Color

.myBgColor { background-color: #B6C1FF; }

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

This div background color is #B6C1FF.


Border color

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

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

This div border color is #B6C1FF.


Opacity

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

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

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

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

This text has shadow with #B6C1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C1FF on black background.


Color preview on white background

This text has color #B6C1FF on white background.



Black color preview on #B6C1FF background

This text has black color on #B6C1FF background.


White color preview on #B6C1FF background

This text has white color on #B6C1FF background.