COLOR #A6A4CF

HEX: #A6A4CF
RGB: (166,164,207)

Color info

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

RGB color model

#A6A4CF color RGB value is (166,164,207).

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

RGB channels and saturation

R 166 of 255 = 65%
G 164 of 255 = 64%
B 207 of 255 = 81%

166
164
207

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

Portions of RGB colors in percentages

R + G + B =
166 + 164 + 207 = 537 (100%)
R 166 of 537 ~ 30.91%
G 164 of 537 ~ 30.54%
B 207 of 537 ~ 38.55%

%30.91
%30.54
%38.55

CMYK color model

#A6A4CF color CMYK value is (20,21,0,19).

  • cyan value is 19.81%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,21,0,19)
C20M21Y0K19 
(20%,21%,0%,19%)
(0.20/0.21/0.00/0.19)	

CMYK percentages

%19.81
%20.77
%0
%18.82

Codes

Color #A6A4CF in popluar color models

A6A4CF
RGB166164207
HSL243°30.94%72.75%
HSB/HSV243°20.77%81.18%
CMYK19.81%20.77%0.00%
18.82%

Color #A6A4CF in popluar number systems.

HEXA6A4CF
Decimal166164207
Binary101001101010010011001111
Octal246244317

Shades and tints

Shades of #A6A4CF

#A6A4CF
(166,164,207)
#9796BD
(151,150,189)
#8888AB
(136,136,171)
#797A99
(121,122,153)
#6A6C87
(106,108,135)
#5B5E75
(91,94,117)
#4C5063
(76,80,99)
#3D4251
(61,66,81)
#2E343F
(46,52,63)
#1F262D
(31,38,45)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #A6A4CF

#A6A4CF
(166,164,207)
#AEACD3
(174,172,211)
#B6B4D7
(182,180,215)
#BEBCDB
(190,188,219)
#C6C4DF
(198,196,223)
#CECCE3
(206,204,227)
#D6D4E7
(214,212,231)
#DEDCEB
(222,220,235)
#E6E4EF
(230,228,239)
#EEECF3
(238,236,243)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A4CF; }

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

This text font color is #A6A4CF.


Background Color

.myBgColor { background-color: #A6A4CF; }

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

This div background color is #A6A4CF.


Border color

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

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

This div border color is #A6A4CF.


Opacity

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

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

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

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

This text has shadow with #A6A4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A4CF on black background.


Color preview on white background

This text has color #A6A4CF on white background.



Black color preview on #A6A4CF background

This text has black color on #A6A4CF background.


White color preview on #A6A4CF background

This text has white color on #A6A4CF background.