COLOR #A66C96

HEX: #A66C96
RGB: (166,108,150)

Color info

#A66C96 contains red, green and blue colors in about the same proportion. Web safe color of #A66C96 is #996699 (or #969).

RGB color model

#A66C96 color RGB value is (166,108,150).

  • red value is 166;
  • green value is 108;
  • blue value is 150.
RGB:
(166,108,150)
(65%,42%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 108 of 255 = 42%
B 150 of 255 = 59%

166
108
150

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

Portions of RGB colors in percentages

R + G + B =
166 + 108 + 150 = 424 (100%)
R 166 of 424 ~ 39.15%
G 108 of 424 ~ 25.47%
B 150 of 424 ~ 35.38%

%39.15
%25.47
%35.38

CMYK color model

#A66C96 color CMYK value is (0,35,10,35).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(0,35,10,35)
C0M35Y10K35 
(0%,35%,10%,35%)
(0.00/0.35/0.10/0.35)	

CMYK percentages

%0
%34.94
%9.64
%34.9

Codes

Color #A66C96 in popluar color models

A66C96
RGB166108150
HSL317°24.58%53.73%
HSB/HSV317°34.94%65.10%
CMYK0.00%34.94%9.64%
34.90%

Color #A66C96 in popluar number systems.

HEXA66C96
Decimal166108150
Binary10100110110110010010110
Octal246154226

Shades and tints

Shades of #A66C96

#A66C96
(166,108,150)
#976389
(151,99,137)
#885A7C
(136,90,124)
#79516F
(121,81,111)
#6A4862
(106,72,98)
#5B3F55
(91,63,85)
#4C3648
(76,54,72)
#3D2D3B
(61,45,59)
#2E242E
(46,36,46)
#1F1B21
(31,27,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A66C96

#A66C96
(166,108,150)
#AE799F
(174,121,159)
#B686A8
(182,134,168)
#BE93B1
(190,147,177)
#C6A0BA
(198,160,186)
#CEADC3
(206,173,195)
#D6BACC
(214,186,204)
#DEC7D5
(222,199,213)
#E6D4DE
(230,212,222)
#EEE1E7
(238,225,231)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66C96 color. Also use rgb(166,108,150) instead hex code.

Text Font Color

.myTextColor { color: #A66C96; }

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

This text font color is #A66C96.


Background Color

.myBgColor { background-color: #A66C96; }

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

This div background color is #A66C96.


Border color

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

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

This div border color is #A66C96.


Opacity

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

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

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

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

This text has shadow with #A66C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66C96 on black background.


Color preview on white background

This text has color #A66C96 on white background.



Black color preview on #A66C96 background

This text has black color on #A66C96 background.


White color preview on #A66C96 background

This text has white color on #A66C96 background.