COLOR #B6809D

HEX: #B6809D RGB: (182,128,157)

Color info

#B6809D contains red, green and blue colors in about the same proportion. Web safe color of #B6809D is #CC6699 (or #C69).

RGB color model

#B6809D color RGB value is (182,128,157).

RGB: (182,128,157) (71%, 50%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 157 of 255 = 62%

182
128
157

R + G + B ~ 61%. #B6809D is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 128 + 157 = 467 (100%)
R 182 of 467 ~ 38.97%
G 128 of 467 ~ 27.41%
B 157 of 467 ~ 33.62'%

%38.97
%27.41
%33.62

CMYK color model

#B6809D color CMYK value is (0,30,14,29).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 13.74%
  • key color value is 28.63%

CMYK: (0,30,14,29)
C0M30Y14K29 (0%, 30%, 14%, 29%)
(0.00 / 0.30 / 0.14 / 0.29)

CMYK percentages

%0
%29.67
%13.74
%28.63

Codes

Color #B6809D in popluar color models

B6 80 9D
RGB 182 128 157
HSL 328° 27.00% 60.78%
HSB/HSV 328° 29.67% 71.37%
CMYK 0.00% 29.67% 13.74%
28.63%

Color #B6809D in popluar number systems.

HEX B6 80 9D
Decimal 182 128 157
Binary 10110110 10000000 10011101
Octal 266 200 235

Shades and tints

Shades of #B6809D

#B6809D
(182,128,157)
#A6758F
(166,117,143)
#966A81
(150,106,129)
#865F73
(134,95,115)
#765465
(118,84,101)
#664957
(102,73,87)
#563E49
(86,62,73)
#46333B
(70,51,59)
#36282D
(54,40,45)
#261D1F
(38,29,31)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6809D

#B6809D
(182,128,157)
#BC8BA5
(188,139,165)
#C296AD
(194,150,173)
#C8A1B5
(200,161,181)
#CEACBD
(206,172,189)
#D4B7C5
(212,183,197)
#DAC2CD
(218,194,205)
#E0CDD5
(224,205,213)
#E6D8DD
(230,216,221)
#ECE3E5
(236,227,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6809D color. Also use rgb(182,128,157) instead hex code.

Text Font Color

.myTextColor { color: #B6809D; }

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

This text font color is #B6809D.

Background Color

.myBgColor { background-color: #B6809D; }

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

This div background color is #B6809D.

Border color

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

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

This div border color is #B6809D.

Opacity

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

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

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

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

This text has shadow with #B6809D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6809D.

Preview

Color preview on black background

This text has color #B6809D on black background.


Color preview on white background

This text has color #B6809D on white background.


Black color preview on #B6809D background

This text has black color on #B6809D background.


White color preview on #B6809D background

This text has white color on #B6809D background.


Related colors

Complementary color

Complementary color for #hex is #497F62.


I love getcolorcode.com

Triadic colors

1 #9DB680 and #809DB6 with #B6809D are triadic colors.

2 #9D80B6 and #80B69D with #B6809D are triadic colors.