COLOR #B966AE

HEX: #B966AE
RGB: (185,102,174)

Color info

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

RGB color model

#B966AE color RGB value is (185,102,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 102 of 255 = 40%
B 174 of 255 = 68%

185
102
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 102 + 174 = 461 (100%)
R 185 of 461 ~ 40.13%
G 102 of 461 ~ 22.13%
B 174 of 461 ~ 37.74%

%40.13
%22.13
%37.74

CMYK color model

#B966AE color CMYK value is (0,45,6,27).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,45,6,27)
C0M45Y6K27 
(0%,45%,6%,27%)
(0.00/0.45/0.06/0.27)	

CMYK percentages

%0
%44.86
%5.95
%27.45

Codes

Color #B966AE in popluar color models

B966AE
RGB185102174
HSL308°37.22%56.27%
HSB/HSV308°44.86%72.55%
CMYK0.00%44.86%5.95%
27.45%

Color #B966AE in popluar number systems.

HEXB966AE
Decimal185102174
Binary10111001110011010101110
Octal271146256

Shades and tints

Shades of #B966AE

#B966AE
(185,102,174)
#A95D9F
(169,93,159)
#995490
(153,84,144)
#894B81
(137,75,129)
#794272
(121,66,114)
#693963
(105,57,99)
#593054
(89,48,84)
#492745
(73,39,69)
#391E36
(57,30,54)
#291527
(41,21,39)
#190C18
(25,12,24)
#000000
(0,0,0)

Tints of #B966AE

#B966AE
(185,102,174)
#BF73B5
(191,115,181)
#C580BC
(197,128,188)
#CB8DC3
(203,141,195)
#D19ACA
(209,154,202)
#D7A7D1
(215,167,209)
#DDB4D8
(221,180,216)
#E3C1DF
(227,193,223)
#E9CEE6
(233,206,230)
#EFDBED
(239,219,237)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B966AE; }

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

This text font color is #B966AE.


Background Color

.myBgColor { background-color: #B966AE; }

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

This div background color is #B966AE.


Border color

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

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

This div border color is #B966AE.


Opacity

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

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

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

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

This text has shadow with #B966AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B966AE on black background.


Color preview on white background

This text has color #B966AE on white background.



Black color preview on #B966AE background

This text has black color on #B966AE background.


White color preview on #B966AE background

This text has white color on #B966AE background.