COLOR #B6B1FC

HEX: #B6B1FC RGB: (182,177,252)

Color info

#B6B1FC contains mainly blue color. Web safe color of #B6B1FC is #CC99FF (or #C9F).

RGB color model

#B6B1FC color RGB value is (182,177,252).

RGB: (182,177,252) (71%, 69%, 99%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 252 of 255 = 99%

182
177
252

R + G + B ~ 80%. #B6B1FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 177 + 252 = 611 (100%)
R 182 of 611 ~ 29.79%
G 177 of 611 ~ 28.97%
B 252 of 611 ~ 41.24'%

%29.79
%28.97
%41.24

CMYK color model

#B6B1FC color CMYK value is (28,30,0,1).

  • cyan value is 27.78%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (28,30,0,1)
C28M30Y0K1 (28%, 30%, 0%, 1%)
(0.28 / 0.30 / 0.00 / 0.01)

CMYK percentages

%27.78
%29.76
%0
%1.18

Codes

Color #B6B1FC in popluar color models

B6 B1 FC
RGB 182 177 252
HSL 244° 92.59% 84.12%
HSB/HSV 244° 29.76% 98.82%
CMYK 27.78% 29.76% 0.00%
1.18%

Color #B6B1FC in popluar number systems.

HEX B6 B1 FC
Decimal 182 177 252
Binary 10110110 10110001 11111100
Octal 266 261 374

Shades and tints

Shades of #B6B1FC

#B6B1FC
(182,177,252)
#A6A1E6
(166,161,230)
#9691D0
(150,145,208)
#8681BA
(134,129,186)
#7671A4
(118,113,164)
#66618E
(102,97,142)
#565178
(86,81,120)
#464162
(70,65,98)
#36314C
(54,49,76)
#262136
(38,33,54)
#161120
(22,17,32)
#000000
(0,0,0)

Tints of #B6B1FC

#B6B1FC
(182,177,252)
#BCB8FC
(188,184,252)
#C2BFFC
(194,191,252)
#C8C6FC
(200,198,252)
#CECDFC
(206,205,252)
#D4D4FC
(212,212,252)
#DADBFC
(218,219,252)
#E0E2FC
(224,226,252)
#E6E9FC
(230,233,252)
#ECF0FC
(236,240,252)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B1FC color. Also use rgb(182,177,252) instead hex code.

Text Font Color

.myTextColor { color: #B6B1FC; }

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

This text font color is #B6B1FC.

Background Color

.myBgColor { background-color: #B6B1FC; }

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

This div background color is #B6B1FC.

Border color

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

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

This div border color is #B6B1FC.

Opacity

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

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

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

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

This text has shadow with #B6B1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B1FC.

Preview

Color preview on black background

This text has color #B6B1FC on black background.


Color preview on white background

This text has color #B6B1FC on white background.


Black color preview on #B6B1FC background

This text has black color on #B6B1FC background.


White color preview on #B6B1FC background

This text has white color on #B6B1FC background.


Related colors

Complementary color

Complementary color for #hex is #494E03.


I love getcolorcode.com

Triadic colors

1 #FCB6B1 and #B1FCB6 with #B6B1FC are triadic colors.

2 #FCB1B6 and #B1B6FC with #B6B1FC are triadic colors.