COLOR #B06DA0

HEX: #B06DA0
RGB: (176,109,160)

Color info

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

RGB color model

#B06DA0 color RGB value is (176,109,160).

  • red value is 176;
  • green value is 109;
  • blue value is 160.
RGB:
(176,109,160)
(69%,43%,63%)

RGB channels and saturation

R 176 of 255 = 69%
G 109 of 255 = 43%
B 160 of 255 = 63%

176
109
160

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

Portions of RGB colors in percentages

R + G + B =
176 + 109 + 160 = 445 (100%)
R 176 of 445 ~ 39.55%
G 109 of 445 ~ 24.49%
B 160 of 445 ~ 35.96%

%39.55
%24.49
%35.96

CMYK color model

#B06DA0 color CMYK value is (0,38,9,31).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(0,38,9,31)
C0M38Y9K31 
(0%,38%,9%,31%)
(0.00/0.38/0.09/0.31)	

CMYK percentages

%0
%38.07
%9.09
%30.98

Codes

Color #B06DA0 in popluar color models

B06DA0
RGB176109160
HSL314°29.78%55.88%
HSB/HSV314°38.07%69.02%
CMYK0.00%38.07%9.09%
30.98%

Color #B06DA0 in popluar number systems.

HEXB06DA0
Decimal176109160
Binary10110000110110110100000
Octal260155240

Shades and tints

Shades of #B06DA0

#B06DA0
(176,109,160)
#A06492
(160,100,146)
#905B84
(144,91,132)
#805276
(128,82,118)
#704968
(112,73,104)
#60405A
(96,64,90)
#50374C
(80,55,76)
#402E3E
(64,46,62)
#302530
(48,37,48)
#201C22
(32,28,34)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B06DA0

#B06DA0
(176,109,160)
#B77AA8
(183,122,168)
#BE87B0
(190,135,176)
#C594B8
(197,148,184)
#CCA1C0
(204,161,192)
#D3AEC8
(211,174,200)
#DABBD0
(218,187,208)
#E1C8D8
(225,200,216)
#E8D5E0
(232,213,224)
#EFE2E8
(239,226,232)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06DA0 color. Also use rgb(176,109,160) instead hex code.

Text Font Color

.myTextColor { color: #B06DA0; }

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

This text font color is #B06DA0.


Background Color

.myBgColor { background-color: #B06DA0; }

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

This div background color is #B06DA0.


Border color

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

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

This div border color is #B06DA0.


Opacity

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

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

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

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

This text has shadow with #B06DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06DA0 on black background.


Color preview on white background

This text has color #B06DA0 on white background.



Black color preview on #B06DA0 background

This text has black color on #B06DA0 background.


White color preview on #B06DA0 background

This text has white color on #B06DA0 background.