COLOR #B996F6

HEX: #B996F6
RGB: (185,150,246)

Color info

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

RGB color model

#B996F6 color RGB value is (185,150,246).

  • red value is 185;
  • green value is 150;
  • blue value is 246.
RGB:
(185,150,246)
(73%,59%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 246 of 255 = 96%

185
150
246

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

Portions of RGB colors in percentages

R + G + B =
185 + 150 + 246 = 581 (100%)
R 185 of 581 ~ 31.84%
G 150 of 581 ~ 25.82%
B 246 of 581 ~ 42.34%

%31.84
%25.82
%42.34

CMYK color model

#B996F6 color CMYK value is (25,39,0,4).

  • cyan value is 24.80%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(25,39,0,4)
C25M39Y0K4 
(25%,39%,0%,4%)
(0.25/0.39/0.00/0.04)	

CMYK percentages

%24.8
%39.02
%0
%3.53

Codes

Color #B996F6 in popluar color models

B996F6
RGB185150246
HSL262°84.21%77.65%
HSB/HSV262°39.02%96.47%
CMYK24.80%39.02%0.00%
3.53%

Color #B996F6 in popluar number systems.

HEXB996F6
Decimal185150246
Binary101110011001011011110110
Octal271226366

Shades and tints

Shades of #B996F6

#B996F6
(185,150,246)
#A989E0
(169,137,224)
#997CCA
(153,124,202)
#896FB4
(137,111,180)
#79629E
(121,98,158)
#695588
(105,85,136)
#594872
(89,72,114)
#493B5C
(73,59,92)
#392E46
(57,46,70)
#292130
(41,33,48)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #B996F6

#B996F6
(185,150,246)
#BF9FF6
(191,159,246)
#C5A8F6
(197,168,246)
#CBB1F6
(203,177,246)
#D1BAF6
(209,186,246)
#D7C3F6
(215,195,246)
#DDCCF6
(221,204,246)
#E3D5F6
(227,213,246)
#E9DEF6
(233,222,246)
#EFE7F6
(239,231,246)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B996F6 color. Also use rgb(185,150,246) instead hex code.

Text Font Color

.myTextColor { color: #B996F6; }

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

This text font color is #B996F6.


Background Color

.myBgColor { background-color: #B996F6; }

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

This div background color is #B996F6.


Border color

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

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

This div border color is #B996F6.


Opacity

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

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

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

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

This text has shadow with #B996F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996F6 on black background.


Color preview on white background

This text has color #B996F6 on white background.



Black color preview on #B996F6 background

This text has black color on #B996F6 background.


White color preview on #B996F6 background

This text has white color on #B996F6 background.