COLOR #B6819D

HEX: #B6819D
RGB: (182,129,157)

Color info

#B6819D contains red, green and blue colors in about the same proportion. Web safe color of #B6819D is #CC9999 (or #C99).

RGB color model

#B6819D color RGB value is (182,129,157).

  • red value is 182;
  • green value is 129;
  • blue value is 157.
RGB:
(182,129,157)
(71%,51%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 129 of 255 = 51%
B 157 of 255 = 62%

182
129
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 129 + 157 = 468 (100%)
R 182 of 468 ~ 38.89%
G 129 of 468 ~ 27.56%
B 157 of 468 ~ 33.55%

%38.89
%27.56
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.12%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,29,14,29)
C0M29Y14K29 
(0%,29%,14%,29%)
(0.00/0.29/0.14/0.29)	

CMYK percentages

%0
%29.12
%13.74
%28.63

Codes

Color #B6819D in popluar color models

B6819D
RGB182129157
HSL328°26.63%60.98%
HSB/HSV328°29.12%71.37%
CMYK0.00%29.12%13.74%
28.63%

Color #B6819D in popluar number systems.

HEXB6819D
Decimal182129157
Binary101101101000000110011101
Octal266201235

Shades and tints

Shades of #B6819D

#B6819D
(182,129,157)
#A6768F
(166,118,143)
#966B81
(150,107,129)
#866073
(134,96,115)
#765565
(118,85,101)
#664A57
(102,74,87)
#563F49
(86,63,73)
#46343B
(70,52,59)
#36292D
(54,41,45)
#261E1F
(38,30,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #B6819D

#B6819D
(182,129,157)
#BC8CA5
(188,140,165)
#C297AD
(194,151,173)
#C8A2B5
(200,162,181)
#CEADBD
(206,173,189)
#D4B8C5
(212,184,197)
#DAC3CD
(218,195,205)
#E0CED5
(224,206,213)
#E6D9DD
(230,217,221)
#ECE4E5
(236,228,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6819D; }

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

This text font color is #B6819D.


Background Color

.myBgColor { background-color: #B6819D; }

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

This div background color is #B6819D.


Border color

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

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

This div border color is #B6819D.


Opacity

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

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

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

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

This text has shadow with #B6819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6819D on black background.


Color preview on white background

This text has color #B6819D on white background.



Black color preview on #B6819D background

This text has black color on #B6819D background.


White color preview on #B6819D background

This text has white color on #B6819D background.