COLOR #B06E92

HEX: #B06E92
RGB: (176,110,146)

Color info

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

RGB color model

#B06E92 color RGB value is (176,110,146).

  • red value is 176;
  • green value is 110;
  • blue value is 146.
RGB:
(176,110,146)
(69%,43%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 110 of 255 = 43%
B 146 of 255 = 57%

176
110
146

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

Portions of RGB colors in percentages

R + G + B =
176 + 110 + 146 = 432 (100%)
R 176 of 432 ~ 40.74%
G 110 of 432 ~ 25.46%
B 146 of 432 ~ 33.8%

%40.74
%25.46
%33.8

CMYK color model

#B06E92 color CMYK value is (0,38,17,31).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(0,38,17,31)
C0M38Y17K31 
(0%,38%,17%,31%)
(0.00/0.38/0.17/0.31)	

CMYK percentages

%0
%37.5
%17.05
%30.98

Codes

Color #B06E92 in popluar color models

B06E92
RGB176110146
HSL327°29.46%56.08%
HSB/HSV327°37.50%69.02%
CMYK0.00%37.50%17.05%
30.98%

Color #B06E92 in popluar number systems.

HEXB06E92
Decimal176110146
Binary10110000110111010010010
Octal260156222

Shades and tints

Shades of #B06E92

#B06E92
(176,110,146)
#A06485
(160,100,133)
#905A78
(144,90,120)
#80506B
(128,80,107)
#70465E
(112,70,94)
#603C51
(96,60,81)
#503244
(80,50,68)
#402837
(64,40,55)
#301E2A
(48,30,42)
#20141D
(32,20,29)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #B06E92

#B06E92
(176,110,146)
#B77B9B
(183,123,155)
#BE88A4
(190,136,164)
#C595AD
(197,149,173)
#CCA2B6
(204,162,182)
#D3AFBF
(211,175,191)
#DABCC8
(218,188,200)
#E1C9D1
(225,201,209)
#E8D6DA
(232,214,218)
#EFE3E3
(239,227,227)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06E92 color. Also use rgb(176,110,146) instead hex code.

Text Font Color

.myTextColor { color: #B06E92; }

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

This text font color is #B06E92.


Background Color

.myBgColor { background-color: #B06E92; }

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

This div background color is #B06E92.


Border color

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

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

This div border color is #B06E92.


Opacity

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

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

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

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

This text has shadow with #B06E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06E92 on black background.


Color preview on white background

This text has color #B06E92 on white background.



Black color preview on #B06E92 background

This text has black color on #B06E92 background.


White color preview on #B06E92 background

This text has white color on #B06E92 background.