COLOR #B6778B

HEX: #B6778B
RGB: (182,119,139)

Color info

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

RGB color model

#B6778B color RGB value is (182,119,139).

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

RGB channels and saturation

R 182 of 255 = 71%
G 119 of 255 = 47%
B 139 of 255 = 55%

182
119
139

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

Portions of RGB colors in percentages

R + G + B =
182 + 119 + 139 = 440 (100%)
R 182 of 440 ~ 41.36%
G 119 of 440 ~ 27.05%
B 139 of 440 ~ 31.59%

%41.36
%27.05
%31.59

CMYK color model

#B6778B color CMYK value is (0,35,24,29).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(0,35,24,29)
C0M35Y24K29 
(0%,35%,24%,29%)
(0.00/0.35/0.24/0.29)	

CMYK percentages

%0
%34.62
%23.63
%28.63

Codes

Color #B6778B in popluar color models

B6778B
RGB182119139
HSL341°30.14%59.02%
HSB/HSV341°34.62%71.37%
CMYK0.00%34.62%23.63%
28.63%

Color #B6778B in popluar number systems.

HEXB6778B
Decimal182119139
Binary10110110111011110001011
Octal266167213

Shades and tints

Shades of #B6778B

#B6778B
(182,119,139)
#A66D7F
(166,109,127)
#966373
(150,99,115)
#865967
(134,89,103)
#764F5B
(118,79,91)
#66454F
(102,69,79)
#563B43
(86,59,67)
#463137
(70,49,55)
#36272B
(54,39,43)
#261D1F
(38,29,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B6778B

#B6778B
(182,119,139)
#BC8395
(188,131,149)
#C28F9F
(194,143,159)
#C89BA9
(200,155,169)
#CEA7B3
(206,167,179)
#D4B3BD
(212,179,189)
#DABFC7
(218,191,199)
#E0CBD1
(224,203,209)
#E6D7DB
(230,215,219)
#ECE3E5
(236,227,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6778B; }

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

This text font color is #B6778B.


Background Color

.myBgColor { background-color: #B6778B; }

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

This div background color is #B6778B.


Border color

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

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

This div border color is #B6778B.


Opacity

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

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

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

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

This text has shadow with #B6778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6778B on black background.


Color preview on white background

This text has color #B6778B on white background.



Black color preview on #B6778B background

This text has black color on #B6778B background.


White color preview on #B6778B background

This text has white color on #B6778B background.