COLOR #B66A9E

HEX: #B66A9E
RGB: (182,106,158)

Color info

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

RGB color model

#B66A9E color RGB value is (182,106,158).

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

RGB channels and saturation

R 182 of 255 = 71%
G 106 of 255 = 42%
B 158 of 255 = 62%

182
106
158

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

Portions of RGB colors in percentages

R + G + B =
182 + 106 + 158 = 446 (100%)
R 182 of 446 ~ 40.81%
G 106 of 446 ~ 23.77%
B 158 of 446 ~ 35.43%

%40.81
%23.77
%35.43

CMYK color model

#B66A9E color CMYK value is (0,42,13,29).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,42,13,29)
C0M42Y13K29 
(0%,42%,13%,29%)
(0.00/0.42/0.13/0.29)	

CMYK percentages

%0
%41.76
%13.19
%28.63

Codes

Color #B66A9E in popluar color models

B66A9E
RGB182106158
HSL319°34.23%56.47%
HSB/HSV319°41.76%71.37%
CMYK0.00%41.76%13.19%
28.63%

Color #B66A9E in popluar number systems.

HEXB66A9E
Decimal182106158
Binary10110110110101010011110
Octal266152236

Shades and tints

Shades of #B66A9E

#B66A9E
(182,106,158)
#A66190
(166,97,144)
#965882
(150,88,130)
#864F74
(134,79,116)
#764666
(118,70,102)
#663D58
(102,61,88)
#56344A
(86,52,74)
#462B3C
(70,43,60)
#36222E
(54,34,46)
#261920
(38,25,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #B66A9E

#B66A9E
(182,106,158)
#BC77A6
(188,119,166)
#C284AE
(194,132,174)
#C891B6
(200,145,182)
#CE9EBE
(206,158,190)
#D4ABC6
(212,171,198)
#DAB8CE
(218,184,206)
#E0C5D6
(224,197,214)
#E6D2DE
(230,210,222)
#ECDFE6
(236,223,230)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66A9E; }

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

This text font color is #B66A9E.


Background Color

.myBgColor { background-color: #B66A9E; }

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

This div background color is #B66A9E.


Border color

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

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

This div border color is #B66A9E.


Opacity

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

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

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

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

This text has shadow with #B66A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66A9E on black background.


Color preview on white background

This text has color #B66A9E on white background.



Black color preview on #B66A9E background

This text has black color on #B66A9E background.


White color preview on #B66A9E background

This text has white color on #B66A9E background.