COLOR #A6A6C3

HEX: #A6A6C3
RGB: (166,166,195)

Color info

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

RGB color model

#A6A6C3 color RGB value is (166,166,195).

  • red value is 166;
  • green value is 166;
  • blue value is 195.
RGB:
(166,166,195)
(65%,65%,76%)

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 195 of 255 = 76%

166
166
195

R + G + B ~ 69%. #A6A6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 195 = 527 (100%)
R 166 of 527 ~ 31.5%
G 166 of 527 ~ 31.5%
B 195 of 527 ~ 37%

%31.5
%31.5
%37

CMYK color model

#A6A6C3 color CMYK value is (15,15,0,24).

  • cyan value is 14.87%
  • magenta value is 14.87%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(15,15,0,24)
C15M15Y0K24 
(15%,15%,0%,24%)
(0.15/0.15/0.00/0.24)	

CMYK percentages

%14.87
%14.87
%0
%23.53

Codes

Color #A6A6C3 in popluar color models

A6A6C3
RGB166166195
HSL240°19.46%70.78%
HSB/HSV240°14.87%76.47%
CMYK14.87%14.87%0.00%
23.53%

Color #A6A6C3 in popluar number systems.

HEXA6A6C3
Decimal166166195
Binary101001101010011011000011
Octal246246303

Shades and tints

Shades of #A6A6C3

#A6A6C3
(166,166,195)
#9797B2
(151,151,178)
#8888A1
(136,136,161)
#797990
(121,121,144)
#6A6A7F
(106,106,127)
#5B5B6E
(91,91,110)
#4C4C5D
(76,76,93)
#3D3D4C
(61,61,76)
#2E2E3B
(46,46,59)
#1F1F2A
(31,31,42)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #A6A6C3

#A6A6C3
(166,166,195)
#AEAEC8
(174,174,200)
#B6B6CD
(182,182,205)
#BEBED2
(190,190,210)
#C6C6D7
(198,198,215)
#CECEDC
(206,206,220)
#D6D6E1
(214,214,225)
#DEDEE6
(222,222,230)
#E6E6EB
(230,230,235)
#EEEEF0
(238,238,240)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A6C3; }

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

This text font color is #A6A6C3.


Background Color

.myBgColor { background-color: #A6A6C3; }

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

This div background color is #A6A6C3.


Border color

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

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

This div border color is #A6A6C3.


Opacity

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

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

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

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

This text has shadow with #A6A6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A6C3 on black background.


Color preview on white background

This text has color #A6A6C3 on white background.



Black color preview on #A6A6C3 background

This text has black color on #A6A6C3 background.


White color preview on #A6A6C3 background

This text has white color on #A6A6C3 background.