COLOR #A6AABA

HEX: #A6AABA
RGB: (166,170,186)

Color info

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

RGB color model

#A6AABA color RGB value is (166,170,186).

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

RGB channels and saturation

R 166 of 255 = 65%
G 170 of 255 = 67%
B 186 of 255 = 73%

166
170
186

R + G + B ~ 68%. #A6AABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 186 = 522 (100%)
R 166 of 522 ~ 31.8%
G 170 of 522 ~ 32.57%
B 186 of 522 ~ 35.63%

%31.8
%32.57
%35.63

CMYK color model

#A6AABA color CMYK value is (11,9,0,27).

  • cyan value is 10.75%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,9,0,27)
C11M9Y0K27 
(11%,9%,0%,27%)
(0.11/0.09/0.00/0.27)	

CMYK percentages

%10.75
%8.6
%0
%27.06

Codes

Color #A6AABA in popluar color models

A6AABA
RGB166170186
HSL228°12.66%69.02%
HSB/HSV228°10.75%72.94%
CMYK10.75%8.60%0.00%
27.06%

Color #A6AABA in popluar number systems.

HEXA6AABA
Decimal166170186
Binary101001101010101010111010
Octal246252272

Shades and tints

Shades of #A6AABA

#A6AABA
(166,170,186)
#979BAA
(151,155,170)
#888C9A
(136,140,154)
#797D8A
(121,125,138)
#6A6E7A
(106,110,122)
#5B5F6A
(91,95,106)
#4C505A
(76,80,90)
#3D414A
(61,65,74)
#2E323A
(46,50,58)
#1F232A
(31,35,42)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #A6AABA

#A6AABA
(166,170,186)
#AEB1C0
(174,177,192)
#B6B8C6
(182,184,198)
#BEBFCC
(190,191,204)
#C6C6D2
(198,198,210)
#CECDD8
(206,205,216)
#D6D4DE
(214,212,222)
#DEDBE4
(222,219,228)
#E6E2EA
(230,226,234)
#EEE9F0
(238,233,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AABA; }

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

This text font color is #A6AABA.


Background Color

.myBgColor { background-color: #A6AABA; }

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

This div background color is #A6AABA.


Border color

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

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

This div border color is #A6AABA.


Opacity

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

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

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

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

This text has shadow with #A6AABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AABA on black background.


Color preview on white background

This text has color #A6AABA on white background.



Black color preview on #A6AABA background

This text has black color on #A6AABA background.


White color preview on #A6AABA background

This text has white color on #A6AABA background.