COLOR #B678BE

HEX: #B678BE
RGB: (182,120,190)

Color info

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

RGB color model

#B678BE color RGB value is (182,120,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 120 of 255 = 47%
B 190 of 255 = 75%

182
120
190

R + G + B ~ 64%. #B678BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 120 + 190 = 492 (100%)
R 182 of 492 ~ 36.99%
G 120 of 492 ~ 24.39%
B 190 of 492 ~ 38.62%

%36.99
%24.39
%38.62

CMYK color model

#B678BE color CMYK value is (4,37,0,25).

  • cyan value is 4.21%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,37,0,25)
C4M37Y0K25 
(4%,37%,0%,25%)
(0.04/0.37/0.00/0.25)	

CMYK percentages

%4.21
%36.84
%0
%25.49

Codes

Color #B678BE in popluar color models

B678BE
RGB182120190
HSL293°35.00%60.78%
HSB/HSV293°36.84%74.51%
CMYK4.21%36.84%0.00%
25.49%

Color #B678BE in popluar number systems.

HEXB678BE
Decimal182120190
Binary10110110111100010111110
Octal266170276

Shades and tints

Shades of #B678BE

#B678BE
(182,120,190)
#A66EAD
(166,110,173)
#96649C
(150,100,156)
#865A8B
(134,90,139)
#76507A
(118,80,122)
#664669
(102,70,105)
#563C58
(86,60,88)
#463247
(70,50,71)
#362836
(54,40,54)
#261E25
(38,30,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B678BE

#B678BE
(182,120,190)
#BC84C3
(188,132,195)
#C290C8
(194,144,200)
#C89CCD
(200,156,205)
#CEA8D2
(206,168,210)
#D4B4D7
(212,180,215)
#DAC0DC
(218,192,220)
#E0CCE1
(224,204,225)
#E6D8E6
(230,216,230)
#ECE4EB
(236,228,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B678BE; }

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

This text font color is #B678BE.


Background Color

.myBgColor { background-color: #B678BE; }

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

This div background color is #B678BE.


Border color

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

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

This div border color is #B678BE.


Opacity

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

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

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

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

This text has shadow with #B678BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B678BE on black background.


Color preview on white background

This text has color #B678BE on white background.



Black color preview on #B678BE background

This text has black color on #B678BE background.


White color preview on #B678BE background

This text has white color on #B678BE background.