COLOR #B6708C

HEX: #B6708C RGB: (182,112,140)

Color info

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

RGB color model

#B6708C color RGB value is (182,112,140).

RGB: (182,112,140) (71%, 44%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 112 of 255 = 44%
B 140 of 255 = 55%

182
112
140

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

Portions of RGB colors in percentages

R + G + B = 182 + 112 + 140 = 434 (100%)
R 182 of 434 ~ 41.94%
G 112 of 434 ~ 25.81%
B 140 of 434 ~ 32.26'%

%41.94
%25.81
%32.26

CMYK color model

#B6708C color CMYK value is (0,38,23,29).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 23.08%
  • key color value is 28.63%

CMYK: (0,38,23,29)
C0M38Y23K29 (0%, 38%, 23%, 29%)
(0.00 / 0.38 / 0.23 / 0.29)

CMYK percentages

%0
%38.46
%23.08
%28.63

Codes

Color #B6708C in popluar color models

B6 70 8C
RGB 182 112 140
HSL 336° 32.41% 57.65%
HSB/HSV 336° 38.46% 71.37%
CMYK 0.00% 38.46% 23.08%
28.63%

Color #B6708C in popluar number systems.

HEX B6 70 8C
Decimal 182 112 140
Binary 10110110 1110000 10001100
Octal 266 160 214

Shades and tints

Shades of #B6708C

#B6708C
(182,112,140)
#A66680
(166,102,128)
#965C74
(150,92,116)
#865268
(134,82,104)
#76485C
(118,72,92)
#663E50
(102,62,80)
#563444
(86,52,68)
#462A38
(70,42,56)
#36202C
(54,32,44)
#261620
(38,22,32)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #B6708C

#B6708C
(182,112,140)
#BC7D96
(188,125,150)
#C28AA0
(194,138,160)
#C897AA
(200,151,170)
#CEA4B4
(206,164,180)
#D4B1BE
(212,177,190)
#DABEC8
(218,190,200)
#E0CBD2
(224,203,210)
#E6D8DC
(230,216,220)
#ECE5E6
(236,229,230)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6708C; }

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

This text font color is #B6708C.

Background Color

.myBgColor { background-color: #B6708C; }

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

This div background color is #B6708C.

Border color

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

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

This div border color is #B6708C.

Opacity

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

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

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

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

This text has shadow with #B6708C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6708C.

Preview

Color preview on black background

This text has color #B6708C on black background.


Color preview on white background

This text has color #B6708C on white background.


Black color preview on #B6708C background

This text has black color on #B6708C background.


White color preview on #B6708C background

This text has white color on #B6708C background.


Related colors

Complementary color

Complementary color for #hex is #498F73.


I love getcolorcode.com

Triadic colors

1 #8CB670 and #708CB6 with #B6708C are triadic colors.

2 #8C70B6 and #70B68C with #B6708C are triadic colors.