COLOR #A6ABB0

HEX: #A6ABB0
RGB: (166,171,176)

Color info

#A6ABB0 contains red, green and blue colors in about the same proportion. Web safe color of #A6ABB0 is #999999 (or #999).

RGB color model

#A6ABB0 color RGB value is (166,171,176).

  • red value is 166;
  • green value is 171;
  • blue value is 176.
RGB:
(166,171,176)
(65%,67%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 176 of 255 = 69%

166
171
176

R + G + B ~ 67%. #A6ABB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 176 = 513 (100%)
R 166 of 513 ~ 32.36%
G 171 of 513 ~ 33.33%
B 176 of 513 ~ 34.31%

%32.36
%33.33
%34.31

CMYK color model

#A6ABB0 color CMYK value is (6,3,0,31).

  • cyan value is 5.68%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(6,3,0,31)
C6M3Y0K31 
(6%,3%,0%,31%)
(0.06/0.03/0.00/0.31)	

CMYK percentages

%5.68
%2.84
%0
%30.98

Codes

Color #A6ABB0 in popluar color models

A6ABB0
RGB166171176
HSL210°5.95%67.06%
HSB/HSV210°5.68%69.02%
CMYK5.68%2.84%0.00%
30.98%

Color #A6ABB0 in popluar number systems.

HEXA6ABB0
Decimal166171176
Binary101001101010101110110000
Octal246253260

Shades and tints

Shades of #A6ABB0

#A6ABB0
(166,171,176)
#979CA0
(151,156,160)
#888D90
(136,141,144)
#797E80
(121,126,128)
#6A6F70
(106,111,112)
#5B6060
(91,96,96)
#4C5150
(76,81,80)
#3D4240
(61,66,64)
#2E3330
(46,51,48)
#1F2420
(31,36,32)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #A6ABB0

#A6ABB0
(166,171,176)
#AEB2B7
(174,178,183)
#B6B9BE
(182,185,190)
#BEC0C5
(190,192,197)
#C6C7CC
(198,199,204)
#CECED3
(206,206,211)
#D6D5DA
(214,213,218)
#DEDCE1
(222,220,225)
#E6E3E8
(230,227,232)
#EEEAEF
(238,234,239)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6ABB0 color. Also use rgb(166,171,176) instead hex code.

Text Font Color

.myTextColor { color: #A6ABB0; }

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

This text font color is #A6ABB0.


Background Color

.myBgColor { background-color: #A6ABB0; }

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

This div background color is #A6ABB0.


Border color

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

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

This div border color is #A6ABB0.


Opacity

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

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

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

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

This text has shadow with #A6ABB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ABB0 on black background.


Color preview on white background

This text has color #A6ABB0 on white background.



Black color preview on #A6ABB0 background

This text has black color on #A6ABB0 background.


White color preview on #A6ABB0 background

This text has white color on #A6ABB0 background.