COLOR #B06ABC

HEX: #B06ABC
RGB: (176,106,188)

Color info

#B06ABC contains mainly red and blue colors. Web safe color of #B06ABC is #9966CC (or #96C).

RGB color model

#B06ABC color RGB value is (176,106,188).

  • red value is 176;
  • green value is 106;
  • blue value is 188.
RGB:
(176,106,188)
(69%,42%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 106 of 255 = 42%
B 188 of 255 = 74%

176
106
188

R + G + B ~ 62%. #B06ABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 106 + 188 = 470 (100%)
R 176 of 470 ~ 37.45%
G 106 of 470 ~ 22.55%
B 188 of 470 ~ 40%

%37.45
%22.55
%40

CMYK color model

#B06ABC color CMYK value is (6,44,0,26).

  • cyan value is 6.38%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(6,44,0,26)
C6M44Y0K26 
(6%,44%,0%,26%)
(0.06/0.44/0.00/0.26)	

CMYK percentages

%6.38
%43.62
%0
%26.27

Codes

Color #B06ABC in popluar color models

B06ABC
RGB176106188
HSL291°37.96%57.65%
HSB/HSV291°43.62%73.73%
CMYK6.38%43.62%0.00%
26.27%

Color #B06ABC in popluar number systems.

HEXB06ABC
Decimal176106188
Binary10110000110101010111100
Octal260152274

Shades and tints

Shades of #B06ABC

#B06ABC
(176,106,188)
#A061AB
(160,97,171)
#90589A
(144,88,154)
#804F89
(128,79,137)
#704678
(112,70,120)
#603D67
(96,61,103)
#503456
(80,52,86)
#402B45
(64,43,69)
#302234
(48,34,52)
#201923
(32,25,35)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B06ABC

#B06ABC
(176,106,188)
#B777C2
(183,119,194)
#BE84C8
(190,132,200)
#C591CE
(197,145,206)
#CC9ED4
(204,158,212)
#D3ABDA
(211,171,218)
#DAB8E0
(218,184,224)
#E1C5E6
(225,197,230)
#E8D2EC
(232,210,236)
#EFDFF2
(239,223,242)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06ABC color. Also use rgb(176,106,188) instead hex code.

Text Font Color

.myTextColor { color: #B06ABC; }

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

This text font color is #B06ABC.


Background Color

.myBgColor { background-color: #B06ABC; }

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

This div background color is #B06ABC.


Border color

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

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

This div border color is #B06ABC.


Opacity

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

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

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

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

This text has shadow with #B06ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06ABC on black background.


Color preview on white background

This text has color #B06ABC on white background.



Black color preview on #B06ABC background

This text has black color on #B06ABC background.


White color preview on #B06ABC background

This text has white color on #B06ABC background.