COLOR #B996BF

HEX: #B996BF
RGB: (185,150,191)

Color info

#B996BF contains red, green and blue colors in about the same proportion. Web safe color of #B996BF is #CC99CC (or #C9C).

RGB color model

#B996BF color RGB value is (185,150,191).

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

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 191 of 255 = 75%

185
150
191

R + G + B ~ 69%. #B996BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 150 + 191 = 526 (100%)
R 185 of 526 ~ 35.17%
G 150 of 526 ~ 28.52%
B 191 of 526 ~ 36.31%

%35.17
%28.52
%36.31

CMYK color model

#B996BF color CMYK value is (3,21,0,25).

  • cyan value is 3.14%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(3,21,0,25)
C3M21Y0K25 
(3%,21%,0%,25%)
(0.03/0.21/0.00/0.25)	

CMYK percentages

%3.14
%21.47
%0
%25.1

Codes

Color #B996BF in popluar color models

B996BF
RGB185150191
HSL291°24.26%66.86%
HSB/HSV291°21.47%74.90%
CMYK3.14%21.47%0.00%
25.10%

Color #B996BF in popluar number systems.

HEXB996BF
Decimal185150191
Binary101110011001011010111111
Octal271226277

Shades and tints

Shades of #B996BF

#B996BF
(185,150,191)
#A989AE
(169,137,174)
#997C9D
(153,124,157)
#896F8C
(137,111,140)
#79627B
(121,98,123)
#69556A
(105,85,106)
#594859
(89,72,89)
#493B48
(73,59,72)
#392E37
(57,46,55)
#292126
(41,33,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B996BF

#B996BF
(185,150,191)
#BF9FC4
(191,159,196)
#C5A8C9
(197,168,201)
#CBB1CE
(203,177,206)
#D1BAD3
(209,186,211)
#D7C3D8
(215,195,216)
#DDCCDD
(221,204,221)
#E3D5E2
(227,213,226)
#E9DEE7
(233,222,231)
#EFE7EC
(239,231,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996BF; }

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

This text font color is #B996BF.


Background Color

.myBgColor { background-color: #B996BF; }

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

This div background color is #B996BF.


Border color

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

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

This div border color is #B996BF.


Opacity

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

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

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

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

This text has shadow with #B996BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996BF on black background.


Color preview on white background

This text has color #B996BF on white background.



Black color preview on #B996BF background

This text has black color on #B996BF background.


White color preview on #B996BF background

This text has white color on #B996BF background.