COLOR #A9C0A6

HEX: #A9C0A6
RGB: (169,192,166)

Color info

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

RGB color model

#A9C0A6 color RGB value is (169,192,166).

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

RGB channels and saturation

R 169 of 255 = 66%
G 192 of 255 = 75%
B 166 of 255 = 65%

169
192
166

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

Portions of RGB colors in percentages

R + G + B =
169 + 192 + 166 = 527 (100%)
R 169 of 527 ~ 32.07%
G 192 of 527 ~ 36.43%
B 166 of 527 ~ 31.5%

%32.07
%36.43
%31.5

CMYK color model

#A9C0A6 color CMYK value is (12,0,14,25).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK:
(12,0,14,25)
C12M0Y14K25 
(12%,0%,14%,25%)
(0.12/0.00/0.14/0.25)	

CMYK percentages

%11.98
%0
%13.54
%24.71

Codes

Color #A9C0A6 in popluar color models

A9C0A6
RGB169192166
HSL113°17.11%70.20%
HSB/HSV113°13.54%75.29%
CMYK11.98%0.00%13.54%
24.71%

Color #A9C0A6 in popluar number systems.

HEXA9C0A6
Decimal169192166
Binary101010011100000010100110
Octal251300246

Shades and tints

Shades of #A9C0A6

#A9C0A6
(169,192,166)
#9AAF97
(154,175,151)
#8B9E88
(139,158,136)
#7C8D79
(124,141,121)
#6D7C6A
(109,124,106)
#5E6B5B
(94,107,91)
#4F5A4C
(79,90,76)
#40493D
(64,73,61)
#31382E
(49,56,46)
#22271F
(34,39,31)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #A9C0A6

#A9C0A6
(169,192,166)
#B0C5AE
(176,197,174)
#B7CAB6
(183,202,182)
#BECFBE
(190,207,190)
#C5D4C6
(197,212,198)
#CCD9CE
(204,217,206)
#D3DED6
(211,222,214)
#DAE3DE
(218,227,222)
#E1E8E6
(225,232,230)
#E8EDEE
(232,237,238)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C0A6; }

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

This text font color is #A9C0A6.


Background Color

.myBgColor { background-color: #A9C0A6; }

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

This div background color is #A9C0A6.


Border color

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

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

This div border color is #A9C0A6.


Opacity

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

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

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

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

This text has shadow with #A9C0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C0A6 on black background.


Color preview on white background

This text has color #A9C0A6 on white background.



Black color preview on #A9C0A6 background

This text has black color on #A9C0A6 background.


White color preview on #A9C0A6 background

This text has white color on #A9C0A6 background.