COLOR #B664A6

HEX: #B664A6
RGB: (182,100,166)

Color info

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

RGB color model

#B664A6 color RGB value is (182,100,166).

  • red value is 182;
  • green value is 100;
  • blue value is 166.
RGB:
(182,100,166)
(71%,39%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 100 of 255 = 39%
B 166 of 255 = 65%

182
100
166

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

Portions of RGB colors in percentages

R + G + B =
182 + 100 + 166 = 448 (100%)
R 182 of 448 ~ 40.63%
G 100 of 448 ~ 22.32%
B 166 of 448 ~ 37.05%

%40.63
%22.32
%37.05

CMYK color model

#B664A6 color CMYK value is (0,45,9,29).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 8.79%
  • key color value is 28.63%
CMYK:
(0,45,9,29)
C0M45Y9K29 
(0%,45%,9%,29%)
(0.00/0.45/0.09/0.29)	

CMYK percentages

%0
%45.05
%8.79
%28.63

Codes

Color #B664A6 in popluar color models

B664A6
RGB182100166
HSL312°35.96%55.29%
HSB/HSV312°45.05%71.37%
CMYK0.00%45.05%8.79%
28.63%

Color #B664A6 in popluar number systems.

HEXB664A6
Decimal182100166
Binary10110110110010010100110
Octal266144246

Shades and tints

Shades of #B664A6

#B664A6
(182,100,166)
#A65B97
(166,91,151)
#965288
(150,82,136)
#864979
(134,73,121)
#76406A
(118,64,106)
#66375B
(102,55,91)
#562E4C
(86,46,76)
#46253D
(70,37,61)
#361C2E
(54,28,46)
#26131F
(38,19,31)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #B664A6

#B664A6
(182,100,166)
#BC72AE
(188,114,174)
#C280B6
(194,128,182)
#C88EBE
(200,142,190)
#CE9CC6
(206,156,198)
#D4AACE
(212,170,206)
#DAB8D6
(218,184,214)
#E0C6DE
(224,198,222)
#E6D4E6
(230,212,230)
#ECE2EE
(236,226,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B664A6 color. Also use rgb(182,100,166) instead hex code.

Text Font Color

.myTextColor { color: #B664A6; }

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

This text font color is #B664A6.


Background Color

.myBgColor { background-color: #B664A6; }

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

This div background color is #B664A6.


Border color

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

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

This div border color is #B664A6.


Opacity

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

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

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

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

This text has shadow with #B664A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B664A6 on black background.


Color preview on white background

This text has color #B664A6 on white background.



Black color preview on #B664A6 background

This text has black color on #B664A6 background.


White color preview on #B664A6 background

This text has white color on #B664A6 background.