COLOR #B678C6

HEX: #B678C6
RGB: (182,120,198)

Color info

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

RGB color model

#B678C6 color RGB value is (182,120,198).

  • red value is 182;
  • green value is 120;
  • blue value is 198.
RGB:
(182,120,198)
(71%,47%,78%)

RGB channels and saturation

R 182 of 255 = 71%
G 120 of 255 = 47%
B 198 of 255 = 78%

182
120
198

R + G + B ~ 65%. #B678C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 120 + 198 = 500 (100%)
R 182 of 500 ~ 36.4%
G 120 of 500 ~ 24%
B 198 of 500 ~ 39.6%

%36.4
%24
%39.6

CMYK color model

#B678C6 color CMYK value is (8,39,0,22).

  • cyan value is 8.08%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,39,0,22)
C8M39Y0K22 
(8%,39%,0%,22%)
(0.08/0.39/0.00/0.22)	

CMYK percentages

%8.08
%39.39
%0
%22.35

Codes

Color #B678C6 in popluar color models

B678C6
RGB182120198
HSL288°40.63%62.35%
HSB/HSV288°39.39%77.65%
CMYK8.08%39.39%0.00%
22.35%

Color #B678C6 in popluar number systems.

HEXB678C6
Decimal182120198
Binary10110110111100011000110
Octal266170306

Shades and tints

Shades of #B678C6

#B678C6
(182,120,198)
#A66EB4
(166,110,180)
#9664A2
(150,100,162)
#865A90
(134,90,144)
#76507E
(118,80,126)
#66466C
(102,70,108)
#563C5A
(86,60,90)
#463248
(70,50,72)
#362836
(54,40,54)
#261E24
(38,30,36)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B678C6

#B678C6
(182,120,198)
#BC84CB
(188,132,203)
#C290D0
(194,144,208)
#C89CD5
(200,156,213)
#CEA8DA
(206,168,218)
#D4B4DF
(212,180,223)
#DAC0E4
(218,192,228)
#E0CCE9
(224,204,233)
#E6D8EE
(230,216,238)
#ECE4F3
(236,228,243)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B678C6 color. Also use rgb(182,120,198) instead hex code.

Text Font Color

.myTextColor { color: #B678C6; }

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

This text font color is #B678C6.


Background Color

.myBgColor { background-color: #B678C6; }

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

This div background color is #B678C6.


Border color

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

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

This div border color is #B678C6.


Opacity

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

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

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

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

This text has shadow with #B678C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B678C6 on black background.


Color preview on white background

This text has color #B678C6 on white background.



Black color preview on #B678C6 background

This text has black color on #B678C6 background.


White color preview on #B678C6 background

This text has white color on #B678C6 background.