COLOR #A66BB8

HEX: #A66BB8
RGB: (166,107,184)

Color info

#A66BB8 contains mainly red and blue colors. Web safe color of #A66BB8 is #9966CC (or #96C).

RGB color model

#A66BB8 color RGB value is (166,107,184).

  • red value is 166;
  • green value is 107;
  • blue value is 184.
RGB:
(166,107,184)
(65%,42%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 107 of 255 = 42%
B 184 of 255 = 72%

166
107
184

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

Portions of RGB colors in percentages

R + G + B =
166 + 107 + 184 = 457 (100%)
R 166 of 457 ~ 36.32%
G 107 of 457 ~ 23.41%
B 184 of 457 ~ 40.26%

%36.32
%23.41
%40.26

CMYK color model

#A66BB8 color CMYK value is (10,42,0,28).

  • cyan value is 9.78%
  • magenta value is 41.85%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,42,0,28)
C10M42Y0K28 
(10%,42%,0%,28%)
(0.10/0.42/0.00/0.28)	

CMYK percentages

%9.78
%41.85
%0
%27.84

Codes

Color #A66BB8 in popluar color models

A66BB8
RGB166107184
HSL286°35.16%57.06%
HSB/HSV286°41.85%72.16%
CMYK9.78%41.85%0.00%
27.84%

Color #A66BB8 in popluar number systems.

HEXA66BB8
Decimal166107184
Binary10100110110101110111000
Octal246153270

Shades and tints

Shades of #A66BB8

#A66BB8
(166,107,184)
#9762A8
(151,98,168)
#885998
(136,89,152)
#795088
(121,80,136)
#6A4778
(106,71,120)
#5B3E68
(91,62,104)
#4C3558
(76,53,88)
#3D2C48
(61,44,72)
#2E2338
(46,35,56)
#1F1A28
(31,26,40)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #A66BB8

#A66BB8
(166,107,184)
#AE78BE
(174,120,190)
#B685C4
(182,133,196)
#BE92CA
(190,146,202)
#C69FD0
(198,159,208)
#CEACD6
(206,172,214)
#D6B9DC
(214,185,220)
#DEC6E2
(222,198,226)
#E6D3E8
(230,211,232)
#EEE0EE
(238,224,238)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66BB8 color. Also use rgb(166,107,184) instead hex code.

Text Font Color

.myTextColor { color: #A66BB8; }

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

This text font color is #A66BB8.


Background Color

.myBgColor { background-color: #A66BB8; }

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

This div background color is #A66BB8.


Border color

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

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

This div border color is #A66BB8.


Opacity

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

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

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

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

This text has shadow with #A66BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66BB8 on black background.


Color preview on white background

This text has color #A66BB8 on white background.



Black color preview on #A66BB8 background

This text has black color on #A66BB8 background.


White color preview on #A66BB8 background

This text has white color on #A66BB8 background.