COLOR #B996D2

HEX: #B996D2
RGB: (185,150,210)

Color info

#B996D2 contains mainly red and blue colors. Web safe color of #B996D2 is #CC99CC (or #C9C).

RGB color model

#B996D2 color RGB value is (185,150,210).

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

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 210 of 255 = 82%

185
150
210

R + G + B ~ 71%. #B996D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 150 + 210 = 545 (100%)
R 185 of 545 ~ 33.94%
G 150 of 545 ~ 27.52%
B 210 of 545 ~ 38.53%

%33.94
%27.52
%38.53

CMYK color model

#B996D2 color CMYK value is (12,29,0,18).

  • cyan value is 11.90%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,29,0,18)
C12M29Y0K18 
(12%,29%,0%,18%)
(0.12/0.29/0.00/0.18)	

CMYK percentages

%11.9
%28.57
%0
%17.65

Codes

Color #B996D2 in popluar color models

B996D2
RGB185150210
HSL275°40.00%70.59%
HSB/HSV275°28.57%82.35%
CMYK11.90%28.57%0.00%
17.65%

Color #B996D2 in popluar number systems.

HEXB996D2
Decimal185150210
Binary101110011001011011010010
Octal271226322

Shades and tints

Shades of #B996D2

#B996D2
(185,150,210)
#A989BF
(169,137,191)
#997CAC
(153,124,172)
#896F99
(137,111,153)
#796286
(121,98,134)
#695573
(105,85,115)
#594860
(89,72,96)
#493B4D
(73,59,77)
#392E3A
(57,46,58)
#292127
(41,33,39)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B996D2

#B996D2
(185,150,210)
#BF9FD6
(191,159,214)
#C5A8DA
(197,168,218)
#CBB1DE
(203,177,222)
#D1BAE2
(209,186,226)
#D7C3E6
(215,195,230)
#DDCCEA
(221,204,234)
#E3D5EE
(227,213,238)
#E9DEF2
(233,222,242)
#EFE7F6
(239,231,246)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996D2; }

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

This text font color is #B996D2.


Background Color

.myBgColor { background-color: #B996D2; }

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

This div background color is #B996D2.


Border color

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

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

This div border color is #B996D2.


Opacity

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

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

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

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

This text has shadow with #B996D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996D2 on black background.


Color preview on white background

This text has color #B996D2 on white background.



Black color preview on #B996D2 background

This text has black color on #B996D2 background.


White color preview on #B996D2 background

This text has white color on #B996D2 background.