COLOR #A6A6C8

HEX: #A6A6C8
RGB: (166,166,200)

Color info

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

RGB color model

#A6A6C8 color RGB value is (166,166,200).

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

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 200 of 255 = 78%

166
166
200

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

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 200 = 532 (100%)
R 166 of 532 ~ 31.2%
G 166 of 532 ~ 31.2%
B 200 of 532 ~ 37.59%

%31.2
%31.2
%37.59

CMYK color model

#A6A6C8 color CMYK value is (17,17,0,22).

  • cyan value is 17.00%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(17,17,0,22)
C17M17Y0K22 
(17%,17%,0%,22%)
(0.17/0.17/0.00/0.22)	

CMYK percentages

%17
%17
%0
%21.57

Codes

Color #A6A6C8 in popluar color models

A6A6C8
RGB166166200
HSL240°23.61%71.76%
HSB/HSV240°17.00%78.43%
CMYK17.00%17.00%0.00%
21.57%

Color #A6A6C8 in popluar number systems.

HEXA6A6C8
Decimal166166200
Binary101001101010011011001000
Octal246246310

Shades and tints

Shades of #A6A6C8

#A6A6C8
(166,166,200)
#9797B6
(151,151,182)
#8888A4
(136,136,164)
#797992
(121,121,146)
#6A6A80
(106,106,128)
#5B5B6E
(91,91,110)
#4C4C5C
(76,76,92)
#3D3D4A
(61,61,74)
#2E2E38
(46,46,56)
#1F1F26
(31,31,38)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A6A6C8

#A6A6C8
(166,166,200)
#AEAECD
(174,174,205)
#B6B6D2
(182,182,210)
#BEBED7
(190,190,215)
#C6C6DC
(198,198,220)
#CECEE1
(206,206,225)
#D6D6E6
(214,214,230)
#DEDEEB
(222,222,235)
#E6E6F0
(230,230,240)
#EEEEF5
(238,238,245)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A6C8; }

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

This text font color is #A6A6C8.


Background Color

.myBgColor { background-color: #A6A6C8; }

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

This div background color is #A6A6C8.


Border color

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

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

This div border color is #A6A6C8.


Opacity

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

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

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

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

This text has shadow with #A6A6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A6C8 on black background.


Color preview on white background

This text has color #A6A6C8 on white background.



Black color preview on #A6A6C8 background

This text has black color on #A6A6C8 background.


White color preview on #A6A6C8 background

This text has white color on #A6A6C8 background.