COLOR #B6779B

HEX: #B6779B
RGB: (182,119,155)

Color info

#B6779B contains mainly red and blue colors. Web safe color of #B6779B is #CC6699 (or #C69).

RGB color model

#B6779B color RGB value is (182,119,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 119 of 255 = 47%
B 155 of 255 = 61%

182
119
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 119 + 155 = 456 (100%)
R 182 of 456 ~ 39.91%
G 119 of 456 ~ 26.1%
B 155 of 456 ~ 33.99%

%39.91
%26.1
%33.99

CMYK color model

#B6779B color CMYK value is (0,35,15,29).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,35,15,29)
C0M35Y15K29 
(0%,35%,15%,29%)
(0.00/0.35/0.15/0.29)	

CMYK percentages

%0
%34.62
%14.84
%28.63

Codes

Color #B6779B in popluar color models

B6779B
RGB182119155
HSL326°30.14%59.02%
HSB/HSV326°34.62%71.37%
CMYK0.00%34.62%14.84%
28.63%

Color #B6779B in popluar number systems.

HEXB6779B
Decimal182119155
Binary10110110111011110011011
Octal266167233

Shades and tints

Shades of #B6779B

#B6779B
(182,119,155)
#A66D8D
(166,109,141)
#96637F
(150,99,127)
#865971
(134,89,113)
#764F63
(118,79,99)
#664555
(102,69,85)
#563B47
(86,59,71)
#463139
(70,49,57)
#36272B
(54,39,43)
#261D1D
(38,29,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #B6779B

#B6779B
(182,119,155)
#BC83A4
(188,131,164)
#C28FAD
(194,143,173)
#C89BB6
(200,155,182)
#CEA7BF
(206,167,191)
#D4B3C8
(212,179,200)
#DABFD1
(218,191,209)
#E0CBDA
(224,203,218)
#E6D7E3
(230,215,227)
#ECE3EC
(236,227,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6779B; }

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

This text font color is #B6779B.


Background Color

.myBgColor { background-color: #B6779B; }

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

This div background color is #B6779B.


Border color

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

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

This div border color is #B6779B.


Opacity

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

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

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

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

This text has shadow with #B6779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6779B on black background.


Color preview on white background

This text has color #B6779B on white background.



Black color preview on #B6779B background

This text has black color on #B6779B background.


White color preview on #B6779B background

This text has white color on #B6779B background.