COLOR #A66D8B

HEX: #A66D8B
RGB: (166,109,139)

Color info

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

RGB color model

#A66D8B color RGB value is (166,109,139).

  • red value is 166;
  • green value is 109;
  • blue value is 139.
RGB:
(166,109,139)
(65%,43%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 109 of 255 = 43%
B 139 of 255 = 55%

166
109
139

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

Portions of RGB colors in percentages

R + G + B =
166 + 109 + 139 = 414 (100%)
R 166 of 414 ~ 40.1%
G 109 of 414 ~ 26.33%
B 139 of 414 ~ 33.57%

%40.1
%26.33
%33.57

CMYK color model

#A66D8B color CMYK value is (0,34,16,35).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 16.27%
  • key color value is 34.90%
CMYK:
(0,34,16,35)
C0M34Y16K35 
(0%,34%,16%,35%)
(0.00/0.34/0.16/0.35)	

CMYK percentages

%0
%34.34
%16.27
%34.9

Codes

Color #A66D8B in popluar color models

A66D8B
RGB166109139
HSL328°24.26%53.92%
HSB/HSV328°34.34%65.10%
CMYK0.00%34.34%16.27%
34.90%

Color #A66D8B in popluar number systems.

HEXA66D8B
Decimal166109139
Binary10100110110110110001011
Octal246155213

Shades and tints

Shades of #A66D8B

#A66D8B
(166,109,139)
#97647F
(151,100,127)
#885B73
(136,91,115)
#795267
(121,82,103)
#6A495B
(106,73,91)
#5B404F
(91,64,79)
#4C3743
(76,55,67)
#3D2E37
(61,46,55)
#2E252B
(46,37,43)
#1F1C1F
(31,28,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A66D8B

#A66D8B
(166,109,139)
#AE7A95
(174,122,149)
#B6879F
(182,135,159)
#BE94A9
(190,148,169)
#C6A1B3
(198,161,179)
#CEAEBD
(206,174,189)
#D6BBC7
(214,187,199)
#DEC8D1
(222,200,209)
#E6D5DB
(230,213,219)
#EEE2E5
(238,226,229)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66D8B color. Also use rgb(166,109,139) instead hex code.

Text Font Color

.myTextColor { color: #A66D8B; }

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

This text font color is #A66D8B.


Background Color

.myBgColor { background-color: #A66D8B; }

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

This div background color is #A66D8B.


Border color

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

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

This div border color is #A66D8B.


Opacity

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

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

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

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

This text has shadow with #A66D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66D8B on black background.


Color preview on white background

This text has color #A66D8B on white background.



Black color preview on #A66D8B background

This text has black color on #A66D8B background.


White color preview on #A66D8B background

This text has white color on #A66D8B background.