COLOR #B967B4

HEX: #B967B4
RGB: (185,103,180)

Color info

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

RGB color model

#B967B4 color RGB value is (185,103,180).

  • red value is 185;
  • green value is 103;
  • blue value is 180.
RGB:
(185,103,180)
(73%,40%,71%)

RGB channels and saturation

R 185 of 255 = 73%
G 103 of 255 = 40%
B 180 of 255 = 71%

185
103
180

R + G + B ~ 61%. #B967B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 103 + 180 = 468 (100%)
R 185 of 468 ~ 39.53%
G 103 of 468 ~ 22.01%
B 180 of 468 ~ 38.46%

%39.53
%22.01
%38.46

CMYK color model

#B967B4 color CMYK value is (0,44,3,27).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(0,44,3,27)
C0M44Y3K27 
(0%,44%,3%,27%)
(0.00/0.44/0.03/0.27)	

CMYK percentages

%0
%44.32
%2.7
%27.45

Codes

Color #B967B4 in popluar color models

B967B4
RGB185103180
HSL304°36.94%56.47%
HSB/HSV304°44.32%72.55%
CMYK0.00%44.32%2.70%
27.45%

Color #B967B4 in popluar number systems.

HEXB967B4
Decimal185103180
Binary10111001110011110110100
Octal271147264

Shades and tints

Shades of #B967B4

#B967B4
(185,103,180)
#A95EA4
(169,94,164)
#995594
(153,85,148)
#894C84
(137,76,132)
#794374
(121,67,116)
#693A64
(105,58,100)
#593154
(89,49,84)
#492844
(73,40,68)
#391F34
(57,31,52)
#291624
(41,22,36)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #B967B4

#B967B4
(185,103,180)
#BF74BA
(191,116,186)
#C581C0
(197,129,192)
#CB8EC6
(203,142,198)
#D19BCC
(209,155,204)
#D7A8D2
(215,168,210)
#DDB5D8
(221,181,216)
#E3C2DE
(227,194,222)
#E9CFE4
(233,207,228)
#EFDCEA
(239,220,234)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B967B4 color. Also use rgb(185,103,180) instead hex code.

Text Font Color

.myTextColor { color: #B967B4; }

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

This text font color is #B967B4.


Background Color

.myBgColor { background-color: #B967B4; }

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

This div background color is #B967B4.


Border color

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

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

This div border color is #B967B4.


Opacity

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

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

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

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

This text has shadow with #B967B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B967B4 on black background.


Color preview on white background

This text has color #B967B4 on white background.



Black color preview on #B967B4 background

This text has black color on #B967B4 background.


White color preview on #B967B4 background

This text has white color on #B967B4 background.