COLOR #B66A9B

HEX: #B66A9B
RGB: (182,106,155)

Color info

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

RGB color model

#B66A9B color RGB value is (182,106,155).

  • red value is 182;
  • green value is 106;
  • blue value is 155.
RGB:
(182,106,155)
(71%,42%,61%)

RGB channels and saturation

R 182 of 255 = 71%
G 106 of 255 = 42%
B 155 of 255 = 61%

182
106
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 106 + 155 = 443 (100%)
R 182 of 443 ~ 41.08%
G 106 of 443 ~ 23.93%
B 155 of 443 ~ 34.99%

%41.08
%23.93
%34.99

CMYK color model

#B66A9B color CMYK value is (0,42,15,29).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,42,15,29)
C0M42Y15K29 
(0%,42%,15%,29%)
(0.00/0.42/0.15/0.29)	

CMYK percentages

%0
%41.76
%14.84
%28.63

Codes

Color #B66A9B in popluar color models

B66A9B
RGB182106155
HSL321°34.23%56.47%
HSB/HSV321°41.76%71.37%
CMYK0.00%41.76%14.84%
28.63%

Color #B66A9B in popluar number systems.

HEXB66A9B
Decimal182106155
Binary10110110110101010011011
Octal266152233

Shades and tints

Shades of #B66A9B

#B66A9B
(182,106,155)
#A6618D
(166,97,141)
#96587F
(150,88,127)
#864F71
(134,79,113)
#764663
(118,70,99)
#663D55
(102,61,85)
#563447
(86,52,71)
#462B39
(70,43,57)
#36222B
(54,34,43)
#26191D
(38,25,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #B66A9B

#B66A9B
(182,106,155)
#BC77A4
(188,119,164)
#C284AD
(194,132,173)
#C891B6
(200,145,182)
#CE9EBF
(206,158,191)
#D4ABC8
(212,171,200)
#DAB8D1
(218,184,209)
#E0C5DA
(224,197,218)
#E6D2E3
(230,210,227)
#ECDFEC
(236,223,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66A9B color. Also use rgb(182,106,155) instead hex code.

Text Font Color

.myTextColor { color: #B66A9B; }

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

This text font color is #B66A9B.


Background Color

.myBgColor { background-color: #B66A9B; }

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

This div background color is #B66A9B.


Border color

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

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

This div border color is #B66A9B.


Opacity

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

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

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

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

This text has shadow with #B66A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66A9B on black background.


Color preview on white background

This text has color #B66A9B on white background.



Black color preview on #B66A9B background

This text has black color on #B66A9B background.


White color preview on #B66A9B background

This text has white color on #B66A9B background.