COLOR #A6BAA9

HEX: #A6BAA9
RGB: (166,186,169)

Color info

#A6BAA9 contains red, green and blue colors in about the same proportion. Web safe color of #A6BAA9 is #99CC99 (or #9C9).

RGB color model

#A6BAA9 color RGB value is (166,186,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 169 of 255 = 66%

166
186
169

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 169 = 521 (100%)
R 166 of 521 ~ 31.86%
G 186 of 521 ~ 35.7%
B 169 of 521 ~ 32.44%

%31.86
%35.7
%32.44

CMYK color model

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

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

CMYK percentages

%10.75
%0
%9.14
%27.06

Codes

Color #A6BAA9 in popluar color models

A6BAA9
RGB166186169
HSL129°12.66%69.02%
HSB/HSV129°10.75%72.94%
CMYK10.75%0.00%9.14%
27.06%

Color #A6BAA9 in popluar number systems.

HEXA6BAA9
Decimal166186169
Binary101001101011101010101001
Octal246272251

Shades and tints

Shades of #A6BAA9

#A6BAA9
(166,186,169)
#97AA9A
(151,170,154)
#889A8B
(136,154,139)
#798A7C
(121,138,124)
#6A7A6D
(106,122,109)
#5B6A5E
(91,106,94)
#4C5A4F
(76,90,79)
#3D4A40
(61,74,64)
#2E3A31
(46,58,49)
#1F2A22
(31,42,34)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #A6BAA9

#A6BAA9
(166,186,169)
#AEC0B0
(174,192,176)
#B6C6B7
(182,198,183)
#BECCBE
(190,204,190)
#C6D2C5
(198,210,197)
#CED8CC
(206,216,204)
#D6DED3
(214,222,211)
#DEE4DA
(222,228,218)
#E6EAE1
(230,234,225)
#EEF0E8
(238,240,232)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BAA9; }

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

This text font color is #A6BAA9.


Background Color

.myBgColor { background-color: #A6BAA9; }

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

This div background color is #A6BAA9.


Border color

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

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

This div border color is #A6BAA9.


Opacity

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

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

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

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

This text has shadow with #A6BAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BAA9 on black background.


Color preview on white background

This text has color #A6BAA9 on white background.



Black color preview on #A6BAA9 background

This text has black color on #A6BAA9 background.


White color preview on #A6BAA9 background

This text has white color on #A6BAA9 background.