COLOR #B06D80

HEX: #B06D80
RGB: (176,109,128)

Color info

#B06D80 contains mainly red and blue colors. Web safe color of #B06D80 is #996666 (or #966).

RGB color model

#B06D80 color RGB value is (176,109,128).

  • red value is 176;
  • green value is 109;
  • blue value is 128.
RGB:
(176,109,128)
(69%,43%,50%)

RGB channels and saturation

R 176 of 255 = 69%
G 109 of 255 = 43%
B 128 of 255 = 50%

176
109
128

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

Portions of RGB colors in percentages

R + G + B =
176 + 109 + 128 = 413 (100%)
R 176 of 413 ~ 42.62%
G 109 of 413 ~ 26.39%
B 128 of 413 ~ 30.99%

%42.62
%26.39
%30.99

CMYK color model

#B06D80 color CMYK value is (0,38,27,31).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(0,38,27,31)
C0M38Y27K31 
(0%,38%,27%,31%)
(0.00/0.38/0.27/0.31)	

CMYK percentages

%0
%38.07
%27.27
%30.98

Codes

Color #B06D80 in popluar color models

B06D80
RGB176109128
HSL343°29.78%55.88%
HSB/HSV343°38.07%69.02%
CMYK0.00%38.07%27.27%
30.98%

Color #B06D80 in popluar number systems.

HEXB06D80
Decimal176109128
Binary10110000110110110000000
Octal260155200

Shades and tints

Shades of #B06D80

#B06D80
(176,109,128)
#A06475
(160,100,117)
#905B6A
(144,91,106)
#80525F
(128,82,95)
#704954
(112,73,84)
#604049
(96,64,73)
#50373E
(80,55,62)
#402E33
(64,46,51)
#302528
(48,37,40)
#201C1D
(32,28,29)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #B06D80

#B06D80
(176,109,128)
#B77A8B
(183,122,139)
#BE8796
(190,135,150)
#C594A1
(197,148,161)
#CCA1AC
(204,161,172)
#D3AEB7
(211,174,183)
#DABBC2
(218,187,194)
#E1C8CD
(225,200,205)
#E8D5D8
(232,213,216)
#EFE2E3
(239,226,227)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06D80 color. Also use rgb(176,109,128) instead hex code.

Text Font Color

.myTextColor { color: #B06D80; }

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

This text font color is #B06D80.


Background Color

.myBgColor { background-color: #B06D80; }

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

This div background color is #B06D80.


Border color

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

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

This div border color is #B06D80.


Opacity

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

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

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

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

This text has shadow with #B06D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06D80 on black background.


Color preview on white background

This text has color #B06D80 on white background.



Black color preview on #B06D80 background

This text has black color on #B06D80 background.


White color preview on #B06D80 background

This text has white color on #B06D80 background.