COLOR #B968B6

HEX: #B968B6
RGB: (185,104,182)

Color info

#B968B6 contains mainly red and blue colors. Web safe color of #B968B6 is #CC66CC (or #C6C).

RGB color model

#B968B6 color RGB value is (185,104,182).

  • red value is 185;
  • green value is 104;
  • blue value is 182.
RGB:
(185,104,182)
(73%,41%,71%)

RGB channels and saturation

R 185 of 255 = 73%
G 104 of 255 = 41%
B 182 of 255 = 71%

185
104
182

R + G + B ~ 62%. #B968B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 104 + 182 = 471 (100%)
R 185 of 471 ~ 39.28%
G 104 of 471 ~ 22.08%
B 182 of 471 ~ 38.64%

%39.28
%22.08
%38.64

CMYK color model

#B968B6 color CMYK value is (0,44,2,27).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 1.62%
  • key color value is 27.45%
CMYK:
(0,44,2,27)
C0M44Y2K27 
(0%,44%,2%,27%)
(0.00/0.44/0.02/0.27)	

CMYK percentages

%0
%43.78
%1.62
%27.45

Codes

Color #B968B6 in popluar color models

B968B6
RGB185104182
HSL302°36.65%56.67%
HSB/HSV302°43.78%72.55%
CMYK0.00%43.78%1.62%
27.45%

Color #B968B6 in popluar number systems.

HEXB968B6
Decimal185104182
Binary10111001110100010110110
Octal271150266

Shades and tints

Shades of #B968B6

#B968B6
(185,104,182)
#A95FA6
(169,95,166)
#995696
(153,86,150)
#894D86
(137,77,134)
#794476
(121,68,118)
#693B66
(105,59,102)
#593256
(89,50,86)
#492946
(73,41,70)
#392036
(57,32,54)
#291726
(41,23,38)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #B968B6

#B968B6
(185,104,182)
#BF75BC
(191,117,188)
#C582C2
(197,130,194)
#CB8FC8
(203,143,200)
#D19CCE
(209,156,206)
#D7A9D4
(215,169,212)
#DDB6DA
(221,182,218)
#E3C3E0
(227,195,224)
#E9D0E6
(233,208,230)
#EFDDEC
(239,221,236)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B968B6 color. Also use rgb(185,104,182) instead hex code.

Text Font Color

.myTextColor { color: #B968B6; }

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

This text font color is #B968B6.


Background Color

.myBgColor { background-color: #B968B6; }

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

This div background color is #B968B6.


Border color

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

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

This div border color is #B968B6.


Opacity

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

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

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

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

This text has shadow with #B968B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B968B6 on black background.


Color preview on white background

This text has color #B968B6 on white background.



Black color preview on #B968B6 background

This text has black color on #B968B6 background.


White color preview on #B968B6 background

This text has white color on #B968B6 background.