COLOR #A6A6DC

HEX: #A6A6DC RGB: (166,166,220)

Color info

#A6A6DC contains red, green and blue colors in about the same proportion. Web safe color of #A6A6DC is #9999CC (or #99C).

RGB color model

#A6A6DC color RGB value is (166,166,220).

RGB: (166,166,220) (65%, 65%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 220 of 255 = 86%

166
166
220

R + G + B ~ 72%. #A6A6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 166 + 220 = 552 (100%)
R 166 of 552 ~ 30.07%
G 166 of 552 ~ 30.07%
B 220 of 552 ~ 39.86'%

%30.07
%30.07
%39.86

CMYK color model

#A6A6DC color CMYK value is (25,25,0,14).

  • cyan value is 24.55%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,25,0,14)
C25M25Y0K14 (25%, 25%, 0%, 14%)
(0.25 / 0.25 / 0.00 / 0.14)

CMYK percentages

%24.55
%24.55
%0
%13.73

Codes

Color #A6A6DC in popluar color models

A6 A6 DC
RGB 166 166 220
HSL 240° 43.55% 75.69%
HSB/HSV 240° 24.55% 86.27%
CMYK 24.55% 24.55% 0.00%
13.73%

Color #A6A6DC in popluar number systems.

HEX A6 A6 DC
Decimal 166 166 220
Binary 10100110 10100110 11011100
Octal 246 246 334

Shades and tints

Shades of #A6A6DC

#A6A6DC
(166,166,220)
#9797C8
(151,151,200)
#8888B4
(136,136,180)
#7979A0
(121,121,160)
#6A6A8C
(106,106,140)
#5B5B78
(91,91,120)
#4C4C64
(76,76,100)
#3D3D50
(61,61,80)
#2E2E3C
(46,46,60)
#1F1F28
(31,31,40)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A6A6DC

#A6A6DC
(166,166,220)
#AEAEDF
(174,174,223)
#B6B6E2
(182,182,226)
#BEBEE5
(190,190,229)
#C6C6E8
(198,198,232)
#CECEEB
(206,206,235)
#D6D6EE
(214,214,238)
#DEDEF1
(222,222,241)
#E6E6F4
(230,230,244)
#EEEEF7
(238,238,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A6DC; }

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

This text font color is #A6A6DC.

Background Color

.myBgColor { background-color: #A6A6DC; }

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

This div background color is #A6A6DC.

Border color

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

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

This div border color is #A6A6DC.

Opacity

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

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

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

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

This text has shadow with #A6A6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A6DC.

Preview

Color preview on black background

This text has color #A6A6DC on black background.


Color preview on white background

This text has color #A6A6DC on white background.


Black color preview on #A6A6DC background

This text has black color on #A6A6DC background.


White color preview on #A6A6DC background

This text has white color on #A6A6DC background.


Related colors

Complementary color

Complementary color for #hex is #595923.


I love getcolorcode.com