COLOR #A6AABB

HEX: #A6AABB
RGB: (166,170,187)

Color info

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

RGB color model

#A6AABB color RGB value is (166,170,187).

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

RGB channels and saturation

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

166
170
187

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

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 187 = 523 (100%)
R 166 of 523 ~ 31.74%
G 170 of 523 ~ 32.5%
B 187 of 523 ~ 35.76%

%31.74
%32.5
%35.76

CMYK color model

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

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

CMYK percentages

%11.23
%9.09
%0
%26.67

Codes

Color #A6AABB in popluar color models

A6AABB
RGB166170187
HSL229°13.38%69.22%
HSB/HSV229°11.23%73.33%
CMYK11.23%9.09%0.00%
26.67%

Color #A6AABB in popluar number systems.

HEXA6AABB
Decimal166170187
Binary101001101010101010111011
Octal246252273

Shades and tints

Shades of #A6AABB

#A6AABB
(166,170,187)
#979BAA
(151,155,170)
#888C99
(136,140,153)
#797D88
(121,125,136)
#6A6E77
(106,110,119)
#5B5F66
(91,95,102)
#4C5055
(76,80,85)
#3D4144
(61,65,68)
#2E3233
(46,50,51)
#1F2322
(31,35,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6AABB

#A6AABB
(166,170,187)
#AEB1C1
(174,177,193)
#B6B8C7
(182,184,199)
#BEBFCD
(190,191,205)
#C6C6D3
(198,198,211)
#CECDD9
(206,205,217)
#D6D4DF
(214,212,223)
#DEDBE5
(222,219,229)
#E6E2EB
(230,226,235)
#EEE9F1
(238,233,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AABB; }

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

This text font color is #A6AABB.


Background Color

.myBgColor { background-color: #A6AABB; }

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

This div background color is #A6AABB.


Border color

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

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

This div border color is #A6AABB.


Opacity

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

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

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

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

This text has shadow with #A6AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AABB on black background.


Color preview on white background

This text has color #A6AABB on white background.



Black color preview on #A6AABB background

This text has black color on #A6AABB background.


White color preview on #A6AABB background

This text has white color on #A6AABB background.