COLOR #9866A6

HEX: #9866A6
RGB: (152,102,166)

Color info

#9866A6 contains mainly red and blue colors. Web safe color of #9866A6 is #996699 (or #969).

RGB color model

#9866A6 color RGB value is (152,102,166).

  • red value is 152;
  • green value is 102;
  • blue value is 166.
RGB:
(152,102,166)
(60%,40%,65%)

RGB channels and saturation

R 152 of 255 = 60%
G 102 of 255 = 40%
B 166 of 255 = 65%

152
102
166

R + G + B ~ 55%. #9866A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 102 + 166 = 420 (100%)
R 152 of 420 ~ 36.19%
G 102 of 420 ~ 24.29%
B 166 of 420 ~ 39.52%

%36.19
%24.29
%39.52

CMYK color model

#9866A6 color CMYK value is (8,39,0,35).

  • cyan value is 8.43%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,39,0,35)
C8M39Y0K35 
(8%,39%,0%,35%)
(0.08/0.39/0.00/0.35)	

CMYK percentages

%8.43
%38.55
%0
%34.9

Codes

Color #9866A6 in popluar color models

9866A6
RGB152102166
HSL287°26.45%52.55%
HSB/HSV287°38.55%65.10%
CMYK8.43%38.55%0.00%
34.90%

Color #9866A6 in popluar number systems.

HEX9866A6
Decimal152102166
Binary10011000110011010100110
Octal230146246

Shades and tints

Shades of #9866A6

#9866A6
(152,102,166)
#8B5D97
(139,93,151)
#7E5488
(126,84,136)
#714B79
(113,75,121)
#64426A
(100,66,106)
#57395B
(87,57,91)
#4A304C
(74,48,76)
#3D273D
(61,39,61)
#301E2E
(48,30,46)
#23151F
(35,21,31)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #9866A6

#9866A6
(152,102,166)
#A173AE
(161,115,174)
#AA80B6
(170,128,182)
#B38DBE
(179,141,190)
#BC9AC6
(188,154,198)
#C5A7CE
(197,167,206)
#CEB4D6
(206,180,214)
#D7C1DE
(215,193,222)
#E0CEE6
(224,206,230)
#E9DBEE
(233,219,238)
#F2E8F6
(242,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9866A6 color. Also use rgb(152,102,166) instead hex code.

Text Font Color

.myTextColor { color: #9866A6; }

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

This text font color is #9866A6.


Background Color

.myBgColor { background-color: #9866A6; }

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

This div background color is #9866A6.


Border color

.myBorderColor { border: 1px solid #9866A6; }

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

This div border color is #9866A6.


Opacity

.myOpacity80 { color: #9866A6; opacity: 0.8; }

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

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

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

This text has shadow with #9866A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9866A6 on black background.


Color preview on white background

This text has color #9866A6 on white background.



Black color preview on #9866A6 background

This text has black color on #9866A6 background.


White color preview on #9866A6 background

This text has white color on #9866A6 background.