COLOR #B696FF

HEX: #B696FF
RGB: (182,150,255)

Color info

#B696FF contains mainly blue color. Web safe color of #B696FF is #CC99FF (or #C9F).

RGB color model

#B696FF color RGB value is (182,150,255).

  • red value is 182;
  • green value is 150;
  • blue value is 255.
RGB:
(182,150,255)
(71%,59%,100%)

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 255 of 255 = 100%

182
150
255

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 255 = 587 (100%)
R 182 of 587 ~ 31.01%
G 150 of 587 ~ 25.55%
B 255 of 587 ~ 43.44%

%31.01
%25.55
%43.44

CMYK color model

#B696FF color CMYK value is (29,41,0,0).

  • cyan value is 28.63%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,41,0,0)
C29M41Y0K0 
(29%,41%,0%,0%)
(0.29/0.41/0.00/0.00)	

CMYK percentages

%28.63
%41.18
%0
%0

Codes

Color #B696FF in popluar color models

B696FF
RGB182150255
HSL258°100.00%79.41%
HSB/HSV258°41.18%100.00%
CMYK28.63%41.18%0.00%
0.00%

Color #B696FF in popluar number systems.

HEXB696FF
Decimal182150255
Binary101101101001011011111111
Octal266226377

Shades and tints

Shades of #B696FF

#B696FF
(182,150,255)
#A689E8
(166,137,232)
#967CD1
(150,124,209)
#866FBA
(134,111,186)
#7662A3
(118,98,163)
#66558C
(102,85,140)
#564875
(86,72,117)
#463B5E
(70,59,94)
#362E47
(54,46,71)
#262130
(38,33,48)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #B696FF

#B696FF
(182,150,255)
#BC9FFF
(188,159,255)
#C2A8FF
(194,168,255)
#C8B1FF
(200,177,255)
#CEBAFF
(206,186,255)
#D4C3FF
(212,195,255)
#DACCFF
(218,204,255)
#E0D5FF
(224,213,255)
#E6DEFF
(230,222,255)
#ECE7FF
(236,231,255)
#F2F0FF
(242,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B696FF; }

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

This text font color is #B696FF.


Background Color

.myBgColor { background-color: #B696FF; }

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

This div background color is #B696FF.


Border color

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

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

This div border color is #B696FF.


Opacity

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

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

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

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

This text has shadow with #B696FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696FF on black background.


Color preview on white background

This text has color #B696FF on white background.



Black color preview on #B696FF background

This text has black color on #B696FF background.


White color preview on #B696FF background

This text has white color on #B696FF background.