COLOR #A6AAC3

HEX: #A6AAC3
RGB: (166,170,195)

Color info

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

RGB color model

#A6AAC3 color RGB value is (166,170,195).

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

RGB channels and saturation

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

166
170
195

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

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 195 = 531 (100%)
R 166 of 531 ~ 31.26%
G 170 of 531 ~ 32.02%
B 195 of 531 ~ 36.72%

%31.26
%32.02
%36.72

CMYK color model

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

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

CMYK percentages

%14.87
%12.82
%0
%23.53

Codes

Color #A6AAC3 in popluar color models

A6AAC3
RGB166170195
HSL232°19.46%70.78%
HSB/HSV232°14.87%76.47%
CMYK14.87%12.82%0.00%
23.53%

Color #A6AAC3 in popluar number systems.

HEXA6AAC3
Decimal166170195
Binary101001101010101011000011
Octal246252303

Shades and tints

Shades of #A6AAC3

#A6AAC3
(166,170,195)
#979BB2
(151,155,178)
#888CA1
(136,140,161)
#797D90
(121,125,144)
#6A6E7F
(106,110,127)
#5B5F6E
(91,95,110)
#4C505D
(76,80,93)
#3D414C
(61,65,76)
#2E323B
(46,50,59)
#1F232A
(31,35,42)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #A6AAC3

#A6AAC3
(166,170,195)
#AEB1C8
(174,177,200)
#B6B8CD
(182,184,205)
#BEBFD2
(190,191,210)
#C6C6D7
(198,198,215)
#CECDDC
(206,205,220)
#D6D4E1
(214,212,225)
#DEDBE6
(222,219,230)
#E6E2EB
(230,226,235)
#EEE9F0
(238,233,240)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AAC3; }

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

This text font color is #A6AAC3.


Background Color

.myBgColor { background-color: #A6AAC3; }

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

This div background color is #A6AAC3.


Border color

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

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

This div border color is #A6AAC3.


Opacity

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

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

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

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

This text has shadow with #A6AAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AAC3 on black background.


Color preview on white background

This text has color #A6AAC3 on white background.



Black color preview on #A6AAC3 background

This text has black color on #A6AAC3 background.


White color preview on #A6AAC3 background

This text has white color on #A6AAC3 background.