COLOR #B6708A

HEX: #B6708A
RGB: (182,112,138)

Color info

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

RGB color model

#B6708A color RGB value is (182,112,138).

  • red value is 182;
  • green value is 112;
  • blue value is 138.
RGB:
(182,112,138)
(71%,44%,54%)

RGB channels and saturation

R 182 of 255 = 71%
G 112 of 255 = 44%
B 138 of 255 = 54%

182
112
138

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

Portions of RGB colors in percentages

R + G + B =
182 + 112 + 138 = 432 (100%)
R 182 of 432 ~ 42.13%
G 112 of 432 ~ 25.93%
B 138 of 432 ~ 31.94%

%42.13
%25.93
%31.94

CMYK color model

#B6708A color CMYK value is (0,38,24,29).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK:
(0,38,24,29)
C0M38Y24K29 
(0%,38%,24%,29%)
(0.00/0.38/0.24/0.29)	

CMYK percentages

%0
%38.46
%24.18
%28.63

Codes

Color #B6708A in popluar color models

B6708A
RGB182112138
HSL338°32.41%57.65%
HSB/HSV338°38.46%71.37%
CMYK0.00%38.46%24.18%
28.63%

Color #B6708A in popluar number systems.

HEXB6708A
Decimal182112138
Binary10110110111000010001010
Octal266160212

Shades and tints

Shades of #B6708A

#B6708A
(182,112,138)
#A6667E
(166,102,126)
#965C72
(150,92,114)
#865266
(134,82,102)
#76485A
(118,72,90)
#663E4E
(102,62,78)
#563442
(86,52,66)
#462A36
(70,42,54)
#36202A
(54,32,42)
#26161E
(38,22,30)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #B6708A

#B6708A
(182,112,138)
#BC7D94
(188,125,148)
#C28A9E
(194,138,158)
#C897A8
(200,151,168)
#CEA4B2
(206,164,178)
#D4B1BC
(212,177,188)
#DABEC6
(218,190,198)
#E0CBD0
(224,203,208)
#E6D8DA
(230,216,218)
#ECE5E4
(236,229,228)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6708A; }

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

This text font color is #B6708A.


Background Color

.myBgColor { background-color: #B6708A; }

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

This div background color is #B6708A.


Border color

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

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

This div border color is #B6708A.


Opacity

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

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

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

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

This text has shadow with #B6708A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6708A on black background.


Color preview on white background

This text has color #B6708A on white background.



Black color preview on #B6708A background

This text has black color on #B6708A background.


White color preview on #B6708A background

This text has white color on #B6708A background.