COLOR #B6709E

HEX: #B6709E
RGB: (182,112,158)

Color info

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

RGB color model

#B6709E color RGB value is (182,112,158).

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

RGB channels and saturation

R 182 of 255 = 71%
G 112 of 255 = 44%
B 158 of 255 = 62%

182
112
158

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

Portions of RGB colors in percentages

R + G + B =
182 + 112 + 158 = 452 (100%)
R 182 of 452 ~ 40.27%
G 112 of 452 ~ 24.78%
B 158 of 452 ~ 34.96%

%40.27
%24.78
%34.96

CMYK color model

#B6709E color CMYK value is (0,38,13,29).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,38,13,29)
C0M38Y13K29 
(0%,38%,13%,29%)
(0.00/0.38/0.13/0.29)	

CMYK percentages

%0
%38.46
%13.19
%28.63

Codes

Color #B6709E in popluar color models

B6709E
RGB182112158
HSL321°32.41%57.65%
HSB/HSV321°38.46%71.37%
CMYK0.00%38.46%13.19%
28.63%

Color #B6709E in popluar number systems.

HEXB6709E
Decimal182112158
Binary10110110111000010011110
Octal266160236

Shades and tints

Shades of #B6709E

#B6709E
(182,112,158)
#A66690
(166,102,144)
#965C82
(150,92,130)
#865274
(134,82,116)
#764866
(118,72,102)
#663E58
(102,62,88)
#56344A
(86,52,74)
#462A3C
(70,42,60)
#36202E
(54,32,46)
#261620
(38,22,32)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #B6709E

#B6709E
(182,112,158)
#BC7DA6
(188,125,166)
#C28AAE
(194,138,174)
#C897B6
(200,151,182)
#CEA4BE
(206,164,190)
#D4B1C6
(212,177,198)
#DABECE
(218,190,206)
#E0CBD6
(224,203,214)
#E6D8DE
(230,216,222)
#ECE5E6
(236,229,230)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6709E; }

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

This text font color is #B6709E.


Background Color

.myBgColor { background-color: #B6709E; }

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

This div background color is #B6709E.


Border color

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

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

This div border color is #B6709E.


Opacity

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

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

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

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

This text has shadow with #B6709E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6709E on black background.


Color preview on white background

This text has color #B6709E on white background.



Black color preview on #B6709E background

This text has black color on #B6709E background.


White color preview on #B6709E background

This text has white color on #B6709E background.