COLOR #B6B3E9

HEX: #B6B3E9
RGB: (182,179,233)

Color info

#B6B3E9 contains red, green and blue colors in about the same proportion. Web safe color of #B6B3E9 is #CC99FF (or #C9F).

RGB color model

#B6B3E9 color RGB value is (182,179,233).

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

RGB channels and saturation

R 182 of 255 = 71%
G 179 of 255 = 70%
B 233 of 255 = 91%

182
179
233

R + G + B ~ 77%. #B6B3E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 179 + 233 = 594 (100%)
R 182 of 594 ~ 30.64%
G 179 of 594 ~ 30.13%
B 233 of 594 ~ 39.23%

%30.64
%30.13
%39.23

CMYK color model

#B6B3E9 color CMYK value is (22,23,0,9).

  • cyan value is 21.89%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(22,23,0,9)
C22M23Y0K9 
(22%,23%,0%,9%)
(0.22/0.23/0.00/0.09)	

CMYK percentages

%21.89
%23.18
%0
%8.63

Codes

Color #B6B3E9 in popluar color models

B6B3E9
RGB182179233
HSL243°55.10%80.78%
HSB/HSV243°23.18%91.37%
CMYK21.89%23.18%0.00%
8.63%

Color #B6B3E9 in popluar number systems.

HEXB6B3E9
Decimal182179233
Binary101101101011001111101001
Octal266263351

Shades and tints

Shades of #B6B3E9

#B6B3E9
(182,179,233)
#A6A3D4
(166,163,212)
#9693BF
(150,147,191)
#8683AA
(134,131,170)
#767395
(118,115,149)
#666380
(102,99,128)
#56536B
(86,83,107)
#464356
(70,67,86)
#363341
(54,51,65)
#26232C
(38,35,44)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #B6B3E9

#B6B3E9
(182,179,233)
#BCB9EB
(188,185,235)
#C2BFED
(194,191,237)
#C8C5EF
(200,197,239)
#CECBF1
(206,203,241)
#D4D1F3
(212,209,243)
#DAD7F5
(218,215,245)
#E0DDF7
(224,221,247)
#E6E3F9
(230,227,249)
#ECE9FB
(236,233,251)
#F2EFFD
(242,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B3E9; }

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

This text font color is #B6B3E9.


Background Color

.myBgColor { background-color: #B6B3E9; }

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

This div background color is #B6B3E9.


Border color

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

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

This div border color is #B6B3E9.


Opacity

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

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

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

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

This text has shadow with #B6B3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B3E9 on black background.


Color preview on white background

This text has color #B6B3E9 on white background.



Black color preview on #B6B3E9 background

This text has black color on #B6B3E9 background.


White color preview on #B6B3E9 background

This text has white color on #B6B3E9 background.