COLOR #A6A0CF

HEX: #A6A0CF
RGB: (166,160,207)

Color info

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

RGB color model

#A6A0CF color RGB value is (166,160,207).

  • red value is 166;
  • green value is 160;
  • blue value is 207.
RGB:
(166,160,207)
(65%,63%,81%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 207 of 255 = 81%

166
160
207

R + G + B ~ 70%. #A6A0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 207 = 533 (100%)
R 166 of 533 ~ 31.14%
G 160 of 533 ~ 30.02%
B 207 of 533 ~ 38.84%

%31.14
%30.02
%38.84

CMYK color model

#A6A0CF color CMYK value is (20,23,0,19).

  • cyan value is 19.81%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,23,0,19)
C20M23Y0K19 
(20%,23%,0%,19%)
(0.20/0.23/0.00/0.19)	

CMYK percentages

%19.81
%22.71
%0
%18.82

Codes

Color #A6A0CF in popluar color models

A6A0CF
RGB166160207
HSL248°32.87%71.96%
HSB/HSV248°22.71%81.18%
CMYK19.81%22.71%0.00%
18.82%

Color #A6A0CF in popluar number systems.

HEXA6A0CF
Decimal166160207
Binary101001101010000011001111
Octal246240317

Shades and tints

Shades of #A6A0CF

#A6A0CF
(166,160,207)
#9792BD
(151,146,189)
#8884AB
(136,132,171)
#797699
(121,118,153)
#6A6887
(106,104,135)
#5B5A75
(91,90,117)
#4C4C63
(76,76,99)
#3D3E51
(61,62,81)
#2E303F
(46,48,63)
#1F222D
(31,34,45)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #A6A0CF

#A6A0CF
(166,160,207)
#AEA8D3
(174,168,211)
#B6B0D7
(182,176,215)
#BEB8DB
(190,184,219)
#C6C0DF
(198,192,223)
#CEC8E3
(206,200,227)
#D6D0E7
(214,208,231)
#DED8EB
(222,216,235)
#E6E0EF
(230,224,239)
#EEE8F3
(238,232,243)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A0CF; }

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

This text font color is #A6A0CF.


Background Color

.myBgColor { background-color: #A6A0CF; }

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

This div background color is #A6A0CF.


Border color

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

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

This div border color is #A6A0CF.


Opacity

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

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

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

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

This text has shadow with #A6A0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A0CF on black background.


Color preview on white background

This text has color #A6A0CF on white background.



Black color preview on #A6A0CF background

This text has black color on #A6A0CF background.


White color preview on #A6A0CF background

This text has white color on #A6A0CF background.