COLOR #A6ACC6

HEX: #A6ACC6 RGB: (166,172,198)

Color info

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

RGB color model

#A6ACC6 color RGB value is (166,172,198).

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

RGB channels and saturation

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

166
172
198

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

Portions of RGB colors in percentages

R + G + B = 166 + 172 + 198 = 536 (100%)
R 166 of 536 ~ 30.97%
G 172 of 536 ~ 32.09%
B 198 of 536 ~ 36.94'%

%30.97
%32.09
%36.94

CMYK color model

#A6ACC6 color CMYK value is (16,13,0,22).

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

CMYK: (16,13,0,22)
C16M13Y0K22 (16%, 13%, 0%, 22%)
(0.16 / 0.13 / 0.00 / 0.22)

CMYK percentages

%16.16
%13.13
%0
%22.35

Codes

Color #A6ACC6 in popluar color models

A6 AC C6
RGB 166 172 198
HSL 229° 21.92% 71.37%
HSB/HSV 229° 16.16% 77.65%
CMYK 16.16% 13.13% 0.00%
22.35%

Color #A6ACC6 in popluar number systems.

HEX A6 AC C6
Decimal 166 172 198
Binary 10100110 10101100 11000110
Octal 246 254 306

Shades and tints

Shades of #A6ACC6

#A6ACC6
(166,172,198)
#979DB4
(151,157,180)
#888EA2
(136,142,162)
#797F90
(121,127,144)
#6A707E
(106,112,126)
#5B616C
(91,97,108)
#4C525A
(76,82,90)
#3D4348
(61,67,72)
#2E3436
(46,52,54)
#1F2524
(31,37,36)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #A6ACC6

#A6ACC6
(166,172,198)
#AEB3CB
(174,179,203)
#B6BAD0
(182,186,208)
#BEC1D5
(190,193,213)
#C6C8DA
(198,200,218)
#CECFDF
(206,207,223)
#D6D6E4
(214,214,228)
#DEDDE9
(222,221,233)
#E6E4EE
(230,228,238)
#EEEBF3
(238,235,243)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACC6; }

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

This text font color is #A6ACC6.

Background Color

.myBgColor { background-color: #A6ACC6; }

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

This div background color is #A6ACC6.

Border color

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

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

This div border color is #A6ACC6.

Opacity

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

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

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

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

This text has shadow with #A6ACC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ACC6.

Preview

Color preview on black background

This text has color #A6ACC6 on black background.


Color preview on white background

This text has color #A6ACC6 on white background.


Black color preview on #A6ACC6 background

This text has black color on #A6ACC6 background.


White color preview on #A6ACC6 background

This text has white color on #A6ACC6 background.


Related colors

Complementary color

Complementary color for #hex is #595339.


I love getcolorcode.com

Triadic colors

1 #C6A6AC and #ACC6A6 with #A6ACC6 are triadic colors.

2 #C6ACA6 and #ACA6C6 with #A6ACC6 are triadic colors.