COLOR #A6AAC6

HEX: #A6AAC6 RGB: (166,170,198)

Color info

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

RGB color model

#A6AAC6 color RGB value is (166,170,198).

RGB: (166,170,198) (65%, 67%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 170 of 255 = 67%
B 198 of 255 = 78%

166
170
198

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

Portions of RGB colors in percentages

R + G + B = 166 + 170 + 198 = 534 (100%)
R 166 of 534 ~ 31.09%
G 170 of 534 ~ 31.84%
B 198 of 534 ~ 37.08'%

%31.09
%31.84
%37.08

CMYK color model

#A6AAC6 color CMYK value is (16,14,0,22).

  • cyan value is 16.16%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (16,14,0,22)
C16M14Y0K22 (16%, 14%, 0%, 22%)
(0.16 / 0.14 / 0.00 / 0.22)

CMYK percentages

%16.16
%14.14
%0
%22.35

Codes

Color #A6AAC6 in popluar color models

A6 AA C6
RGB 166 170 198
HSL 233° 21.92% 71.37%
HSB/HSV 233° 16.16% 77.65%
CMYK 16.16% 14.14% 0.00%
22.35%

Color #A6AAC6 in popluar number systems.

HEX A6 AA C6
Decimal 166 170 198
Binary 10100110 10101010 11000110
Octal 246 252 306

Shades and tints

Shades of #A6AAC6

#A6AAC6
(166,170,198)
#979BB4
(151,155,180)
#888CA2
(136,140,162)
#797D90
(121,125,144)
#6A6E7E
(106,110,126)
#5B5F6C
(91,95,108)
#4C505A
(76,80,90)
#3D4148
(61,65,72)
#2E3236
(46,50,54)
#1F2324
(31,35,36)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #A6AAC6

#A6AAC6
(166,170,198)
#AEB1CB
(174,177,203)
#B6B8D0
(182,184,208)
#BEBFD5
(190,191,213)
#C6C6DA
(198,198,218)
#CECDDF
(206,205,223)
#D6D4E4
(214,212,228)
#DEDBE9
(222,219,233)
#E6E2EE
(230,226,238)
#EEE9F3
(238,233,243)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AAC6; }

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

This text font color is #A6AAC6.

Background Color

.myBgColor { background-color: #A6AAC6; }

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

This div background color is #A6AAC6.

Border color

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

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

This div border color is #A6AAC6.

Opacity

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

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

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

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

This text has shadow with #A6AAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AAC6.

Preview

Color preview on black background

This text has color #A6AAC6 on black background.


Color preview on white background

This text has color #A6AAC6 on white background.


Black color preview on #A6AAC6 background

This text has black color on #A6AAC6 background.


White color preview on #A6AAC6 background

This text has white color on #A6AAC6 background.


Related colors

Complementary color

Complementary color for #hex is #595539.


I love getcolorcode.com

Triadic colors

1 #C6A6AA and #AAC6A6 with #A6AAC6 are triadic colors.

2 #C6AAA6 and #AAA6C6 with #A6AAC6 are triadic colors.