COLOR #B679B6

HEX: #B679B6
RGB: (182,121,182)

Color info

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

RGB color model

#B679B6 color RGB value is (182,121,182).

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

RGB channels and saturation

R 182 of 255 = 71%
G 121 of 255 = 47%
B 182 of 255 = 71%

182
121
182

R + G + B ~ 63%. #B679B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 121 + 182 = 485 (100%)
R 182 of 485 ~ 37.53%
G 121 of 485 ~ 24.95%
B 182 of 485 ~ 37.53%

%37.53
%24.95
%37.53

CMYK color model

#B679B6 color CMYK value is (0,34,0,29).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(0,34,0,29)
C0M34Y0K29 
(0%,34%,0%,29%)
(0.00/0.34/0.00/0.29)	

CMYK percentages

%0
%33.52
%0
%28.63

Codes

Color #B679B6 in popluar color models

B679B6
RGB182121182
HSL300°29.47%59.41%
HSB/HSV300°33.52%71.37%
CMYK0.00%33.52%0.00%
28.63%

Color #B679B6 in popluar number systems.

HEXB679B6
Decimal182121182
Binary10110110111100110110110
Octal266171266

Shades and tints

Shades of #B679B6

#B679B6
(182,121,182)
#A66EA6
(166,110,166)
#966396
(150,99,150)
#865886
(134,88,134)
#764D76
(118,77,118)
#664266
(102,66,102)
#563756
(86,55,86)
#462C46
(70,44,70)
#362136
(54,33,54)
#261626
(38,22,38)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #B679B6

#B679B6
(182,121,182)
#BC85BC
(188,133,188)
#C291C2
(194,145,194)
#C89DC8
(200,157,200)
#CEA9CE
(206,169,206)
#D4B5D4
(212,181,212)
#DAC1DA
(218,193,218)
#E0CDE0
(224,205,224)
#E6D9E6
(230,217,230)
#ECE5EC
(236,229,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B679B6; }

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

This text font color is #B679B6.


Background Color

.myBgColor { background-color: #B679B6; }

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

This div background color is #B679B6.


Border color

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

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

This div border color is #B679B6.


Opacity

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

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

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

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

This text has shadow with #B679B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B679B6 on black background.


Color preview on white background

This text has color #B679B6 on white background.



Black color preview on #B679B6 background

This text has black color on #B679B6 background.


White color preview on #B679B6 background

This text has white color on #B679B6 background.