COLOR #B06086

HEX: #B06086
RGB: (176,96,134)

Color info

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

RGB color model

#B06086 color RGB value is (176,96,134).

  • red value is 176;
  • green value is 96;
  • blue value is 134.
RGB:
(176,96,134)
(69%,38%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 96 of 255 = 38%
B 134 of 255 = 53%

176
96
134

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

Portions of RGB colors in percentages

R + G + B =
176 + 96 + 134 = 406 (100%)
R 176 of 406 ~ 43.35%
G 96 of 406 ~ 23.65%
B 134 of 406 ~ 33%

%43.35
%23.65
%33

CMYK color model

#B06086 color CMYK value is (0,45,24,31).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(0,45,24,31)
C0M45Y24K31 
(0%,45%,24%,31%)
(0.00/0.45/0.24/0.31)	

CMYK percentages

%0
%45.45
%23.86
%30.98

Codes

Color #B06086 in popluar color models

B06086
RGB17696134
HSL332°33.61%53.33%
HSB/HSV332°45.45%69.02%
CMYK0.00%45.45%23.86%
30.98%

Color #B06086 in popluar number systems.

HEXB06086
Decimal17696134
Binary10110000110000010000110
Octal260140206

Shades and tints

Shades of #B06086

#B06086
(176,96,134)
#A0587A
(160,88,122)
#90506E
(144,80,110)
#804862
(128,72,98)
#704056
(112,64,86)
#60384A
(96,56,74)
#50303E
(80,48,62)
#402832
(64,40,50)
#302026
(48,32,38)
#20181A
(32,24,26)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #B06086

#B06086
(176,96,134)
#B76E91
(183,110,145)
#BE7C9C
(190,124,156)
#C58AA7
(197,138,167)
#CC98B2
(204,152,178)
#D3A6BD
(211,166,189)
#DAB4C8
(218,180,200)
#E1C2D3
(225,194,211)
#E8D0DE
(232,208,222)
#EFDEE9
(239,222,233)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06086 color. Also use rgb(176,96,134) instead hex code.

Text Font Color

.myTextColor { color: #B06086; }

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

This text font color is #B06086.


Background Color

.myBgColor { background-color: #B06086; }

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

This div background color is #B06086.


Border color

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

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

This div border color is #B06086.


Opacity

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

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

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

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

This text has shadow with #B06086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06086 on black background.


Color preview on white background

This text has color #B06086 on white background.



Black color preview on #B06086 background

This text has black color on #B06086 background.


White color preview on #B06086 background

This text has white color on #B06086 background.