COLOR #A9BCA6

HEX: #A9BCA6
RGB: (169,188,166)

Color info

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

RGB color model

#A9BCA6 color RGB value is (169,188,166).

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

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 166 of 255 = 65%

169
188
166

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

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 166 = 523 (100%)
R 169 of 523 ~ 32.31%
G 188 of 523 ~ 35.95%
B 166 of 523 ~ 31.74%

%32.31
%35.95
%31.74

CMYK color model

#A9BCA6 color CMYK value is (10,0,12,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(10,0,12,26)
C10M0Y12K26 
(10%,0%,12%,26%)
(0.10/0.00/0.12/0.26)	

CMYK percentages

%10.11
%0
%11.7
%26.27

Codes

Color #A9BCA6 in popluar color models

A9BCA6
RGB169188166
HSL112°14.10%69.41%
HSB/HSV112°11.70%73.73%
CMYK10.11%0.00%11.70%
26.27%

Color #A9BCA6 in popluar number systems.

HEXA9BCA6
Decimal169188166
Binary101010011011110010100110
Octal251274246

Shades and tints

Shades of #A9BCA6

#A9BCA6
(169,188,166)
#9AAB97
(154,171,151)
#8B9A88
(139,154,136)
#7C8979
(124,137,121)
#6D786A
(109,120,106)
#5E675B
(94,103,91)
#4F564C
(79,86,76)
#40453D
(64,69,61)
#31342E
(49,52,46)
#22231F
(34,35,31)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A9BCA6

#A9BCA6
(169,188,166)
#B0C2AE
(176,194,174)
#B7C8B6
(183,200,182)
#BECEBE
(190,206,190)
#C5D4C6
(197,212,198)
#CCDACE
(204,218,206)
#D3E0D6
(211,224,214)
#DAE6DE
(218,230,222)
#E1ECE6
(225,236,230)
#E8F2EE
(232,242,238)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCA6; }

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

This text font color is #A9BCA6.


Background Color

.myBgColor { background-color: #A9BCA6; }

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

This div background color is #A9BCA6.


Border color

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

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

This div border color is #A9BCA6.


Opacity

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

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

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

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

This text has shadow with #A9BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCA6 on black background.


Color preview on white background

This text has color #A9BCA6 on white background.



Black color preview on #A9BCA6 background

This text has black color on #A9BCA6 background.


White color preview on #A9BCA6 background

This text has white color on #A9BCA6 background.