COLOR #B0679E

HEX: #B0679E
RGB: (176,103,158)

Color info

#B0679E contains mainly red and blue colors. Web safe color of #B0679E is #996699 (or #969).

RGB color model

#B0679E color RGB value is (176,103,158).

  • red value is 176;
  • green value is 103;
  • blue value is 158.
RGB:
(176,103,158)
(69%,40%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 103 of 255 = 40%
B 158 of 255 = 62%

176
103
158

R + G + B ~ 57%. #B0679E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 103 + 158 = 437 (100%)
R 176 of 437 ~ 40.27%
G 103 of 437 ~ 23.57%
B 158 of 437 ~ 36.16%

%40.27
%23.57
%36.16

CMYK color model

#B0679E color CMYK value is (0,41,10,31).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(0,41,10,31)
C0M41Y10K31 
(0%,41%,10%,31%)
(0.00/0.41/0.10/0.31)	

CMYK percentages

%0
%41.48
%10.23
%30.98

Codes

Color #B0679E in popluar color models

B0679E
RGB176103158
HSL315°31.60%54.71%
HSB/HSV315°41.48%69.02%
CMYK0.00%41.48%10.23%
30.98%

Color #B0679E in popluar number systems.

HEXB0679E
Decimal176103158
Binary10110000110011110011110
Octal260147236

Shades and tints

Shades of #B0679E

#B0679E
(176,103,158)
#A05E90
(160,94,144)
#905582
(144,85,130)
#804C74
(128,76,116)
#704366
(112,67,102)
#603A58
(96,58,88)
#50314A
(80,49,74)
#40283C
(64,40,60)
#301F2E
(48,31,46)
#201620
(32,22,32)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #B0679E

#B0679E
(176,103,158)
#B774A6
(183,116,166)
#BE81AE
(190,129,174)
#C58EB6
(197,142,182)
#CC9BBE
(204,155,190)
#D3A8C6
(211,168,198)
#DAB5CE
(218,181,206)
#E1C2D6
(225,194,214)
#E8CFDE
(232,207,222)
#EFDCE6
(239,220,230)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0679E color. Also use rgb(176,103,158) instead hex code.

Text Font Color

.myTextColor { color: #B0679E; }

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

This text font color is #B0679E.


Background Color

.myBgColor { background-color: #B0679E; }

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

This div background color is #B0679E.


Border color

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

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

This div border color is #B0679E.


Opacity

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

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

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

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

This text has shadow with #B0679E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0679E on black background.


Color preview on white background

This text has color #B0679E on white background.



Black color preview on #B0679E background

This text has black color on #B0679E background.


White color preview on #B0679E background

This text has white color on #B0679E background.