COLOR #B966AA

HEX: #B966AA
RGB: (185,102,170)

Color info

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

RGB color model

#B966AA color RGB value is (185,102,170).

  • red value is 185;
  • green value is 102;
  • blue value is 170.
RGB:
(185,102,170)
(73%,40%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 102 of 255 = 40%
B 170 of 255 = 67%

185
102
170

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

Portions of RGB colors in percentages

R + G + B =
185 + 102 + 170 = 457 (100%)
R 185 of 457 ~ 40.48%
G 102 of 457 ~ 22.32%
B 170 of 457 ~ 37.2%

%40.48
%22.32
%37.2

CMYK color model

#B966AA color CMYK value is (0,45,8,27).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 8.11%
  • key color value is 27.45%
CMYK:
(0,45,8,27)
C0M45Y8K27 
(0%,45%,8%,27%)
(0.00/0.45/0.08/0.27)	

CMYK percentages

%0
%44.86
%8.11
%27.45

Codes

Color #B966AA in popluar color models

B966AA
RGB185102170
HSL311°37.22%56.27%
HSB/HSV311°44.86%72.55%
CMYK0.00%44.86%8.11%
27.45%

Color #B966AA in popluar number systems.

HEXB966AA
Decimal185102170
Binary10111001110011010101010
Octal271146252

Shades and tints

Shades of #B966AA

#B966AA
(185,102,170)
#A95D9B
(169,93,155)
#99548C
(153,84,140)
#894B7D
(137,75,125)
#79426E
(121,66,110)
#69395F
(105,57,95)
#593050
(89,48,80)
#492741
(73,39,65)
#391E32
(57,30,50)
#291523
(41,21,35)
#190C14
(25,12,20)
#000000
(0,0,0)

Tints of #B966AA

#B966AA
(185,102,170)
#BF73B1
(191,115,177)
#C580B8
(197,128,184)
#CB8DBF
(203,141,191)
#D19AC6
(209,154,198)
#D7A7CD
(215,167,205)
#DDB4D4
(221,180,212)
#E3C1DB
(227,193,219)
#E9CEE2
(233,206,226)
#EFDBE9
(239,219,233)
#F5E8F0
(245,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B966AA color. Also use rgb(185,102,170) instead hex code.

Text Font Color

.myTextColor { color: #B966AA; }

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

This text font color is #B966AA.


Background Color

.myBgColor { background-color: #B966AA; }

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

This div background color is #B966AA.


Border color

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

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

This div border color is #B966AA.


Opacity

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

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

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

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

This text has shadow with #B966AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B966AA on black background.


Color preview on white background

This text has color #B966AA on white background.



Black color preview on #B966AA background

This text has black color on #B966AA background.


White color preview on #B966AA background

This text has white color on #B966AA background.