COLOR #B06C88

HEX: #B06C88
RGB: (176,108,136)

Color info

#B06C88 contains mainly red and blue colors. Web safe color of #B06C88 is #996699 (or #969).

RGB color model

#B06C88 color RGB value is (176,108,136).

  • red value is 176;
  • green value is 108;
  • blue value is 136.
RGB:
(176,108,136)
(69%,42%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 108 of 255 = 42%
B 136 of 255 = 53%

176
108
136

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

Portions of RGB colors in percentages

R + G + B =
176 + 108 + 136 = 420 (100%)
R 176 of 420 ~ 41.9%
G 108 of 420 ~ 25.71%
B 136 of 420 ~ 32.38%

%41.9
%25.71
%32.38

CMYK color model

#B06C88 color CMYK value is (0,39,23,31).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(0,39,23,31)
C0M39Y23K31 
(0%,39%,23%,31%)
(0.00/0.39/0.23/0.31)	

CMYK percentages

%0
%38.64
%22.73
%30.98

Codes

Color #B06C88 in popluar color models

B06C88
RGB176108136
HSL335°30.09%55.69%
HSB/HSV335°38.64%69.02%
CMYK0.00%38.64%22.73%
30.98%

Color #B06C88 in popluar number systems.

HEXB06C88
Decimal176108136
Binary10110000110110010001000
Octal260154210

Shades and tints

Shades of #B06C88

#B06C88
(176,108,136)
#A0637C
(160,99,124)
#905A70
(144,90,112)
#805164
(128,81,100)
#704858
(112,72,88)
#603F4C
(96,63,76)
#503640
(80,54,64)
#402D34
(64,45,52)
#302428
(48,36,40)
#201B1C
(32,27,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B06C88

#B06C88
(176,108,136)
#B77992
(183,121,146)
#BE869C
(190,134,156)
#C593A6
(197,147,166)
#CCA0B0
(204,160,176)
#D3ADBA
(211,173,186)
#DABAC4
(218,186,196)
#E1C7CE
(225,199,206)
#E8D4D8
(232,212,216)
#EFE1E2
(239,225,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06C88 color. Also use rgb(176,108,136) instead hex code.

Text Font Color

.myTextColor { color: #B06C88; }

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

This text font color is #B06C88.


Background Color

.myBgColor { background-color: #B06C88; }

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

This div background color is #B06C88.


Border color

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

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

This div border color is #B06C88.


Opacity

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

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

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

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

This text has shadow with #B06C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06C88 on black background.


Color preview on white background

This text has color #B06C88 on white background.



Black color preview on #B06C88 background

This text has black color on #B06C88 background.


White color preview on #B06C88 background

This text has white color on #B06C88 background.