COLOR #B66FA0

HEX: #B66FA0
RGB: (182,111,160)

Color info

#B66FA0 contains mainly red and blue colors. Web safe color of #B66FA0 is #CC6699 (or #C69).

RGB color model

#B66FA0 color RGB value is (182,111,160).

  • red value is 182;
  • green value is 111;
  • blue value is 160.
RGB:
(182,111,160)
(71%,44%,63%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 160 of 255 = 63%

182
111
160

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

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 160 = 453 (100%)
R 182 of 453 ~ 40.18%
G 111 of 453 ~ 24.5%
B 160 of 453 ~ 35.32%

%40.18
%24.5
%35.32

CMYK color model

#B66FA0 color CMYK value is (0,39,12,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 12.09%
  • key color value is 28.63%
CMYK:
(0,39,12,29)
C0M39Y12K29 
(0%,39%,12%,29%)
(0.00/0.39/0.12/0.29)	

CMYK percentages

%0
%39.01
%12.09
%28.63

Codes

Color #B66FA0 in popluar color models

B66FA0
RGB182111160
HSL319°32.72%57.45%
HSB/HSV319°39.01%71.37%
CMYK0.00%39.01%12.09%
28.63%

Color #B66FA0 in popluar number systems.

HEXB66FA0
Decimal182111160
Binary10110110110111110100000
Octal266157240

Shades and tints

Shades of #B66FA0

#B66FA0
(182,111,160)
#A66592
(166,101,146)
#965B84
(150,91,132)
#865176
(134,81,118)
#764768
(118,71,104)
#663D5A
(102,61,90)
#56334C
(86,51,76)
#46293E
(70,41,62)
#361F30
(54,31,48)
#261522
(38,21,34)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #B66FA0

#B66FA0
(182,111,160)
#BC7CA8
(188,124,168)
#C289B0
(194,137,176)
#C896B8
(200,150,184)
#CEA3C0
(206,163,192)
#D4B0C8
(212,176,200)
#DABDD0
(218,189,208)
#E0CAD8
(224,202,216)
#E6D7E0
(230,215,224)
#ECE4E8
(236,228,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66FA0 color. Also use rgb(182,111,160) instead hex code.

Text Font Color

.myTextColor { color: #B66FA0; }

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

This text font color is #B66FA0.


Background Color

.myBgColor { background-color: #B66FA0; }

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

This div background color is #B66FA0.


Border color

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

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

This div border color is #B66FA0.


Opacity

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

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

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

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

This text has shadow with #B66FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66FA0 on black background.


Color preview on white background

This text has color #B66FA0 on white background.



Black color preview on #B66FA0 background

This text has black color on #B66FA0 background.


White color preview on #B66FA0 background

This text has white color on #B66FA0 background.