COLOR #B6B3DC

HEX: #B6B3DC
RGB: (182,179,220)

Color info

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

RGB color model

#B6B3DC color RGB value is (182,179,220).

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

RGB channels and saturation

R 182 of 255 = 71%
G 179 of 255 = 70%
B 220 of 255 = 86%

182
179
220

R + G + B ~ 76%. #B6B3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 179 + 220 = 581 (100%)
R 182 of 581 ~ 31.33%
G 179 of 581 ~ 30.81%
B 220 of 581 ~ 37.87%

%31.33
%30.81
%37.87

CMYK color model

#B6B3DC color CMYK value is (17,19,0,14).

  • cyan value is 17.27%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (17,19,0,14) C17M19Y0K14 (17%,19%,0%,14%) (0.17/0.19/0.00/0.14)

CMYK percentages

%17.27
%18.64
%0
%13.73

Codes

Color #B6B3DC in popluar color models

B6B3DC
RGB182179220
HSL244°36.94%78.24%
HSB/HSV244°18.64%86.27%
CMYK17.27%18.64%0.00%
13.73%

Color #B6B3DC in popluar number systems.

HEXB6B3DC
Decimal182179220
Binary101101101011001111011100
Octal266263334

Shades and tints

Shades of #B6B3DC

#B6B3DC
(182,179,220)
#A6A3C8
(166,163,200)
#9693B4
(150,147,180)
#8683A0
(134,131,160)
#76738C
(118,115,140)
#666378
(102,99,120)
#565364
(86,83,100)
#464350
(70,67,80)
#36333C
(54,51,60)
#262328
(38,35,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B6B3DC

#B6B3DC
(182,179,220)
#BCB9DF
(188,185,223)
#C2BFE2
(194,191,226)
#C8C5E5
(200,197,229)
#CECBE8
(206,203,232)
#D4D1EB
(212,209,235)
#DAD7EE
(218,215,238)
#E0DDF1
(224,221,241)
#E6E3F4
(230,227,244)
#ECE9F7
(236,233,247)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B3DC; }

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

This text font color is #B6B3DC.


Background Color

.myBgColor { background-color: #B6B3DC; }

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

This div background color is #B6B3DC.


Border color

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

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

This div border color is #B6B3DC.


Opacity

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

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

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

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

This text has shadow with #B6B3DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B6B3DC on black background.


Color preview on white background

This text has color #B6B3DC on white background.



Black color preview on #B6B3DC background

This text has black color on #B6B3DC background.


White color preview on #B6B3DC background

This text has white color on #B6B3DC background.