COLOR #B6B3CF

HEX: #B6B3CF
RGB: (182,179,207)

Color info

#B6B3CF contains red, green and blue colors in about the same proportion. Web safe color of #B6B3CF is #CC99CC (or #C9C).

RGB color model

#B6B3CF color RGB value is (182,179,207).

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

RGB channels and saturation

R 182 of 255 = 71%
G 179 of 255 = 70%
B 207 of 255 = 81%

182
179
207

R + G + B ~ 74%. #B6B3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 179 + 207 = 568 (100%)
R 182 of 568 ~ 32.04%
G 179 of 568 ~ 31.51%
B 207 of 568 ~ 36.44%

%32.04
%31.51
%36.44

CMYK color model

#B6B3CF color CMYK value is (12,14,0,19).

  • cyan value is 12.08%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(12,14,0,19)
C12M14Y0K19 
(12%,14%,0%,19%)
(0.12/0.14/0.00/0.19)	

CMYK percentages

%12.08
%13.53
%0
%18.82

Codes

Color #B6B3CF in popluar color models

B6B3CF
RGB182179207
HSL246°22.58%75.69%
HSB/HSV246°13.53%81.18%
CMYK12.08%13.53%0.00%
18.82%

Color #B6B3CF in popluar number systems.

HEXB6B3CF
Decimal182179207
Binary101101101011001111001111
Octal266263317

Shades and tints

Shades of #B6B3CF

#B6B3CF
(182,179,207)
#A6A3BD
(166,163,189)
#9693AB
(150,147,171)
#868399
(134,131,153)
#767387
(118,115,135)
#666375
(102,99,117)
#565363
(86,83,99)
#464351
(70,67,81)
#36333F
(54,51,63)
#26232D
(38,35,45)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #B6B3CF

#B6B3CF
(182,179,207)
#BCB9D3
(188,185,211)
#C2BFD7
(194,191,215)
#C8C5DB
(200,197,219)
#CECBDF
(206,203,223)
#D4D1E3
(212,209,227)
#DAD7E7
(218,215,231)
#E0DDEB
(224,221,235)
#E6E3EF
(230,227,239)
#ECE9F3
(236,233,243)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B3CF; }

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

This text font color is #B6B3CF.


Background Color

.myBgColor { background-color: #B6B3CF; }

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

This div background color is #B6B3CF.


Border color

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

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

This div border color is #B6B3CF.


Opacity

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

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

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

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

This text has shadow with #B6B3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B3CF on black background.


Color preview on white background

This text has color #B6B3CF on white background.



Black color preview on #B6B3CF background

This text has black color on #B6B3CF background.


White color preview on #B6B3CF background

This text has white color on #B6B3CF background.