COLOR #B06E90

HEX: #B06E90
RGB: (176,110,144)

Color info

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

RGB color model

#B06E90 color RGB value is (176,110,144).

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

RGB channels and saturation

R 176 of 255 = 69%
G 110 of 255 = 43%
B 144 of 255 = 56%

176
110
144

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

Portions of RGB colors in percentages

R + G + B =
176 + 110 + 144 = 430 (100%)
R 176 of 430 ~ 40.93%
G 110 of 430 ~ 25.58%
B 144 of 430 ~ 33.49%

%40.93
%25.58
%33.49

CMYK color model

#B06E90 color CMYK value is (0,38,18,31).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(0,38,18,31)
C0M38Y18K31 
(0%,38%,18%,31%)
(0.00/0.38/0.18/0.31)	

CMYK percentages

%0
%37.5
%18.18
%30.98

Codes

Color #B06E90 in popluar color models

B06E90
RGB176110144
HSL329°29.46%56.08%
HSB/HSV329°37.50%69.02%
CMYK0.00%37.50%18.18%
30.98%

Color #B06E90 in popluar number systems.

HEXB06E90
Decimal176110144
Binary10110000110111010010000
Octal260156220

Shades and tints

Shades of #B06E90

#B06E90
(176,110,144)
#A06483
(160,100,131)
#905A76
(144,90,118)
#805069
(128,80,105)
#70465C
(112,70,92)
#603C4F
(96,60,79)
#503242
(80,50,66)
#402835
(64,40,53)
#301E28
(48,30,40)
#20141B
(32,20,27)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #B06E90

#B06E90
(176,110,144)
#B77B9A
(183,123,154)
#BE88A4
(190,136,164)
#C595AE
(197,149,174)
#CCA2B8
(204,162,184)
#D3AFC2
(211,175,194)
#DABCCC
(218,188,204)
#E1C9D6
(225,201,214)
#E8D6E0
(232,214,224)
#EFE3EA
(239,227,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06E90; }

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

This text font color is #B06E90.


Background Color

.myBgColor { background-color: #B06E90; }

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

This div background color is #B06E90.


Border color

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

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

This div border color is #B06E90.


Opacity

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

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

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

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

This text has shadow with #B06E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06E90 on black background.


Color preview on white background

This text has color #B06E90 on white background.



Black color preview on #B06E90 background

This text has black color on #B06E90 background.


White color preview on #B06E90 background

This text has white color on #B06E90 background.