COLOR #B7B6FF

HEX: #B7B6FF RGB: (183,182,255)

Color info

#B7B6FF contains mainly blue color. Web safe color of #B7B6FF is #CCCCFF (or #CCF).

RGB color model

#B7B6FF color RGB value is (183,182,255).

RGB: (183,182,255) (72%, 71%, 100%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 255 of 255 = 100%

183
182
255

R + G + B ~ 81%. #B7B6FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 182 + 255 = 620 (100%)
R 183 of 620 ~ 29.52%
G 182 of 620 ~ 29.35%
B 255 of 620 ~ 41.13'%

%29.52
%29.35
%41.13

CMYK color model

#B7B6FF color CMYK value is (28,29,0,0).

  • cyan value is 28.24%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (28,29,0,0)
C28M29Y0K0 (28%, 29%, 0%, 0%)
(0.28 / 0.29 / 0.00 / 0.00)

CMYK percentages

%28.24
%28.63
%0
%0

Codes

Color #B7B6FF in popluar color models

B7 B6 FF
RGB 183 182 255
HSL 241° 100.00% 85.69%
HSB/HSV 241° 28.63% 100.00%
CMYK 28.24% 28.63% 0.00%
0.00%

Color #B7B6FF in popluar number systems.

HEX B7 B6 FF
Decimal 183 182 255
Binary 10110111 10110110 11111111
Octal 267 266 377

Shades and tints

Shades of #B7B6FF

#B7B6FF
(183,182,255)
#A7A6E8
(167,166,232)
#9796D1
(151,150,209)
#8786BA
(135,134,186)
#7776A3
(119,118,163)
#67668C
(103,102,140)
#575675
(87,86,117)
#47465E
(71,70,94)
#373647
(55,54,71)
#272630
(39,38,48)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #B7B6FF

#B7B6FF
(183,182,255)
#BDBCFF
(189,188,255)
#C3C2FF
(195,194,255)
#C9C8FF
(201,200,255)
#CFCEFF
(207,206,255)
#D5D4FF
(213,212,255)
#DBDAFF
(219,218,255)
#E1E0FF
(225,224,255)
#E7E6FF
(231,230,255)
#EDECFF
(237,236,255)
#F3F2FF
(243,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6FF; }

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

This text font color is #B7B6FF.

Background Color

.myBgColor { background-color: #B7B6FF; }

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

This div background color is #B7B6FF.

Border color

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

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

This div border color is #B7B6FF.

Opacity

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

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

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

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

This text has shadow with #B7B6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B6FF.

Preview

Color preview on black background

This text has color #B7B6FF on black background.


Color preview on white background

This text has color #B7B6FF on white background.


Black color preview on #B7B6FF background

This text has black color on #B7B6FF background.


White color preview on #B7B6FF background

This text has white color on #B7B6FF background.


Related colors

Complementary color

Complementary color for #hex is #484900.


I love getcolorcode.com

Triadic colors

1 #FFB7B6 and #B6FFB7 with #B7B6FF are triadic colors.

2 #FFB6B7 and #B6B7FF with #B7B6FF are triadic colors.