COLOR #B979C6

HEX: #B979C6 RGB: (185,121,198)

Color info

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

RGB color model

#B979C6 color RGB value is (185,121,198).

RGB: (185,121,198) (73%, 47%, 78%)

RGB channels and saturation

R 185 of 255 = 73%
G 121 of 255 = 47%
B 198 of 255 = 78%

185
121
198

R + G + B ~ 66%. #B979C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 121 + 198 = 504 (100%)
R 185 of 504 ~ 36.71%
G 121 of 504 ~ 24.01%
B 198 of 504 ~ 39.29'%

%36.71
%24.01
%39.29

CMYK color model

#B979C6 color CMYK value is (7,39,0,22).

  • cyan value is 6.57%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (7,39,0,22)
C7M39Y0K22 (7%, 39%, 0%, 22%)
(0.07 / 0.39 / 0.00 / 0.22)

CMYK percentages

%6.57
%38.89
%0
%22.35

Codes

Color #B979C6 in popluar color models

B9 79 C6
RGB 185 121 198
HSL 290° 40.31% 62.55%
HSB/HSV 290° 38.89% 77.65%
CMYK 6.57% 38.89% 0.00%
22.35%

Color #B979C6 in popluar number systems.

HEX B9 79 C6
Decimal 185 121 198
Binary 10111001 1111001 11000110
Octal 271 171 306

Shades and tints

Shades of #B979C6

#B979C6
(185,121,198)
#A96EB4
(169,110,180)
#9963A2
(153,99,162)
#895890
(137,88,144)
#794D7E
(121,77,126)
#69426C
(105,66,108)
#59375A
(89,55,90)
#492C48
(73,44,72)
#392136
(57,33,54)
#291624
(41,22,36)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #B979C6

#B979C6
(185,121,198)
#BF85CB
(191,133,203)
#C591D0
(197,145,208)
#CB9DD5
(203,157,213)
#D1A9DA
(209,169,218)
#D7B5DF
(215,181,223)
#DDC1E4
(221,193,228)
#E3CDE9
(227,205,233)
#E9D9EE
(233,217,238)
#EFE5F3
(239,229,243)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B979C6 color. Also use rgb(185,121,198) instead hex code.

Text Font Color

.myTextColor { color: #B979C6; }

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

This text font color is #B979C6.

Background Color

.myBgColor { background-color: #B979C6; }

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

This div background color is #B979C6.

Border color

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

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

This div border color is #B979C6.

Opacity

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

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

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

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

This text has shadow with #B979C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B979C6.

Preview

Color preview on black background

This text has color #B979C6 on black background.


Color preview on white background

This text has color #B979C6 on white background.


Black color preview on #B979C6 background

This text has black color on #B979C6 background.


White color preview on #B979C6 background

This text has white color on #B979C6 background.


Related colors

Complementary color

Complementary color for #hex is #468639.


I love getcolorcode.com

Triadic colors

1 #C6B979 and #79C6B9 with #B979C6 are triadic colors.

2 #C679B9 and #79B9C6 with #B979C6 are triadic colors.