COLOR #B6B7F2

HEX: #B6B7F2
RGB: (182,183,242)

Color info

#B6B7F2 contains mainly green and blue colors. Web safe color of #B6B7F2 is #CCCCFF (or #CCF).

RGB color model

#B6B7F2 color RGB value is (182,183,242).

  • red value is 182;
  • green value is 183;
  • blue value is 242.
RGB:
(182,183,242)
(71%,72%,95%)

RGB channels and saturation

R 182 of 255 = 71%
G 183 of 255 = 72%
B 242 of 255 = 95%

182
183
242

R + G + B ~ 79%. #B6B7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 183 + 242 = 607 (100%)
R 182 of 607 ~ 29.98%
G 183 of 607 ~ 30.15%
B 242 of 607 ~ 39.87%

%29.98
%30.15
%39.87

CMYK color model

#B6B7F2 color CMYK value is (25,24,0,5).

  • cyan value is 24.79%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(25,24,0,5)
C25M24Y0K5 
(25%,24%,0%,5%)
(0.25/0.24/0.00/0.05)	

CMYK percentages

%24.79
%24.38
%0
%5.1

Codes

Color #B6B7F2 in popluar color models

B6B7F2
RGB182183242
HSL239°69.77%83.14%
HSB/HSV239°24.79%94.90%
CMYK24.79%24.38%0.00%
5.10%

Color #B6B7F2 in popluar number systems.

HEXB6B7F2
Decimal182183242
Binary101101101011011111110010
Octal266267362

Shades and tints

Shades of #B6B7F2

#B6B7F2
(182,183,242)
#A6A7DC
(166,167,220)
#9697C6
(150,151,198)
#8687B0
(134,135,176)
#76779A
(118,119,154)
#666784
(102,103,132)
#56576E
(86,87,110)
#464758
(70,71,88)
#363742
(54,55,66)
#26272C
(38,39,44)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #B6B7F2

#B6B7F2
(182,183,242)
#BCBDF3
(188,189,243)
#C2C3F4
(194,195,244)
#C8C9F5
(200,201,245)
#CECFF6
(206,207,246)
#D4D5F7
(212,213,247)
#DADBF8
(218,219,248)
#E0E1F9
(224,225,249)
#E6E7FA
(230,231,250)
#ECEDFB
(236,237,251)
#F2F3FC
(242,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B7F2 color. Also use rgb(182,183,242) instead hex code.

Text Font Color

.myTextColor { color: #B6B7F2; }

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

This text font color is #B6B7F2.


Background Color

.myBgColor { background-color: #B6B7F2; }

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

This div background color is #B6B7F2.


Border color

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

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

This div border color is #B6B7F2.


Opacity

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

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

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

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

This text has shadow with #B6B7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B7F2 on black background.


Color preview on white background

This text has color #B6B7F2 on white background.



Black color preview on #B6B7F2 background

This text has black color on #B6B7F2 background.


White color preview on #B6B7F2 background

This text has white color on #B6B7F2 background.