COLOR #B79CC6

HEX: #B79CC6
RGB: (183,156,198)

Color info

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

RGB color model

#B79CC6 color RGB value is (183,156,198).

  • red value is 183;
  • green value is 156;
  • blue value is 198.
RGB:
(183,156,198)
(72%,61%,78%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 198 of 255 = 78%

183
156
198

R + G + B ~ 70%. #B79CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 198 = 537 (100%)
R 183 of 537 ~ 34.08%
G 156 of 537 ~ 29.05%
B 198 of 537 ~ 36.87%

%34.08
%29.05
%36.87

CMYK color model

#B79CC6 color CMYK value is (8,21,0,22).

  • cyan value is 7.58%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,21,0,22)
C8M21Y0K22 
(8%,21%,0%,22%)
(0.08/0.21/0.00/0.22)	

CMYK percentages

%7.58
%21.21
%0
%22.35

Codes

Color #B79CC6 in popluar color models

B79CC6
RGB183156198
HSL279°26.92%69.41%
HSB/HSV279°21.21%77.65%
CMYK7.58%21.21%0.00%
22.35%

Color #B79CC6 in popluar number systems.

HEXB79CC6
Decimal183156198
Binary101101111001110011000110
Octal267234306

Shades and tints

Shades of #B79CC6

#B79CC6
(183,156,198)
#A78EB4
(167,142,180)
#9780A2
(151,128,162)
#877290
(135,114,144)
#77647E
(119,100,126)
#67566C
(103,86,108)
#57485A
(87,72,90)
#473A48
(71,58,72)
#372C36
(55,44,54)
#271E24
(39,30,36)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #B79CC6

#B79CC6
(183,156,198)
#BDA5CB
(189,165,203)
#C3AED0
(195,174,208)
#C9B7D5
(201,183,213)
#CFC0DA
(207,192,218)
#D5C9DF
(213,201,223)
#DBD2E4
(219,210,228)
#E1DBE9
(225,219,233)
#E7E4EE
(231,228,238)
#EDEDF3
(237,237,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79CC6 color. Also use rgb(183,156,198) instead hex code.

Text Font Color

.myTextColor { color: #B79CC6; }

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

This text font color is #B79CC6.


Background Color

.myBgColor { background-color: #B79CC6; }

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

This div background color is #B79CC6.


Border color

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

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

This div border color is #B79CC6.


Opacity

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

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

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

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

This text has shadow with #B79CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79CC6 on black background.


Color preview on white background

This text has color #B79CC6 on white background.



Black color preview on #B79CC6 background

This text has black color on #B79CC6 background.


White color preview on #B79CC6 background

This text has white color on #B79CC6 background.